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

body {
  font-family: 'Lato ()', sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -0.045em;
  padding-bottom: 10px;
  font-family: 'Poppins ()', sans-serif;
  font-size: 46px;
  line-height: 1.3em;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -0.04em;
  padding-bottom: 10px;
  font-family: 'Poppins ()', sans-serif;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #79b834;
  font-size: 20px;
  line-height: 1.5em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin-bottom: 0px;
  padding-bottom: 1em;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 1.1em;
}

img {
  display: inline-block;
}

strong {
  font-weight: 900;
}

blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 5px 10px;
  border-left: 5px solid #e2e2e2;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.utilitypage-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/logo_brunobuergi.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/logo_brunobuergi.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 10% 10%;
  background-repeat: repeat, no-repeat;
  color: #969696;
  text-align: center;
}

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

.utilitypage-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  padding-right: 2%;
  padding-bottom: 0px;
  padding-left: 2%;
  background-color: rgba(0, 0, 0, 0.41);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 0, 0, 0.64) 22%, rgba(0, 0, 0, 0.5) 61%);
  box-shadow: 0 0 30px 0 rgba(7, 51, 84, 0.17);
  -webkit-transition: height 300ms linear;
  transition: height 300ms linear;
  font-size: 90px;
}

.team-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
}

.hamburger-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 28px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-bottom-style: none;
}

.line-1 {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #212127;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.line-3 {
  width: 100%;
  height: 3px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 2px;
  background-color: #212127;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 600ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-wrap:hover {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.nav-link-wrap.last {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-btn {
  display: inline-block;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-btn.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.arrow-btn.right.no-margin-top {
  margin-top: 0px;
}

.arrow-btn.right.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.arrow-btn.right.no-margin-top.no-margin-right.skills {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 38px;
}

.arrow-btn.right.hero-slide {
  margin-top: 50px;
}

.arrow-btn.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.arrow-btn.left.no-margin-top {
  margin-top: 0px;
}

.arrow-btn.left.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.hero-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #969696;
}

.hero-slide-title {
  position: relative;
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  margin-left: -0.02em;
  padding-right: 0.5em;
  padding-bottom: 0px;
  font-family: 'Poppins ()', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 0.85em;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.hero-slide-title.first {
  margin-bottom: 0.4em;
  font-size: 190px;
}

.hero-slide-title.home {
  margin-left: -0.06em;
  font-size: 190px;
  font-weight: 600;
}

.hero-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101010;
}

.nav-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hero-title-wrapper {
  position: absolute;
  left: 16%;
}

.hero-title-wrapper.project-page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.arrow-extension {
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #fff;
}

