.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 50, 79, 0.75)), color-stop(24%, rgba(74, 75, 88, 0.75)), color-stop(52%, rgba(165, 102, 103, 0.75)), color-stop(76%, rgba(74, 75, 88, 0.75)), to(rgba(39, 50, 79, 0.75)));
  background-image: linear-gradient(180deg, rgba(39, 50, 79, 0.75), rgba(74, 75, 88, 0.75) 24%, rgba(165, 102, 103, 0.75) 52%, rgba(74, 75, 88, 0.75) 76%, rgba(39, 50, 79, 0.75));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero {
  height: 80vh;
}

.slider {
  position: static;
  height: 1200px;
  max-height: 100%;
  border-top: 5px none #000;
  opacity: 1;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-icon {
  height: 100%;
  margin-right: 0px;
}

.body {
  background-color: #27324f;
  font-family: 'Nunito Sans', sans-serif;
}

.top-menu-link {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.top-menu-link:hover {
  text-shadow: 1px 1px 3px rgba(232, 170, 93, 0.49);
}

.heading {
  font-weight: 700;
  text-align: center;
}

.button-01 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  text-decoration: none;
}

.button-2 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e8aa5d;
  color: #000;
  font-size: 20px;
  text-shadow: 0 0 2px #daaf7a;
}

.button-2:hover {
  box-shadow: 4px 4px 20px -3px #000;
}

.button-2.slider-button-nav {
  width: 250px;
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
}

.button-2.full-width {
  width: 100%;
  text-align: center;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}

