@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --orange: #f7ad43;
  --tomato: #f74343;
  --turquoise: #48f7dc;
  --medium-blue: #3a2bc9;
  --light-sea-green: #23a094;
  --black-2: black;
  --black: #000000ad;
}

.navbar {
  background-color: #0000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 32px;
}

.brand {
  cursor: pointer;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: -.03em;
  cursor: pointer;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.nav-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 25px;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
}

.nav-link.nav-button:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.nav-link.nav-button.hide-desktop {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.image.project-image {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.hero-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.video {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-2 {
  width: 100%;
  max-width: 1263px;
  height: auto;
  min-height: 0;
  max-height: 652px;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.video-wrapper {
  opacity: 1;
  cursor: pointer;
  width: auto;
  height: auto;
  position: relative;
}

.image-1 {
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  position: relative;
}

.confetti {
  position: absolute;
  top: -49px;
  right: -92px;
}

.confetti-2 {
  position: absolute;
  bottom: 52px;
  left: -76px;
}

.about-us {
  align-items: center;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.about-us-title {
  text-transform: uppercase;
  margin-right: -67px;
  font-family: Satoshi, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 49px;
}

.box {
  background-color: #f74848;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 308px;
  height: 276px;
  margin-right: 138px;
  display: none;
  position: relative;
}

.about-text {
  border-radius: 0;
  padding-left: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 43px;
}

.text-wrapper {
  padding-left: 41px;
  position: relative;
}

.text-border {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  height: 82%;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.image-3 {
  position: absolute;
  bottom: -16px;
  right: 0%;
  transform: translate(100%);
}

.services {
  padding-top: 50px;
  padding-bottom: 40px;
}

.services-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.services-header-left {
  align-items: center;
  display: flex;
}

.text-block {
  letter-spacing: .095em;
  margin-left: 26px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 49px;
  position: static;
}

.border-horizontal {
  background-color: #000;
  width: 39px;
  height: 2px;
}

.primary-button {
  color: #000;
  cursor: pointer;
  border: 1.5px solid #000;
  border-radius: 21px;
  justify-content: space-between;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 17.5px;
  text-decoration: none;
  transition: color .5s ease-in-out, background-color .5s ease-in;
  display: flex;
}

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

.body {
  color: #000;
  font-family: Readex Pro, sans-serif;
}

.button-icon {
  margin-left: 9px;
  display: flex;
}

.services-content {
  margin-left: 63px;
  position: relative;
}

.tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-bottom: 1px solid #8d8d8d57;
  margin-left: 30px;
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 0;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #ffc900;
  padding-bottom: 40px;
}

.tab-link._1.w--current, .tab-link._2, .tab-link._3, .tab-link._4 {
  cursor: default;
}

.tab-link-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31.25px;
}

.tab-link-text {
  color: #2c2d31;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-text.hide-desktop {
  display: none;
}

.tabs-content {
  width: 50%;
  overflow: visible;
}

.tab-line-nav {
  height: 110%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.image-4 {
  filter: hue-rotate(188deg);
  height: 100%;
  display: none;
}

.tab-pane {
  height: 100%;
}

.tab-pane-content {
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.services-image-wrapper {
  position: relative;
}

.services-image-1 {
  z-index: 1;
  position: relative;
}

.services-image-2 {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.project {
  padding-top: 90px;
  padding-bottom: 138px;
  position: relative;
}

.project-header {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.project-image-wrapper {
  z-index: 1;
  border: 2px #000;
  position: relative;
}

.project-image-wrapper._4 {
  border-style: none;
  position: relative;
}

.project-item._1 {
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.project-item._2 {
  width: 100%;
  max-width: 596px;
}

.project-item._3 {
  background-color: #0000;
  width: 100%;
  max-width: 596px;
}

.project-information {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-information.flex-vertical {
  max-width: 398px;
  display: block;
}

.project-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
}

.project-type-wrapper {
  margin-top: 20px;
}

.project-type-wrapper._2 {
  padding-top: 24px;
}

.project-type {
  background-color: #fff;
  border: 1.5px solid #000;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 8px 12px;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.project-type._1 {
  background-color: var(--orange);
}

.project-type._2 {
  background-color: var(--tomato);
}

.project-type._3 {
  background-color: var(--turquoise);
}

.text-block-2 {
  color: #000;
  text-transform: capitalize;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.project-row._1 {
  margin-bottom: 95px;
  padding-left: 65px;
  position: relative;
}

.project-row._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.project-row._3 {
  justify-content: flex-end;
  padding-right: 71px;
  display: flex;
}

.project-text {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.project-image-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, -18px);
}

.project-line {
  z-index: -1;
  width: 33vw;
  max-width: 40%;
  position: absolute;
  top: 18%;
  left: 25%;
}

.project-line-2 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(148px);
}

.branding {
  background-color: #c0ff52;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 60px;
  padding-bottom: 65px;
}

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

.branding-title {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 69px;
}

.brands-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.brand-images-wrapper {
  margin-left: 40px;
}

.project-line-3 {
  z-index: -1;
  position: absolute;
  top: -40%;
  left: -32%;
  transform: translate(148px);
}

.slider-container {
  margin-top: 108px;
  margin-bottom: 0;
  overflow: hidden;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  width: 33.333%;
}

.mask {
  background-color: #0000;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  align-items: center;
  height: auto;
}

.slide-nav {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-end;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: -74px;
  right: 0;
}

.slider-header {
  margin-bottom: 39px;
}

.slider-title {
  margin-bottom: 2px;
  font-family: Satoshi, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 65px;
}

.slider-sub-title {
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 45px;
}

.slider-image {
  width: 100%;
  height: 100%;
}

.slider-image-wrapper {
  border: 2px solid #000;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 39.1px;
}

.blog-type {
  margin-bottom: 2px;
  font-weight: 300;
}

.blog-link {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 146px;
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 300;
  line-height: 39.1px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-link-text {
  margin-right: 20px;
}

.cta {
  background-color: #23a094;
  background-image: none;
  background-size: auto;
  height: 444px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-images-1 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-images {
  position: absolute;
}

.cta-images._2 {
  top: 10%;
  left: 5%;
}

.cta-images._3 {
  top: 26px;
  right: 4%;
}

.cta-images._1 {
  bottom: 25%;
  left: 25%;
}

.cta-images._4 {
  bottom: 0;
  right: 0;
}

.cta-images._5 {
  bottom: 15%;
  right: 18%;
}

.cta-images._6 {
  bottom: 42%;
  right: 24%;
}

.cta-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 112px 70px;
  display: flex;
  position: relative;
}

.cta-title-wrapper {
  max-width: 899px;
  margin-bottom: 48px;
  position: relative;
}

.cta-title {
  z-index: 5;
  color: #fff;
  text-align: center;
  font-size: 51px;
  font-weight: 500;
  line-height: 64px;
  position: relative;
}

.secondary-button {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 22px;
  line-height: 39.1px;
  text-decoration: none;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
  display: flex;
}

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

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 118px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.footer-brand {
  cursor: pointer;
  margin-bottom: 50px;
}

.label {
  color: #7c7f87;
  margin-bottom: 10.5px;
  font-size: 16px;
  font-weight: 300;
}

.address {
  font-size: 20px;
  line-height: 25.6px;
}

.footer-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-nav-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-size: 41px;
  line-height: 51.25px;
  text-decoration: none;
}

.footer-nav-link._1 {
  font-size: 23px;
  line-height: 36px;
}

.services-nav {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 21.25px;
}

.services-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 300;
  line-height: 23.75px;
}

.services-link._1, .services-link._2, .services-link._3, .services-link._4 {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.copyright-section {
  border-top: 1px solid #fff;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 14px;
  overflow: hidden;
}

.copyright-label {
  color: #7c7f87;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 300;
}

.email-wrapper {
  display: flex;
}

.email {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
}

.privacy {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  letter-spacing: .02em;
  cursor: pointer;
  font-size: 16px;
}

.footer-column-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link-wrappers {
  margin-left: -7px;
  margin-right: -7px;
}

.social-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 42px;
  height: 42px;
  margin-left: 7px;
  margin-right: 7px;
}

.social-link:hover {
  opacity: .7;
}

.nav-menu-wrapper {
  display: flex;
}

.section {
  display: block;
}

.video-section {
  display: block;
  overflow: hidden;
}

.project-section {
  padding-bottom: 100px;
  overflow: hidden;
}

.line-3 {
  position: absolute;
  top: -41px;
  left: -49px;
}

.line-3-right {
  position: absolute;
  top: -41px;
  right: -49px;
}

.slide-content {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

.border-bottom {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-section {
  padding-bottom: 40px;
  overflow: hidden;
}

.about-us-section {
  background-color: var(--medium-blue);
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.video-button {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-image-container {
  margin-bottom: 32px;
  position: relative;
}

.bg-green {
  background-color: #0000;
  border: 2px #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-image-container-2 {
  margin-bottom: 30px;
  position: relative;
}

.bg-green-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-green-1 {
  background-color: var(--light-sea-green);
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-text {
  font-weight: 400;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__humburger {
  display: none;
}

.content {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header__nav-link {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: #f7ad43;
}

.header__login {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header-absolute {
  z-index: 90;
  padding: 20px 60px;
  display: none;
  position: absolute;
  inset: 50px 0% auto;
}

.header__humburger-wrap {
  display: none;
}

.btn {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  min-width: 176px;
  padding: 25px 30px 22px;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  border-color: #fff;
}

.btn.btn--slim {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #ff9b0d;
  padding-top: 17px;
  padding-bottom: 14px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-span {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
}

.services-header-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.mobilehero {
  display: none;
}

.mobilehero.project-image {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  font-family: Satoshi, sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 66px;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-top: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 51px;
  text-decoration: none;
}

.text-span-2 {
  color: var(--orange);
}

.text-span-3 {
  color: #000;
  font-weight: 700;
}

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

.bold-text-2 {
  color: #fff;
}

.long-button {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.long-button.invert {
  filter: invert();
  font-size: 1.25rem;
}

.long-button-underlay {
  z-index: 1;
  background-color: #fff;
  width: 300px;
  height: 40px;
  position: absolute;
  inset: 0%;
  transform: translate(0%, -40px);
}

.long-button-info-2 {
  z-index: 2;
  background-color: #0000;
  border-bottom: 1px #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 200;
  transition: padding .3s;
  display: flex;
  position: relative;
  inset: 0%;
}

.long-button-info-2:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.long-button-title-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.long-button-link-wrap {
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.long-button-icon {
  width: 18px;
  margin-bottom: 0;
  margin-left: 6px;
}

.margin-left, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.button-wrap {
  display: block;
}

.button-wrap.kontakt {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.div-block {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.div-block:hover {
  background-color: #0000;
  background-image: none;
  border: 2px solid #000;
}

.text-block-3 {
  z-index: 6;
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  position: static;
}

.button-icon-copy {
  color: #000;
  margin-left: 15px;
  display: flex;
}

.image-copy {
  margin-top: 0;
}

.image-copy.project-image {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.mobilehero-copy {
  display: none;
}

.mobilehero-copy.project-image {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.bold-text-3 {
  color: #fff;
}

.div-block-copy {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.div-block-copy {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.div-block-copy:hover {
  background-color: #43f750;
  background-image: none;
  border: 2px solid #000;
}

.div-block-copy-copy {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.hero-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.div-block-2 {
  color: #000;
  border: 3px solid #000;
  padding: 15px 30px;
  text-decoration: none;
}

.text-block-4 {
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-7 {
  margin-top: -15px;
}

.div-block-4 {
  margin-bottom: -25px;
}

.btnhoverinitial {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.btnhoverinitial:hover {
  background-color: #99f8ff;
  background-image: none;
  border: 2px solid #000;
}

.div-block-19 {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-17-2-copy {
  border: 1px solid #00000080;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-left: 0;
  display: flex;
}

.div-block-17 {
  border: 1px solid #00000080;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.div-block-17-copy {
  border: 1px solid #000000bf;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.image-8 {
  filter: invert();
}

.div-block-15 {
  max-width: 70%;
  margin-top: 30px;
}

.link-2 {
  color: var(--black-2);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-17-2 {
  border: 1px solid #00000080;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-left: 20px;
  display: flex;
}

.footer-2 {
  z-index: 5;
  background-color: #0000;
  background-image: url('../images/bwellipse.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 140px 100px;
  display: flex;
  position: relative;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-17-copy-copy {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  transition: all .5s ease-in-out;
  display: flex;
}

.div-block-17-copy-copy:hover {
  background-color: #000;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.div-block-18 {
  justify-content: space-between;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-6 {
  color: var(--black-2);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.text-block-5 {
  color: var(--black-2);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.subtitle---brix {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
}

.cta-button---brix {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
}

.cta-button---brix:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.component-container-default---brix {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.cta-v1-wrapper---brix {
  background-color: #f77343;
  background-image: url('../images/bg-01-cta-webflow-cloneable-template-brix-templates.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  align-items: center;
  width: 100%;
  min-height: 465px;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.cta-v1-content---brix {
  color: #fff;
  max-width: 500px;
}

.title---brix.cta-v1-title---brix {
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.27778;
}

.title---brix.cta-v1-title---brix.white-text---brix {
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
}

.subtitle-dash---brix {
  background-color: #fff;
  border-radius: 10px;
  width: 22px;
  min-width: 16px;
  max-width: 22px;
  min-height: 2px;
  margin-right: 10px;
}

.subtitle-wrapper---brix {
  color: #fff;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cloneable-container-default {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 624px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.div-block-copy-copy {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  width: 230px;
  margin-left: 0;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.div-block-copy-copy:hover {
  background-color: #0000;
  background-image: none;
  border: 2px solid #000;
}

.div-block-copy-copy-copy {
  cursor: auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 20px 35px;
  transition: all .275s;
  display: flex;
}

.div-block-copy-copy-copy:hover {
  background-color: #43f750;
  background-image: none;
  border: 2px solid #000;
}

.image-7-copy {
  margin-top: -16px;
}

.div-block-23 {
  display: none;
}

.div-block-3-copy2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-24 {
  align-items: center;
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.text-block-7 {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.button-icon-copy-copy {
  color: #000;
  margin-left: 5px;
  display: flex;
}

.menu {
  display: none;
}

.header__login-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__humburger-2 {
  display: none;
}

.header {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.header-absolute-2 {
  z-index: 90;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffd9;
  margin-top: 0;
  padding: 40px 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-24-copy {
  align-items: center;
  margin-top: 20px;
  display: none;
}

.mobilehero-copy-copy {
  display: none;
}

.mobilehero-copy-copy.project-image {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.container-copy {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.link-3 {
  color: #fff;
}

.contact_email {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}

.contact_email:hover {
  text-decoration: underline;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.is-radio {
  color: #000;
  margin-bottom: .5em;
  font-family: Satoshi, sans-serif;
  font-size: 1.68em;
  font-weight: 300;
}

.field_label.large {
  z-index: 1;
  color: #0000006b;
  margin-bottom: .4em;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  transform: scale(1.2)translate(0, 1.6em);
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  width: 100%;
  margin-top: 80px;
  font-size: 1em;
  position: relative;
}

.side-panel {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-2 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.bg-video {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.error-message_text {
  font-size: 1.3em;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

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

.field.phone {
  border-bottom: 3px solid var(--black-2);
}

.field.name {
  color: #000;
  border: 0 solid #000;
  border-bottom-width: 3px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.field.name::placeholder {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-weight: 300;
}

.field.message {
  border-bottom: 3px solid var(--black-2);
  color: #000;
  height: 5em;
  font-weight: 400;
}

.field.email {
  border-bottom: 3px solid var(--black-2);
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.contact_column.is-left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-right: 4.3em;
  display: flex;
  position: sticky;
  top: 0;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.headline_wrap {
  width: 36em;
  max-width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.section-3 {
  z-index: 1;
  position: relative;
}

.submit {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 0;
  margin-top: 1em;
  padding: 1.5em 3em;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 900;
  transition: all .1s;
}

.submit:hover {
  color: #fff;
  background-color: #000;
}

.submit:focus {
  border-color: #49fefd;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.logo_link {
  font-weight: 500;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.radio_button {
  z-index: 2;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.form {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.heading-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 79px;
}

.error-message-8 {
  background-color: #f89c9c80;
}

.sign-up-button {
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #222121;
  border-radius: 0;
  width: 40%;
  height: 57px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5em;
  transition: background-color .3s;
  display: inline-block;
}

.sign-up-button:hover {
  background-color: #222121f5;
}

.sign-up-field {
  float: left;
  color: #53505099;
  letter-spacing: .25px;
  background-color: #fff;
  border: 3px solid #222121;
  border-radius: 0;
  width: 60%;
  height: 57px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  transition: box-shadow .25s;
  box-shadow: inset 0 0 8px #0000;
}

.sign-up-field:active {
  border-color: #222121db;
}

.sign-up-field:focus {
  border-color: #222121db;
  box-shadow: inset 0 0 #0000, inset 0 0 0 2px #221e1eba;
}

.sign-up-field::placeholder {
  font-family: Satoshi, sans-serif;
}

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

.form-5 {
  border: 2px #222121db;
  border-radius: 0;
}

.alternative-h2 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-20 {
  color: #222121db;
}

.container-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-4 {
  color: #0050b8;
  background-color: #0050b81c;
  border: 1px solid #0050b838;
  padding: 22px;
}

.success-message-4.on-dark {
  color: #535050;
  text-align: left;
  background-color: #fff;
  border-width: 5px;
  border-color: #222121db;
  border-radius: 5px;
}

.form-wrapper-2 {
  width: 75%;
  margin-top: 29px;
}

.heading-3 {
  display: none;
}

.image-9 {
  margin-top: 40px;
  margin-left: -150px;
}

.paragraph-21 {
  display: none;
}

.heading-4 {
  color: #000;
  font-family: Satoshi, sans-serif;
}

.paragraph-22 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 28px;
}

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

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin: 142px auto 60px;
  padding-top: 60px;
  display: flex;
}

.heading-5 {
  color: #000;
  font-family: Satoshi, sans-serif;
}

.paragraph-23 {
  color: #000;
  margin-top: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.image-10 {
  margin-top: 60px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  display: none;
}

.link-block-7 {
  margin-right: 0;
  text-decoration: none;
}

.link-block-8, .link-block-9, .link-block-10 {
  display: none;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-26 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #000;
  text-align: left;
  font-family: Satoshi, sans-serif;
}

.paragraph-24 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.div-block-29 {
  width: 50%;
  height: 1000px;
}

.image-11 {
  max-width: 100%;
}

.heading-7 {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.link-block-11 {
  color: #000;
  text-decoration: none;
}

.section-4-copy {
  margin-top: 145px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.image-12 {
  width: 900px;
}

.paragraph-25, .rich-text-block {
  color: #000;
  margin-top: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.section-5 {
  margin-top: 145px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-31 {
  align-items: stretch;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32 {
  width: 33%;
  height: auto;
}

.image-13 {
  width: 85%;
}

.heading-8 {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-26 {
  color: #000;
  padding-right: 105px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.div-block-24-copy {
  align-items: center;
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.div-block-3-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4-copy {
  margin-top: 0;
  margin-bottom: -25px;
  margin-left: 80px;
  padding-top: 0;
}

.link-block-12 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
}

.div-block-24-copy-copy {
  align-items: center;
  margin-top: 20px;
  display: none;
}

.submit-button {
  z-index: 2;
  opacity: 0;
  border-radius: 35px;
  width: 230px;
  margin-top: 40px;
  padding: 20px 35px;
  position: absolute;
  top: 391px;
  left: 87px;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.text-field {
  background-color: #fff0;
  border: 2px #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}

.text-field::placeholder {
  color: #fffc;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.link-4 {
  color: #000;
}

.link-block-13 {
  margin-left: 0;
  text-decoration: none;
}

.div-block-31-copy {
  align-items: stretch;
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32-copy {
  width: 50%;
  height: auto;
}

.section-7 {
  background-color: #0000;
  align-items: center;
  height: 600px;
  margin-top: 130px;
  padding-top: 60px;
  display: block;
}

.div-block-33 {
  align-items: center;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-34 {
  width: 50%;
  height: auto;
  padding-right: 60px;
}

.heading-9 {
  color: #000;
  font-family: Satoshi, sans-serif;
}

.paragraph-27 {
  color: #000;
  margin-top: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-34-copy {
  width: 50%;
  height: auto;
  padding-right: 0;
}

.section-8 {
  background-color: var(--medium-blue);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-35 {
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}

.link-block-7-copy {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.section-9 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-4-copy-copy {
  margin-top: 0;
  margin-bottom: -25px;
  margin-left: 132px;
  padding-top: 0;
}

.heading-8-copy {
  color: #000;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-26-copy {
  color: #000;
  padding-left: 10px;
  padding-right: 105px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.link-block-15 {
  padding-left: 10px;
}

.heading-8-copy {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-26-copy {
  color: #000;
  padding-right: 105px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.link-block-16 {
  padding-left: 10px;
}

.link-block-17, .link-block-18 {
  text-decoration: none;
}

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

  .nav-link.nav-button {
    margin-right: 20px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .video {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-2 {
    transform: translate(10px, 10px);
  }

  .about-us {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .box {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 0;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-header {
    margin-bottom: 80px;
  }

  .services-content {
    margin-left: 0;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .tab-link {
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 0;
  }

  .tab-link-title {
    font-size: 20px;
    line-height: 26px;
  }

  .tabs-content {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tab-line-nav {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    height: 90vw;
    top: 0%;
    left: 0;
    transform: rotate(-90deg)translate(0%);
  }

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

  .tab-pane-content {
    flex-direction: column;
    padding-left: 0;
  }

  .project-row._1 {
    padding-left: 35px;
  }

  .project-line {
    width: auto;
    max-width: 100%;
    height: 62%;
  }

  .project-line-2 {
    width: 80%;
    transform: translate(25%, -25%);
  }

  .branding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branding-title {
    line-height: 48px;
  }

  .brands-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand-images-wrapper {
    margin-left: 0;
  }

  .project-line-3 {
    width: 70%;
    top: -40%;
    left: -14%;
    transform: translate(2%, 16%);
  }

  .slide {
    width: 50%;
  }

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

  .cta {
    height: auto;
    min-height: 444px;
  }

  .cta-images._2 {
    width: 80px;
    height: 80px;
    top: 4%;
    left: 17%;
  }

  .cta-images._3 {
    right: 14%;
  }

  .footer {
    padding-top: 80px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 2px solid #000;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .icon {
    color: #000;
  }

  .project-image-container {
    position: relative;
  }

  .header__col.col--3, .header__col.col--2 {
    display: none;
  }

  .header__humburger {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .header__humburger-line {
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 2px;
    min-height: 2px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .header__humburger-line.mod--3 {
    bottom: 0;
  }

  .header__humburger-line.mod--1 {
    top: 0;
  }

  .header__humburger-line.mod--2 {
    width: 70%;
    left: auto;
  }

  .header__login {
    text-align: center;
    margin-right: 72px;
  }

  .header-absolute {
    padding-left: 32px;
    padding-right: 32px;
    top: 20px;
  }

  .header__humburger-wrap {
    cursor: pointer;
    margin-right: -5px;
    display: block;
    position: relative;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .services-header-copy {
    margin-bottom: 80px;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .hero-copy {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .cta-v1-wrapper---brix {
    min-height: 400px;
    padding: 40px 56px;
  }

  .menu__nav {
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .menu {
    z-index: 89;
    height: 100vh;
    position: fixed;
    inset: 0% 0% 0;
    overflow: hidden;
  }

  .menu__nav-link {
    color: #fff;
    text-transform: uppercase;
    background-image: url('../images/dash_1dash.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }

  .menu__nav-link.mod--last {
    margin-bottom: -1px;
  }

  .menu__content {
    z-index: 1;
    background-color: #1d2228;
    background-image: radial-gradient(circle farthest-side at -30% 140%, #c1182280, #c1182200 64%), radial-gradient(circle farthest-side at 130% -40%, #c1182280, #c1182200 64%), url('../images/Noise_1Noise.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 125px 32px 80px;
    display: flex;
    position: relative;
  }

  .header__login-2 {
    text-align: center;
    margin-right: 72px;
  }

  .menu__btns-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header__humburger-2 {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .header-absolute-2 {
    padding-left: 32px;
    padding-right: 32px;
    top: 20px;
  }

  .header__humburger-close-2 {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .container-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sign-up-button {
    text-align: center;
    width: 30%;
  }

  .sign-up-field {
    width: 100%;
  }

  .form-5 {
    display: flex;
  }

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

  .form-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .navbar-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .image {
    object-fit: cover;
  }

  .video {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-2 {
    transform: translate(8px, 8px);
  }

  .confetti {
    width: 35vw;
    top: -21%;
  }

  .confetti-2 {
    width: 35vw;
    bottom: 19%;
  }

  .about-us {
    align-items: center;
  }

  .about-us-title {
    margin-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .box {
    justify-content: center;
    width: 200px;
    height: 100px;
    margin-bottom: 69px;
  }

  .image-3 {
    perspective-origin: 50%;
    transform-origin: 50%;
    display: block;
    bottom: 0;
    left: 0;
    right: auto;
    transform: rotate(75deg)translate(10%, 115%);
  }

  .services-header {
    margin-bottom: 70px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tab-link {
    padding-bottom: 24px;
  }

  .tab-link-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .tab-link-text.hide-desktop {
    text-align: center;
    margin-bottom: 37px;
    display: block;
  }

  .tab-link-text.hide-mobile {
    display: none;
  }

  .services-image-2 {
    transform: translate(0);
  }

  .project {
    padding-bottom: 70px;
  }

  .project-header {
    margin-bottom: 40px;
  }

  .project-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-item._2, .project-item._3 {
    max-width: 100%;
  }

  .project-information {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-information.flex-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-type-wrapper._2 {
    padding-top: 0;
  }

  .project-row._1 {
    padding-left: 0;
  }

  .project-row._2 {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
  }

  .project-row._3 {
    padding-right: 16px;
    position: relative;
  }

  .project-line {
    height: 65%;
    top: 15%;
  }

  .project-line-2 {
    transform: translate(25%, -28%);
  }

  .branding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-images-wrapper {
    margin-left: 0;
  }

  .project-line-3 {
    top: -35%;
  }

  .slide {
    width: 100%;
  }

  .slider-title {
    text-align: center;
    margin-bottom: 16px;
  }

  .slider-sub-title {
    font-weight: 300;
  }

  .slider-image-wrapper {
    height: 75vw;
  }

  .blog-type {
    font-weight: 300;
  }

  .cta-images-1 {
    left: -89px;
  }

  .cta-images._2 {
    left: 20%;
  }

  .cta-images._3 {
    width: 70px;
    height: 70px;
    right: 23%;
  }

  .cta-images._4 {
    right: -34px;
  }

  .secondary-button {
    font-weight: 300;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .services-label {
    letter-spacing: .17em;
  }

  .copyright-section {
    padding-bottom: 36px;
  }

  .copyright-label {
    letter-spacing: .02em;
  }

  .nav-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-img {
    max-width: 52px;
  }

  .btn {
    font-weight: 400;
  }

  .services-header-copy {
    margin-bottom: 70px;
  }

  .mobilehero {
    object-fit: cover;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-left.margin-small.phone {
    margin-top: 1rem;
    margin-left: 0;
  }

  .button-wrap.kontakt {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-copy, .mobilehero-copy, .mobilehero-copy {
    object-fit: cover;
  }

  .hero-copy {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .cta-button---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .component-container-default---brix {
    position: static;
  }

  .cta-v1-wrapper---brix {
    border-radius: 20px;
    min-height: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.1;
  }

  .subtitle-wrapper---brix {
    margin-bottom: 16px;
  }

  .menu__content {
    padding-top: 105px;
  }

  .logo-img-2 {
    max-width: 52px;
  }

  .mobilehero-copy-copy {
    object-fit: cover;
  }

  .container-copy {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .side-panel {
    display: none;
  }

  .container-2 {
    display: block;
  }

  .bg-video {
    width: 100%;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .headline_wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .sign-up-button {
    width: 40%;
    font-weight: 700;
  }

  .sign-up-field {
    width: 60%;
  }

  .alternative-h2 {
    color: #333;
    text-align: center;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 16px;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-button.hide-desktop {
    display: inline-block;
  }

  .nav-link.nav-button.hide-mobile {
    display: none;
  }

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

  .hero {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .image {
    display: block;
  }

  .hero-image-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .video {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-2 {
    transform: translate(5px, 5px);
  }

  .about-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-us-title {
    margin-right: 0;
  }

  .box {
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }

  .text-wrapper {
    padding-left: 20px;
  }

  .text-border {
    padding-left: 2px;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .services-header-left {
    justify-content: center;
    margin-bottom: 20px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-link.w--current {
    padding-top: 40px;
  }

  .tab-link._1 {
    padding-top: 24px;
  }

  .tab-link._1.w--current, .tab-link._2, .tab-link._3, .tab-link._4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-link-title {
    font-size: 30px;
  }

  .tab-link-text.hide-desktop._1, .tab-link-text.hide-desktop._2, .tab-link-text.hide-desktop._3, .tab-link-text.hide-desktop._4 {
    margin-bottom: 10px;
  }

  .tab-line-nav {
    display: none;
  }

  .tab-pane-content {
    margin-bottom: 50px;
  }

  .services-image-1 {
    display: none;
  }

  .project {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .project-header {
    margin-bottom: 24px;
  }

  .project-line {
    max-width: none;
    height: 70%;
    display: none;
    top: 10%;
    left: -4%;
  }

  .project-line-2 {
    display: none;
  }

  .branding-title {
    font-size: 26px;
    line-height: 32px;
  }

  .brands-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .brand-images-wrapper {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-line-3 {
    display: none;
    top: -22%;
  }

  .slider-container {
    margin-top: 40px;
  }

  .slide-nav {
    top: -43px;
  }

  .slider-title {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
  }

  .slider-sub-title {
    font-size: 18px;
    line-height: 36px;
  }

  .slider-image {
    width: 100%;
  }

  .cta-images._2 {
    width: 70px;
    height: 70px;
    top: 6%;
    left: 3%;
  }

  .cta-images._3 {
    width: 60px;
    height: 60px;
    right: 5%;
  }

  .cta-images._1 {
    bottom: 21%;
    left: 9%;
  }

  .cta-images._5 {
    bottom: 18%;
    right: 11%;
  }

  .cta-images._6 {
    right: 7%;
  }

  .cta-content {
    padding: 60px 16px;
  }

  .cta-title {
    font-size: 41px;
    line-height: 53px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-nav-link {
    font-size: 32px;
    line-height: 41px;
  }

  .footer-column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 20px;
    padding-left: 0;
  }

  .image-5 {
    width: 120px;
  }

  .line-3, .line-3-right {
    display: none;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .header__col.col--2 {
    display: none;
  }

  .logo-img {
    max-width: 90px;
  }

  .header__humburger {
    color: #000;
  }

  .header__humburger-line.mod--3, .header__humburger-line.mod--1, .header__humburger-line.mod--2 {
    background-color: #000;
  }

  .header__login {
    margin-right: 20px;
  }

  .header-absolute {
    z-index: 999999;
    display: none;
  }

  .btn {
    font-size: 13px;
  }

  .btn.btn--slim {
    min-width: 150px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .header__humburger-close {
    color: #000;
  }

  .section-2 {
    flex-direction: column;
    height: auto;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-header-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .mobilehero {
    display: none;
  }

  .heading {
    font-size: 44px;
    line-height: 62px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 31px;
  }

  .long-button.invert {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-wrap.kontakt {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: .5rem;
    padding-left: 0;
    display: flex;
  }

  .div-block {
    max-width: 100%;
    margin-top: 10px;
    padding: 15px 25px 15px 26px;
  }

  .text-block-3 {
    white-space: nowrap;
    font-size: 16px;
  }

  .image-copy {
    display: none;
  }

  .mobilehero-copy {
    max-width: 100%;
    display: block;
    position: static;
    bottom: 0;
  }

  .div-block-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 15px 25px 15px 26px;
  }

  .div-block-copy-copy {
    max-width: 85%;
    margin-top: 0;
    padding: 15px 25px 15px 26px;
  }

  .hero-copy {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-3 {
    display: block;
  }

  .image-7 {
    margin-top: -16px;
  }

  .div-block-4 {
    flex-direction: row;
    align-items: center;
    padding-left: 62px;
    display: block;
  }

  .btnhoverinitial {
    max-width: 100%;
    margin-top: 10px;
    padding: 15px 25px 15px 26px;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    max-width: 100%;
  }

  .link-2 {
    padding-bottom: 10px;
  }

  .footer-2 {
    background-size: contain;
    padding: 100px 20px 60px;
  }

  .div-block-22 {
    margin-top: 40px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .cta-button---brix {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .component-container-default---brix {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-v1-wrapper---brix {
    background-position: 0%;
    background-size: cover;
    padding: 40px 24px;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .subtitle-dash---brix {
    margin-top: 8px;
  }

  .subtitle-wrapper---brix {
    align-items: flex-start;
  }

  .cloneable-container-default {
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-copy-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 15px 25px 15px 26px;
  }

  .div-block-copy-copy-copy {
    max-width: 85%;
    margin-top: 0;
    padding: 15px 25px 15px 26px;
  }

  .image-7-copy {
    margin-left: 17px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-3-copy2 {
    display: none;
  }

  .div-block-24 {
    display: flex;
  }

  .menu {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: none;
  }

  .menu__nav-link {
    color: #000;
    background-image: none;
    border-bottom: 1px dashed #000;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .menu__nav-link:hover {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .menu__content {
    background-color: #ffffff96;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 220px;
  }

  .header__login-2 {
    margin-right: 20px;
  }

  .menu__btns-wrap {
    justify-content: center;
    padding-left: 0;
  }

  .logo-img-2 {
    max-width: 100px;
  }

  .header-absolute-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
  }

  .div-block-24-copy {
    margin-top: 0;
    display: flex;
  }

  .mobilehero-copy-copy {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_email {
    display: none;
  }

  .field_label.large {
    color: #00000085;
    font-size: 1.3em;
    font-weight: 400;
  }

  .contact_column.is-right {
    background-color: #fff;
  }

  .contact_column.is-left {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }

  .headline_wrap {
    display: none;
  }

  .sign-up-button {
    width: 100%;
  }

  .sign-up-field {
    color: #242424e3;
    letter-spacing: .25px;
    width: 100%;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 27px;
    display: block;
  }

  .form-5 {
    display: block;
  }

  .alternative-h2 {
    color: #333;
    text-align: left;
    letter-spacing: .25px;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
  }

  .alternative-h2.yes {
    text-align: center;
  }

  .alternative-h2.yes-mid {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-3 {
    color: #000;
    text-align: center;
    font-family: Satoshi, sans-serif;
    display: block;
  }

  .image-9 {
    margin-top: 40px;
    margin-left: 0;
    padding-right: 60px;
  }

  .paragraph-21 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-family: Satoshi, sans-serif;
    font-size: 1.3em;
    line-height: 25px;
    display: block;
  }

  .heading-4, .paragraph-22 {
    display: none;
  }

  .div-block-25 {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .paragraph-23 {
    font-size: 21px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    margin-top: 120px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-6 {
    padding-left: 10px;
    font-size: 30px;
  }

  .paragraph-24 {
    padding-left: 10px;
    font-size: 15px;
    line-height: 26px;
  }

  .section-5 {
    margin-top: 121px;
    padding: 0 15px 40px;
  }

  .div-block-31 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-32 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-13 {
    width: 100%;
  }

  .paragraph-26 {
    padding-right: 0;
  }

  .div-block-24-copy {
    display: flex;
  }

  .div-block-3-copy {
    display: block;
  }

  .div-block-4-copy {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    padding-left: 62px;
    display: block;
  }

  .link-block-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-24-copy-copy {
    margin-top: 0;
    display: flex;
  }

  .section-6 {
    margin-bottom: 100px;
  }

  .submit-button {
    margin-top: 4px;
    top: 335px;
    left: 40px;
  }

  .text-field {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .form-block {
    margin-top: 0;
  }

  .success-message-5 {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 30px;
  }

  .text-block-9 {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
  }

  .div-block-31-copy {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-32-copy {
    width: 100%;
    margin-bottom: 40px;
  }

  .link-block-14 {
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .section-7 {
    height: auto;
    margin-top: 51px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-33 {
    flex-direction: column-reverse;
  }

  .div-block-34 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-34-copy {
    width: 100%;
  }

  .section-8 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .rich-text-block-2 {
    font-size: 20px;
  }

  .div-block-4-copy-copy {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    padding-left: 115px;
    display: block;
  }

  .heading-8-copy {
    padding-left: 10px;
  }

  .paragraph-26-copy {
    padding-right: 0;
  }
}

#w-node-_7692b583-03a5-4a56-4e87-422e7e6068c8-821211d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_0a452234-c84e-35e1-7677-c3efe83c95bd-821211d7, #w-node-e3070b34-4917-12ee-543b-d99b92a6fd49-821211d7 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}