.arrow-extension.right {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.arrow-extension.vertical {
  width: 1px;
  height: 80px;
  margin-left: -0.109px;
}

.arrow-extension.vertical.up {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.arrow-extension.vertical.down {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.arrow-extension.left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.social-links {
  opacity: 0.85;
  line-height: 1em;
}

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

.slide-nav {
  left: 2%;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 28% -11%;
  -ms-transform-origin: 28% -11%;
  transform-origin: 28% -11%;
  font-size: 12px;
}

.cross-icon {
  display: inline-block;
  width: 16px;
  height: 32px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
}

.mobile-arrows {
  display: none;
}

.logo {
  width: 48px;
  height: 48px;
}

.hero-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 50%;
  height: 100%;
  margin-top: 0px;
}

.hero-right.me {
  background-image: url('../images/Slider_HeroRight.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right.websites {
  background-image: url('../images/Websites_HeroRight.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right.story {
  background-image: url('../images/LowCode_HeroRight.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right.free {
  background-image: url('../images/Free_HeroRight.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right.mgmttools {
  background-image: url('../images/Mgmt-tools_HeroRight.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-right.webapplications {
  background-image: url('../images/Webapplications_HeroRight.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-wrap.right {
  padding-left: 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-wrap.up {
  -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;
}

.arrow-wrap.down {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-wrap.left {
  padding-right: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.social-link._1 {
  margin-right: 12px;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right {
  margin-top: -0.5px;
  margin-right: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-icon.left {
  margin-top: -0.5px;
  margin-right: -1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 26px;
  padding-right: 2%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.close-text {
  display: inline-block;
  margin-top: -1px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.right-arrow {
  left: 2%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 55px;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50vh);
  -ms-transform: translate(0px, -50vh);
  transform: translate(0px, -50vh);
}

.right-arrow:hover {
  opacity: 1;
}

.menu-button-2 {
  margin-top: auto;
  margin-right: -10px;
  margin-bottom: auto;
  padding: 0px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-size: 0px;
  line-height: 1;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.nav-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  -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;
}

.close-overlay-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100vw;
  min-height: 50vh;
  background-color: #101010;
}

.menu-number {
  margin-right: 24px;
  font-size: 12px;
  line-height: 20px;
}

.left-arrow {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: -142px;
  padding-bottom: 80px;
  -webkit-transform: translate(0px, -50vh);
  -ms-transform: translate(0px, -50vh);
  transform: translate(0px, -50vh);
}

.left-arrow:hover {
  opacity: 1;
}

.arrow-btn-text {
  margin-right: 10px;
  font-family: 'Poppins ()', sans-serif;
  font-size: 21px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.arrow-btn-text.left {
  margin-right: 0px;
  margin-left: 10px;
}

.hero-title-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.hero-title-wrap.load-animation {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}

.hero-slider {
  width: 100vw;
  height: 100vh;
  min-height: 568px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #101010;
}

.supertitle {
  display: block;
  font-family: 'Poppins ()', sans-serif;
  color: #969696;
  font-size: 23px;
  line-height: 2.1vw;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.supertitle.card-grid {
  margin: 120px auto 20px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 40px;
}

.supertitle.skillwrapper {
  margin-top: 66px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.cross-line-1 {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-paragraph {
  max-width: 30vw;
  margin-top: 10px;
}

.cross-line-2 {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.caps-text {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.caps-text.small {
  margin-right: 24px;
  font-size: 12px;
  line-height: 18px;
}

.caps-text.space {
  margin-left: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.project-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 640px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101010;
}

.featured-work-bg {
  z-index: 0;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-work-bg.load-animation.about {
  background-image: url('../images/Bruno-Portrait.png');
  background-position: 50vw 120px;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-wrap {
  display: block;
  width: 65%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-animation-div {
  z-index: 20;
}

.client-logo {
  max-height: 36px;
  max-width: 180px;
  opacity: 0.9;
  -webkit-transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.reduced {
  max-width: 140px;
}

.muted-text {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.experience-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.experience-wrap.first {
  margin-top: 24px;
  margin-bottom: 24px;
}

.copyright-text {
  color: #888;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.copyright-text.right {
  margin-right: 16px;
}

.copyright-text.white {
  padding-left: 16px;
  color: #fff;
}

.copyright-text.white.embed {
  padding-left: 0px;
}

.half-div-l {
  width: 50%;
}

.half-div-l.phone-full {
  min-width: 160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 160px;
  -ms-flex: 1 0 160px;
  flex: 1 0 160px;
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  position: relative;
  z-index: 1;
  padding: 68px 10vw;
}

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

.section.center.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.prefooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.webapplications {
  padding-top: 103px;
  background-color: #26282b;
}

.section.websites {
  padding-top: 5%;
  background-color: #33363a;
}

.section.portfolio-hero {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.83)), to(rgba(16, 16, 16, 0.83))), url('../images/Slider_HeroRight.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.83), rgba(16, 16, 16, 0.83)), url('../images/Slider_HeroRight.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section.project-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#101010)), radial-gradient(circle farthest-side at 10% 20%, #350b0b, transparent);
  background-image: linear-gradient(180deg, transparent, #101010), radial-gradient(circle farthest-side at 10% 20%, #350b0b, transparent);
}

.section.websites-header {
  z-index: 2;
  padding-top: 103px;
  padding-bottom: 103px;
  background-color: #26282b;
}

.section.websites-content {
  background-color: #101010;
}

.section.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section.about_red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#101010)), radial-gradient(circle farthest-side at 90% 10%, #350b0b, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, transparent, #101010), radial-gradient(circle farthest-side at 90% 10%, #350b0b, hsla(0, 0%, 100%, 0));
}

.experience-title-wrap {
  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;
}

.featured-work-bg-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: radial-gradient(circle farthest-side at 100% 0%, #b42020, #6f1919 11%, #101010 59%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #101010;
}

.featured-work-backdrop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #101010;
  opacity: 0.9;
}

.hero-title-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.project-title {
  width: 90%;
  margin-top: 1vw;
  margin-bottom: 0px;
  font-family: 'Lato ()', sans-serif;
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 400;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}

.error-message {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
  color: #101010;
}

.success-message {
  border: 1px solid #fff;
  background-color: transparent;
}

.button {
  padding: 0.6em 1.5em 0.5em;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: 'Poppins ()', sans-serif;
  color: #33363a;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.utility {
  margin-top: 16px;
  margin-right: 0px;
  border-color: #bebebe;
  color: #a0f22c;
}

.button.utility:hover {
  background-color: #bebebe;
}

.button.no-margin-top {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.no-margin-top.no-margin-right {
  overflow: visible;
  margin-right: 0px;
  text-align: center;
}

.text-field {
  margin-bottom: 48px;
  padding: 4px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.text-field:active {
  border-bottom-color: #fff;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field.min-height {
  min-height: 120px;
  border-radius: 0px;
}

.brunobuergi {
  height: 100%;
  background-color: #101010;
}

.button-block-wrapper {
  width: 33.334%;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
}

.headings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greyscale-title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.color-title {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.colors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color-block {
  height: 88px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.color-block.border-color {
  background-color: #fff;
}

.color-block.white {
  border: 1px solid #e8e9e9;
  background-color: #fff;
}

.color-block.paragraphs {
  background-color: #888;
}

.color-block.titanium-black {
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #101010;
}

.color-block.brand-lightblue {
  border: 1px solid #e8e9e9;
  background-color: #15a7f1;
}

.color-block.brand-blue {
  border: 1px solid #e8e9e9;
  background-color: #084ee2;
}

.color-block.brand-green {
  border: 1px solid #e8e9e9;
  background-color: #a0f22c;
}

.color-block.brand-pink {
  border: 1px solid #e8e9e9;
  background-color: #f40f97;
}

.color-block.brand-magenta {
  border: 1px solid #e8e9e9;
  background-color: #851469;
}

.color-block-wrapper {
  width: 19%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.greyscale-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 4px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title {
  margin-top: 24px;
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}

.style-guide-block-title {
  padding: 32px 104px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #101010;
}

.heading-block {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.style-guide-block-wrapper.last {
  margin-bottom: 0px;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101010;
}

.style-guide-block.block {
  display: block;
}

.style-guide-block.narrow {
  padding-top: 32px;
  padding-bottom: 32px;
}

.project-rich-text {
  margin-top: 11%;
}

.style-guide-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.grayscale-block {
  height: 88px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.grayscale-block._30 {
  opacity: 0.3;
}

.grayscale-block._70 {
  opacity: 0.7;
}

.grayscale-block._60 {
  opacity: 0.6;
}

.grayscale-block._10 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0.1;
}

.grayscale-block._20 {
  opacity: 0.2;
}

.grayscale-block._40 {
  opacity: 0.4;
}

.grayscale-block._80 {
  opacity: 0.8;
}

.grayscale-block._50 {
  opacity: 0.5;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._90 {
  opacity: 0.9;
}

.button-subtitle {
  margin-top: 10px;
  color: #8f9193;
  text-align: center;
}

.heading-subtitle {
  color: #8f9193;
  font-size: 14px;
  line-height: 20px;
}

.greyscales-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 56px;
  -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;
}

.styleguide {
  background-color: #222;
}

.image {
  height: 18px;
}

.service-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;
  text-decoration: none;
}

.service-block.fade-out {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-icon {
  position: absolute;
  opacity: 0.6;
}

.experience-logo-grid {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: minmax(190px, 1fr);
  grid-auto-rows: 80px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  -ms-grid-rows: 80px 80px;
  grid-template-rows: 80px 80px;
  list-style-type: none;
}

.auto-logo-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 100px;
  grid-row-gap: 4px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  -ms-grid-rows: 100px;
  grid-template-rows: 100px;
}

.tool-logo {
  max-height: 70px;
  opacity: 0.64;
  -webkit-transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
}

.tool-logo:hover {
  opacity: 1;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.school-logo {
  max-width: 172px;
  margin-bottom: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.school-grid {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-rows: 90px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 90px;
  grid-template-rows: 90px;
}

.further-education-box {
  margin-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.universities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.source-block {
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.source-block.last {
  border-bottom-style: none;
}

.source-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.style-guide-title-2 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.imprint-wrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.imprint-text {
  width: 100%;
  text-align: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hidden-slider-nav {
  left: 2%;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 28% -11%;
  -ms-transform-origin: 28% -11%;
  transform-origin: 28% -11%;
  font-size: 12px;
}

.source-name {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #bebebe;
}

.portfolio-paragraph {
  max-width: 50%;
  margin-top: 10px;
  padding-bottom: 0em;
  color: #bebebe;
  line-height: 1.5em;
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/logo_brunobuergi.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.project-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #101010;
  box-shadow: 0 3px 20px -5px #000;
}

.project-card-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 100px;
  padding: 20px;
  grid-auto-flow: row;
  grid-auto-columns: 0.5fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: radial-gradient(circle farthest-side at 100% 0%, #101010, hsla(0, 0%, 70%, 0.09)), radial-gradient(circle closest-corner at 0% 100%, rgba(230, 230, 230, 0.94), rgba(61, 61, 61, 0.5));
}

.h1-text {
  margin-left: 0em;
  font-family: 'Lato ()', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
}

.h1-text.slider {
  color: #969696;
  font-weight: 400;
}

.card-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.48)), to(rgba(9, 8, 9, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(9, 8, 9, 0));
  color: #fff;
  line-height: 1;
}

.pill-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  list-style-type: none;
}

.pill {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.6em 0.6em 0.5em;
  background-color: hsla(0, 0%, 100%, 0.17);
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
}

.pill.url {
  max-width: 100%;
  background-color: #851469;
}

.pill.venture {
  background-color: rgba(9, 8, 9, 0.52);
}

.pills-tick {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bebebe;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.card-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 23px 30px;
  background-color: #121213;
  box-shadow: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.mini-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #101010;
}

.the-thin-line {
  width: 20px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  background-color: #666;
}

.client-list {
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5.5%;
  column-gap: 5.5%;
}

.client-list-wrapper {
  width: 100%;
  margin-top: 50px;
}

.venture-logo {
  max-height: 50px;
}

.contact-cta-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 36px;
  margin-bottom: 36px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 100%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 25px auto 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, 140px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.muted-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.embed {
  display: none;
}

.icon-minus {
  display: none;
  width: 17px;
  margin-right: 33px;
  padding-top: 3px;
}

.collapse-wrapper {
  width: 100%;
  margin-top: 2em;
}

.collapse-item-content {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: inset 0 0 0 1px #969696;
  line-height: 2.7em;
}

.icon-plus {
  width: 17px;
  margin-right: 24px;
  padding-top: 3px;
}

.collapse-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Poppins ()', sans-serif;
  color: #33363a;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.collapse-item-trigger-2:hover {
  color: #bebebe;
}

.half-div-r {
  width: 50%;
}

.half-div-r.phone-full {
  min-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 240px;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
}

.half-div-r.right {
  min-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 240px;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
}

.mb-48 {
  margin-bottom: 48px;
}

.tooltip {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1.1em;
}

.styles {
  display: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.facts-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5px;
  padding: 2.4em 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
  background-color: #33363a;
}

.facts-number {
  color: #bebebe;
  font-size: 2.8em;
  text-align: center;
}

.text-facts {
  margin-top: 10px;
  color: #86ca3a;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: 0.5em auto -33px;
  padding: 0.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1b1b;
}

.brands-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.brands-logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: minmax(190px, 1fr);
  grid-auto-rows: 80px;
  list-style-type: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  padding: 12px 39px;
  background-color: #1b1b1b;
  opacity: 0.9;
  -webkit-transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 800ms cubic-bezier(.165, .84, .44, 1);
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.mercedes {
  padding: 2px 24px;
}

.brand-logo.sm {
  padding-top: 22px;
  padding-bottom: 22px;
}

.brand-logo.konzeptik {
  padding-top: 17px;
  padding-bottom: 17px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 280px;
  -ms-flex: 0 280px;
  flex: 0 280px;
}

.style_block {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 45px;
  background-color: #fff;
}

.hero-h1 {
  color: #231f20;
  font-size: 5em;
}

.paragraph {
  margin-bottom: 1em;
}

.card {
  padding: 1.6em 0.6em 3.2em;
  background-color: #16324e;
}

.card.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em;
  background-color: #aeca4e;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.services-pane {
  width: 70%;
  padding: 0.8em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #16324e;
}

.pane-title {
  margin-bottom: 0.1em;
  margin-left: -0.03em;
  font-size: 1.8em;
  line-height: 0.95em;
}

.service-keys {
  margin-bottom: 0.5em;
}

.product-pill {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.15em 0.3em;
  background-color: #15a7f1;
  font-weight: 800;
}

.url-pill {
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.15em 0.3em;
  background-color: #851469;
  font-weight: 800;
}

.logo-pane {
  width: 30%;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/mercedes_logo_weiss.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.experience-styles {
  display: none;
}

.formtitle {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.5em;
}

.webflow-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  max-width: 460px;
  margin: 1em auto 1.1em;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: hsla(0, 0%, 40%, 0.17);
  font-size: 12px;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
}

.overflow-hidden {
  overflow: hidden;
}

.outlined-btn-nofade {
  padding: 8px 24px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #101010;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-btn-nofade:hover {
  background-color: #fff;
  color: #101010;
}

.mt-48 {
  margin-top: 48px;
}

.text-span {
  font-size: 2vw;
  line-height: 1vw;
}

.collapse-styles {
  display: none;
}

.formal {
  color: #969696;
}

.column {
  padding-right: 1em;
  padding-left: 0px;
  color: #bebebe;
}

.skills-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: 0.5em auto 22px;
  padding: 0.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1b1b;
}

.rt {
  color: #bebebe;
}

.rt h3 {
  padding-bottom: 4px;
  font-family: 'Lato ()', sans-serif;
  color: #a55d5d;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-container {
  overflow: hidden;
  height: 100%;
}

.scroll-down_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 3;
}

.h11-title {
  position: absolute;
  left: 1em;
  z-index: 100;
  width: 60%;
  color: #fff;
  font-size: 6em;
  line-height: 1;
  font-weight: 700;
}

.swiper-wrapper {
  height: 100%;
  background-color: #010101;
}

.image-desktop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 110%;
  height: 110%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.image-smartphone {
  position: absolute;
  display: none;
}

html.w-mod-js *[data-ix="feature-image-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="feature-content-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="ancho-load"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="fade-in-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="fade-in-from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="fade-in-from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="fade-in-from-bottom-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="opacity-400"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="0-opacity-some-block"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="opacity-800"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="opacity-1200"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="subpage-title-show"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="subpage-content-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="menu-dropdown-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: -0.5px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 80px;
  }

  .line-1 {
    background-color: #ffb356;
  }

  .line-3 {
    background-color: #ffb356;
  }

  .nav-link-wrap {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-left {
    padding-right: 12vw;
    padding-left: 12vw;
    background-image: none;
  }

  .hero-left._1st {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .hero-slide-title {
    font-size: 72px;
  }

  .hero-slide-title.first {
    margin-top: 16px;
  }

  .hero-slide-title.home {
    margin-top: 16px;
  }

  .hero-section {
    position: relative;
  }

  .hero-title-wrapper {
    position: static;
    -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;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-title-wrapper.project-page {
    max-width: none;
  }

  .arrow-extension.right {
    width: 80px;
  }

  .social-links {
    display: inline-block;
  }

  .slide-nav {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 28px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cross-icon {
    margin-right: 6px;
  }

  .mobile-arrows {
    display: block;
  }

  .hero-right {
    width: 100%;
    background-image: none;
    opacity: 0.3;
  }

  .hero-right.mgmttools {
    background-position: 50% -160px;
    background-size: 100%;
    background-repeat: repeat-y;
  }

  .arrow-wrap.up {
    display: none;
  }

  .arrow-wrap.down {
    display: none;
  }

  .nav-btn-wrapper {
    padding-top: 26px;
    padding-right: 20px;
  }

  .close-text {
    font-size: 10px;
    line-height: 16px;
  }

  .right-arrow {
    position: fixed;
    left: auto;
    right: 4%;
    bottom: 38px;
    z-index: 2;
    display: block;
    padding: 4px 4px 4px 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-button-2 {
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-number {
    font-size: 12px;
    line-height: 14px;
  }

  .left-arrow {
    position: fixed;
    left: 4%;
    bottom: 38px;
    z-index: 2;
    display: block;
    margin-top: 0px;
    padding: 4px 4px 4px 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .arrow-btn-text {
    font-size: 18px;
  }

  .hero-slider {
    position: static;
  }

  .supertitle {
    font-size: 19px;
    line-height: 1;
  }

  .hero-paragraph {
    max-width: 50vw;
    color: #ddd;
    font-size: 17px;
    line-height: 1.65em;
    letter-spacing: 0.2px;
  }

  .featured-work-bg.load-animation.about {
    background-position: -25vh 50px;
    background-size: cover;
  }

  .service-wrap {
    width: 100%;
    float: none;
  }

  .client-logo {
    max-width: 130px;
  }

  .client-logo.reduced {
    max-width: 130px;
  }

  .half-div-l.mobile-full {
    width: 100%;
  }

  .section {
    overflow: visible;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section.portfolio-hero {
    padding-top: 110px;
  }

  .section.project-intro {
    padding-top: 15%;
  }

  .project-title {
    font-size: 40px;
  }

  .contact-block {
    margin-top: 40px;
    padding-top: 40px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
  }

  .color-title {
    font-size: 12px;
  }

  .colors-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .color-block-wrapper {
    width: 25%;
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .style-guide-block-title {
    padding-right: 88px;
    padding-left: 88px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .style-guide-block {
    padding: 64px 88px;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .image {
    height: 1em;
  }

  .experience-logo-grid {
    grid-auto-columns: minmax(130px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .auto-logo-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 0px;
  }

  .style-guide-title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .hidden-slider-nav {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 28px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .portfolio-paragraph {
    max-width: 50vw;
    margin-top: 3px;
    letter-spacing: 0.2px;
  }

  .project-card-wrapper {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .h1-text.slider {
    font-size: 17px;
  }

  .pill {
    font-size: 13px;
  }

  .mini-footer.lastslide {
    display: none;
  }

  .client-list {
    font-size: 14px;
    line-height: 18px;
  }

  .portfolio-cta-wrapper {
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .facts-card {
    font-size: 14px;
  }

  .facts-wrapper {
    margin-bottom: 0px;
  }

  .brands-wrapper {
    margin-bottom: 0px;
  }

  .brands-logo-flex {
    grid-auto-columns: minmax(130px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .hero-h1 {
    width: auto;
    max-width: 70%;
    font-size: 56px;
    line-height: 60px;
  }

  .skills-wrapper {
    margin-bottom: 0px;
  }

  .h11-title {
    width: 80%;
  }

  .image-desktop {
    z-index: 2;
    display: none;
  }

  .image-smartphone {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 4;
    display: block;
    width: 110%;
    height: 110%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

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

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-left {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .hero-slide-title {
    font-size: 60px;
  }

  .hero-slide-title.first {
    font-size: 24vw;
  }

  .hero-slide-title.home {
    font-size: 30vw;
  }

  .hero-title-wrapper {
    width: 90%;
  }

  .hero-right.mgmttools {
    background-position: 50% -90px;
  }

  .nav-btn-wrapper {
    padding-top: 19px;
  }

  .menu-button-2 {
    margin-right: 0px;
  }

  .nav-menu {
    height: 50vh;
  }

  .hero-paragraph {
    max-width: 70vw;
  }

  .featured-work-bg.load-animation.about {
    background-position: -29vh 50px;
  }

  .client-logo {
    max-width: 100px;
  }

  .client-logo.reduced {
    max-width: 93px;
  }

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

  .section.prefooter {
    padding-top: 5%;
    padding-bottom: 16%;
  }

  .section.portfolio-hero {
    padding-top: 100px;
  }

  .section.about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section.about_red {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project-title {
    margin-top: 22px;
    font-size: 32px;
    line-height: 38px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

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

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0px;
  }

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

  .style-guide-block-title {
    padding: 16px 50px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .style-guide-block {
    padding: 48px 50px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .experience-logo-grid {
    min-width: 240px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .tool-logo {
    max-height: 60px;
  }

  .school-logo {
    max-height: 60px;
  }

  .style-guide-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .portfolio-paragraph {
    max-width: 70vw;
    color: #bebebe;
  }

  .card-image.alignbottom-left {
    -o-object-position: -40px 50px;
    object-position: -40px 50px;
  }

  .project-card-wrapper {
    margin-top: 26px;
    margin-bottom: 26px;
    grid-auto-columns: minmax(166px, 1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .pill {
    padding: 0.4em 0.4em 0.3em;
    font-size: 12px;
  }

  .card-title {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .portfolio-cta-wrapper {
    width: 384px;
    margin-top: 40px;
    justify-items: center;
  }

  .facts-card {
    -webkit-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }

  .facts-number {
    font-size: 2.5em;
  }

  .facts-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brands-logo-flex {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .brand-logo {
    padding-right: 29px;
    padding-left: 29px;
  }

  .logo-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 40vw;
    -ms-flex: 0 40vw;
    flex: 0 40vw;
  }

  .style_block {
    padding: 35px;
  }

  .hero-h1 {
    max-width: 90%;
    font-size: 50px;
    line-height: 60px;
  }

  .skills-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h11-title {
    left: 0.5em;
    font-size: 5em;
  }

  .image-desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 31px;
  }

  .navbar {
    font-size: 60px;
  }

  .hamburger-line {
    height: 1em;
    max-height: 30px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-link-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .arrow-btn.left.no-margin-top.no-margin-right.fade-page {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  
  .hero-slide-title {
    margin-top: 0.4em;
    margin-bottom: 24px;
    font-size: 10vw;
  }

  .hero-slide-title.home {
    margin-left: -0.03em;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.right {
    width: 18vw;
  }

  .arrow-extension.vertical.up {
    height: 18vw;
  }

  .arrow-extension.vertical.down {
    height: 18vw;
  }

  .arrow-extension.left {
    width: 18vw;
  }

  .logo {
    width: 36px;
    height: 36px;
  }

  .hero-right.mgmttools {
    background-position: 50% 15px;
  }

  .arrow-wrap {
    padding-left: 18vw;
  }

  .arrow-wrap.right {
    padding-left: 18vw;
  }

  .arrow-wrap.right.btn {
    padding-left: 18vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .arrow-wrap.up {
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-wrap.down {
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-wrap.left {
    padding-right: 18vw;
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-icon.right {
    height: 3.5vw;
  }

  .arrow-icon.up {
    width: 3.5vw;
  }

  .arrow-icon.down {
    width: 3.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .arrow-icon.left {
    height: 3.5vw;
  }

  .nav-btn-wrapper {
    width: 30%;
    padding-top: 16px;
  }

  .nav-links-wrapper {
    width: 90%;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title-wrap {
    position: static;
  }

  .hero-paragraph {
    max-width: 100vw;
    font-size: 16px;
    line-height: 1.5em;
  }

  .client-logo.reduced {
    max-width: 91px;
  }

  .copyright-block {
    min-width: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .section.prefooter {
    display: block;
  }

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

  .hero-title-wrap-2 {
    position: static;
  }

  .project-title {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    margin-right: 0px;
  }

  .text-field {
    border-radius: 0px;
  }

  .style-guide-block-title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide-block {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .experience-logo-grid {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .auto-logo-grid {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }

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

  .imprint-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .portfolio-paragraph {
    max-width: 100vw;
  }

  .project-card {
    max-width: 100%;
  }

  .project-card-wrapper {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10vw;
    padding: 2vw 0px 80px;
    grid-auto-columns: minmax(170px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    background-color: #bebebe;
    background-image: none;
  }

  .project-card-wrapper.first {
    padding-top: 2vw;
  }

  .h1-text.slider {
    font-size: 16px;
  }

  .card-overlay {
    width: 100%;
  }

  .card-title {
    width: 100%;
  }

  .client-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .contact-cta-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .portfolio-cta-wrapper {
    width: 100vw;
    margin-top: 63px;
    margin-bottom: 18px;
    margin-left: -10vw;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .portfolio-cta-wrapper.pre-footer {
    margin-bottom: 62px;
  }

  .facts-card {
    padding-top: 3.7em;
    padding-bottom: 3.7em;
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }

  .brands-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
  }

  .brands-logo-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .logo-wrapper {
    margin: 5px 0px 0px;
    -webkit-flex-basis: 47vw;
    -ms-flex-preferred-size: 47vw;
    flex-basis: 47vw;
  }

  .style_block {
    padding: 20px;
  }

  .hero-h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 4px;
  }

  .pane-title {
    font-size: 1.6em;
  }

  .webflow-cta {
    margin-top: 4.9em;
  }

  .outlined-btn-nofade {
    margin-right: 0px;
  }

  .h11-title {
    left: 0.5em;
  }
}

#w-node-ce5032f6-598d-54cd-03a5-32df522009b4-5753d103 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464fef-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff0-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff1-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff2-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff3-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff4-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1dbbb92e-c1ca-d6d4-79bc-825c2e464ff5-5e53d10b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac05-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac06-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac07-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac08-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac09-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0a-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0b-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0c-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0d-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0e-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac0f-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac10-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b70e9f82-86fe-c0ec-349e-6e01ef86ac11-5e53d10b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_372f4a8b-7333-165b-61bf-9308a677ce09-8e89ce9c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Poppins ()';
  src: url('../fonts/poppins-v5-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato ()';
  src: url('../fonts/lato-v16-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato ()';
  src: url('../fonts/lato-v16-latin-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato ()';
  src: url('../fonts/lato-v16-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}