.hero-subtitle {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.section-slide-title {
  margin-top: 80px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  text-align: center;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.background-video-2 {
  height: 100%;
}

.play-pause-button {
  display: none;
}

.play-pause-button-2 {
  display: none;
}

.hero-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-box.detail-hero {
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-text-box.detail-hero.dao-title {
  -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;
}

.hero-text-box.detail-hero.nft-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slide {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.slide-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

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

.slide-text {
  display: block;
  max-width: 505px;
  text-align: center;
}

.divider-01 {
  display: none;
  height: 500px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1f1f1f;
  background-image: url('../images/shubham-dhage-gC_aoAjQl2Q-unsplash-transparent.png');
  background-position: 75% 50%;
  background-size: auto 450px;
  background-repeat: no-repeat;
  opacity: 1;
}

.title-divider {
  color: #e8aa5d;
  font-weight: 400;
  text-align: center;
}

.text-block {
  width: 800px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.text-block-2 {
  width: 800px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.team-section {
  display: none;
  height: 600px;
  -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;
  background-color: #fff;
  background-image: url('../images/BG-Vector-Icons-2.png');
  background-position: 70% 50%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.our-team-text {
  width: 800px;
  margin-left: 10%;
}

.button-blue {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #243659;
  color: #fff;
  font-size: 20px;
}

.button-blue:hover {
  box-shadow: 0 0 13px -2px #4d4d4d;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  margin-top: -25px;
  -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: url('../images/milad-fakurian-wNsHBf_bTBo-unsplash.jpeg');
  background-position: 50% 65%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.white-label-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-text-box {
  margin-left: 0px;
  text-align: left;
}

.heading-2 {
  color: #fff;
  text-align: left;
}

.text-block-3 {
  color: #fff;
  text-align: left;
}

.link {
  color: #fff;
}

.text-block-4 {
  margin-top: 25px;
  color: #fff;
  text-align: left;
}

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

.logo-icon-footer {
  height: 80px;
  margin-bottom: 0px;
}

.image {
  height: 105px;
  margin-top: 20px;
}

.slide-nav {
  display: none;
}

.slider-buttons-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-buttons-edit.mobile {
  display: none;
}

.image-2 {
  height: 220px;
}

.image-3 {
  height: 220px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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: #27324f;
  box-shadow: 0 3px 16px 5px rgba(0, 0, 0, 0.51);
  opacity: 0.89;
  mix-blend-mode: normal;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.trading-platform {
  display: none;
  height: 350px;
  -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-link {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 20px 15px;
  background-color: #e8aa5d;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.text-box-divider {
  margin-left: 10%;
}

.image-4 {
  height: 230px;
}

.slide-2 {
  margin-top: auto;
  margin-bottom: auto;
}

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

.product-img-mobile {
  width: 250px;
}

.body-2 {
  background-color: #27324f;
  font-family: 'Nunito Sans', sans-serif;
}

.main-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 160, 255, 0.75)), color-stop(24%, rgba(166, 103, 104, 0.75)), to(rgba(39, 50, 79, 0.75)));
  background-image: linear-gradient(180deg, rgba(125, 160, 255, 0.75), rgba(166, 103, 104, 0.75) 24%, rgba(39, 50, 79, 0.75));
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  border-bottom: 5px solid #fff;
  border-radius: 0px;
}

.heading-7 {
  font-size: 100px;
}

.text-block-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.heading-8 {
  color: #fff;
  text-align: left;
}

.heading-8.use-case-title {
  margin-top: 25px;
}

.text-block-7 {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.text-block-8 {
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.text-resize {
  width: 75%;
  margin-top: 0px;
  padding-left: 20px;
  border-left: 3px solid #f4a64c;
}

.text-span {
  color: #f4a54c;
}

.text-span-2 {
  font-weight: 900;
}

.list {
  color: #fff;
}

.list.dao-list {
  margin-top: 50px;
}

.list.platform-feature-list {
  margin-top: 50px;
}

.list.software-license-list {
  margin-top: 30px;
}

.use-case-list {
  margin-top: 0px;
}

.text-span-3 {
  font-weight: 900;
}

.text-span-4 {
  color: #f4a54c;
  font-weight: 900;
}

.list-item {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-5 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-6 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-7 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.text-span-5 {
  font-weight: 900;
}

.text-span-6 {
  font-weight: 900;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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;
  border-style: solid none;
  border-width: 4px;
  border-color: #f4a54c;
  border-radius: 3px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-7 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-8 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.heading-9 {
  margin-left: 0px;
  color: #fff;
}

.text-block-9 {
  margin-left: 0px;
  color: #fff;
  font-style: normal;
}

.bold-text {
  color: #fff;
  text-decoration: underline;
}

.div-block-2 {
  margin-left: 65px;
}

.html-embed {
  color: #fff;
}

.html-embed-2 {
  color: #fff;
}

.html-embed-3 {
  color: #fff;
}

.div-block-3 {
  margin-right: 65px;
  margin-left: 65px;
  padding-left: 20px;
  border-left: 3px solid #f4a64c;
}

.image-9 {
  margin-bottom: -10px;
}

.image-10 {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

.div-block-4 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.bold-text-2 {
  font-size: 35px;
}

.link-block {
  height: 50%;
}

.link-block-2 {
  margin-bottom: 25px;
}

.navbar {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  color: #fff;
  font-size: 18px;
}

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

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

.nav-link-2 {
  color: #fff;
  font-size: 18px;
}

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

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

.nav-link-3 {
  color: #fff;
  font-size: 18px;
}

.nav-link-3:active {
  color: #fff;
}

.nav-link-3.w--current {
  color: #e8aa5d;
}

.brand {
  height: 60px;
}

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

.impressum {
  margin-left: 130px;
}

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

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

.heading-10 {
  color: #fff;
}

.text-block-12 {
  margin-bottom: 10px;
  color: #fff;
}

.heading-11 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 75vh;
  }

  .slider {
    height: 100%;
  }

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

  .top-menu-link {
    font-size: 15px;
  }

  .button-2.slider-button-nav {
    margin-top: 0px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subtitle {
    font-size: 25px;
  }

  .slider-2 {
    margin-top: 0px;
  }

  .background-video-2 {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slide-text-box {
    margin-top: 0%;
  }

  .slider-title {
    font-size: 35px;
  }

  .slider-subtitle {
    width: 80%;
    font-size: 25px;
  }

  .slide-text {
    font-size: 15px;
  }

  .divider-01 {
    height: 420px;
  }

  .title-divider {
    width: 90%;
    font-size: 30px;
    text-align: left;
  }

  .text-block {
    width: 90%;
  }

  .text-block-2 {
    width: 90%;
  }

  .team-section {
    background-position: 97% 50%;
    background-size: 245px;
  }

  .our-team-text {
    width: 60%;
    margin-left: 5%;
  }

  .section {
    height: 800px;
  }

  .white-label-text-box {
    width: 90%;
  }

  .heading-3 {
    font-size: 25px;
    text-align: center;
  }

  .text-block-5 {
    width: 80%;
    text-align: center;
  }

  .text-block-6 {
    width: 80%;
    text-align: center;
  }

  .heading-4 {
    font-size: 25px;
  }

  .text-box-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .heading-6 {
    margin-top: 0px;
  }

  .div-block-2 {
    margin-left: 45px;
  }

  .div-block-3 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .link-block.w--current {
    height: 0%;
  }

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

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-3 {
    text-align: center;
  }

  .icon-3 {
    font-size: 40px;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .nav-menu {
    background-color: #27324f;
  }

  .impressum {
    margin-left: 29px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 40vh;
  }

  .slider {
    height: 80vh;
  }

  .logo-icon {
    margin-left: 0px;
  }

  .button-2.slider-button-nav {
    text-align: center;
  }

  .slider-2 {
    display: none;
  }

  .background-video-2 {
    height: 80vh;
  }

  .hero-text-box {
    width: 90%;
  }

  .slide {
    text-align: center;
  }

  .slide-text-box {
    width: 100%;
  }

  .slider-subtitle {
    width: 90%;
  }

  .slide-text {
    display: none;
    width: 70%;
  }

  .divider-01 {
    height: 420px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .heading-4 {
    width: 70%;
    text-align: center;
  }

  .mask {
    width: 100%;
  }

  .slider-buttons-edit {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-buttons-edit.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-2 {
    height: 120px;
  }

  .slide-2 {
    width: 100%;
  }

  .product-overview-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-img-mobile {
    width: 150px;
  }

  .div-block-2 {
    margin-left: 25px;
  }

  .div-block-3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .impressum {
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 50vh;
  }

  .slider {
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .top-menu {
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-icon {
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .top-menu-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button-2 {
    font-size: 15px;
    text-align: center;
  }

  .button-2.slider-button-nav {
    width: 200px;
    margin-top: 15px;
    text-align: center;
  }

  .hero-title {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .background-video-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-title {
    font-size: 30px;
  }

  .slider-subtitle {
    width: 80%;
    font-size: 18px;
    line-height: 25px;
  }

  .slide-text {
    display: none;
  }

  .title-divider {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .team-section {
    height: 800px;
  }

  .our-team-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    padding-right: 5%;
    padding-left: 5%;
    -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: hsla(0, 0%, 100%, 0.5);
  }

  .section {
    margin-top: 0px;
  }

  .white-label-text-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact {
    width: 100%;
    height: 100%;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-text-box {
    margin-left: 0px;
    text-align: center;
  }

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

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

  .heading-3 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .text-block-5 {
    width: 100%;
    text-align: left;
  }

  .text-block-6 {
    width: 100%;
    text-align: left;
  }

  .heading-4 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    height: 30%;
    margin-top: 200px;
  }

  .right-arrow {
    height: 30%;
    margin-top: 200px;
  }

  .section-2 {
    height: 80px;
  }

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

  .image-4 {
    height: 180px;
  }

  .icon {
    margin-right: 5px;
  }

  .icon-2 {
    margin-left: 5px;
  }

  .product-overview-mobile {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-9 {
    margin-left: 5px;
  }

  .text-block-9 {
    margin-left: 5px;
  }

  .div-block-2 {
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: 15px;
  }

  .impressum {
    margin-left: 20px;
  }
}

