:root {
  --dark-slate-blue: #233a5e;
  --medium-sea-green-2: #36ab80;
  --slate-grey: #5b7296;
  --medium-sea-green: #54bd7e;
  --white-smoke: #f1f2f4;
  --slate-grey-2: #6c80a0;
  --gainsboro: #e0e4e8;
  --midnight-blue: #0a1646;
}

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

.body {
  color: var(--dark-slate-blue);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-list {
  background-color: #f8fafb;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  left: -45px;
  box-shadow: 28px 28px 50px rgba(109, 125, 147, .15);
}

.dropdown-link {
  width: 100%;
  color: #121f3e;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #fff;
  border-left-color: #ff5e15;
}

.dropdown-link.w--current {
  color: #ff5e15;
}

.button-navigation-white {
  width: 180px;
  max-height: 60px;
  color: #4353ff;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e5ebf0;
  justify-content: center;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-navigation-white:hover {
  color: #fff;
  background-color: #4353ff;
  border-color: #fff;
}

.dropdown-wrapper {
  min-width: 220px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: block;
  position: relative;
}

.icon {
  margin-right: 18px;
  display: none;
}

.navigation-container-large {
  max-width: 1150px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: #4353ff;
}

.brand-logo {
  margin-right: 20px;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 210px;
  height: auto;
}

.navbar-fixed {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-fixed.contact {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navigation-right {
  justify-content: flex-end;
  display: flex;
}

.navigation-line {
  height: 1px;
  max-width: 100%;
  background-color: #e5ebf0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-dark {
  color: var(--dark-slate-blue);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.nav-link-dark:hover {
  color: var(--slate-grey);
}

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

.nav-link-dark.mobile-only {
  display: none;
}

.button {
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  padding: 8px 16px;
}

.button-green {
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  margin-left: 20px;
  padding: 8px 16px;
}

.button-green:hover {
  background-color: #339a5c;
}

.button-green.block.mb {
  display: none;
}

.button-grey {
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
  border-radius: 4px;
  margin-left: 14px;
  padding: 8px 16px;
}

.button-grey:hover {
  background-color: #e0e4e8;
}

.hero {
  z-index: 1;
  margin-top: 100px;
  padding: 50px 3%;
  position: relative;
}

.container-large {
  max-width: 1150px;
}

.div-block {
  z-index: 1;
  text-align: center;
  position: static;
}

.h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-1 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.sub-header {
  max-width: 626px;
  color: var(--slate-grey-2);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.sub-header.testimonial-p {
  color: #6f7885;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-2 {
  height: 104px;
  max-width: 378px;
  background-color: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px -16px rgba(10, 22, 70, .46);
}

.center-block {
  z-index: 1;
  text-align: center;
  position: static;
}

.hero-button-holder {
  height: 104px;
  max-width: 378px;
  background-color: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px -16px rgba(10, 22, 70, .46);
}

.testimonial {
  margin-top: 60px;
  padding: 92px 3%;
}

.link {
  color: var(--medium-sea-green-2);
  letter-spacing: .6px;
  text-decoration: none;
}

.testimonial-holder {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.feature-1 {
  z-index: 1;
  background-color: #fafbfb;
  padding: 100px 3%;
  position: relative;
}

.feature-1-holder {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.side-text {
  width: 30%;
  max-width: none;
}

.h2 {
  text-align: center;
  line-height: 40px;
}

.h2.white {
  color: #fff;
}

.side-video {
  width: 60%;
  border: 1px #e0e4e8;
  border-radius: 0;
  margin-left: 100px;
}

.background-video-1 {
  width: 90vw;
  height: 45vw;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 6px 30px -16px rgba(10, 22, 70, .6);
}

.button-orange {
  background-color: #f0734f;
  border-radius: 4px;
  margin-top: 24px;
  padding: 8px 16px;
}

.button-orange:hover {
  background-color: #cb5f40;
}

.feature-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 3%;
  position: relative;
}

.feature-2-holder {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.side-image {
  width: 60%;
  border: 1px #e0e4e8;
  border-radius: 0;
  margin-left: 0;
  margin-right: 100px;
}

.side-image.margin {
  width: 100%;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.h2-2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 48px;
}

.h2-2.white {
  color: #fff;
}

.cta-holder {
  height: 302px;
  border: 1px solid var(--gainsboro);
  background-image: url('../images/60a3b434f4a509443e005d58_getStartedRed.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 10px 30px -16px rgba(10, 22, 70, .6);
}

.cta-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.container-large-2 {
  max-width: 1170px;
  padding-left: 0%;
  padding-right: 0%;
}

.text-span-3 {
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.paragraph-2 {
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-2.white {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}

.paragraph-2.white.cta-p {
  max-width: none;
  color: rgba(255, 255, 255, .6);
}

.cta-fill {
  z-index: 2;
  background-color: #1565d8;
  border-radius: 26px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  box-shadow: 0 6px 35px rgba(20, 45, 65, .4);
}

.cta-fill:hover {
  color: #fff;
  background-color: #1565d8;
  border: 1px #1565d8;
}

.cta-fill.white {
  color: #1565d8;
  background-color: #fff;
}

.cta-fill.white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}

.cta-line-btn {
  z-index: 2;
  color: #1565d8;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1565d8;
  border-radius: 26px;
  margin-top: 60px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s;
  position: relative;
}

.cta-line-btn:hover {
  color: #fff;
  background-color: #1565d8;
}

.cta-line-btn.white {
  color: #fff;
  border-color: #fff;
  margin-left: 20px;
}

.cta-line-btn.white:hover {
  color: #1565d8;
  background-color: #fff;
}

.center-block-2 {
  text-align: center;
  margin-top: 0;
}

.h2-2-copy {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 48px;
}

.h2-2-copy.white {
  color: #fff;
}

.button-white {
  color: #f0734f;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 8px 16px;
}

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

.button-white.text-green {
  color: #54bd7e;
}

.security {
  padding: 100px 3%;
}

.h3 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.h3.green {
  color: #36ab80;
}

.h3.state-blue {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h3.tab-h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.h3.works-tab {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.h3.blue {
  color: #0484fe;
}

.security-holder {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.paragraph-default {
  color: #6e7d94;
  font-weight: 300;
}

.paragraph-default.tab-p {
  color: var(--dark-slate-blue);
}

.paragraph-default.margin {
  margin-bottom: 24px;
}

.security-logo {
  margin-right: 10px;
}

.cta-2 {
  margin-top: 20px;
  margin-bottom: 74px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.cta-2-holder {
  height: 302px;
  border: 1px solid var(--gainsboro);
  background-image: url('../images/60a4d4d720de3441521ebf26_getStartedGreen.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 10px 30px -16px rgba(10, 22, 70, .6);
}

.feature-1-tab {
  background-color: #fff;
  border: 1px solid #e0e4e8;
  margin-top: 80px;
  padding-top: 24px;
  padding-left: 24px;
}

.div-block-3 {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-4 {
  width: 44%;
}

.tab-pane-right {
  margin-left: 84px;
}

.tab-pane-right.width {
  width: 22%;
  margin-left: 50px;
}

.tab-link-button {
  background-color: #f1f2f4;
  margin-right: 20px;
}

.tab-link-button.w--current {
  color: #f0734f;
  background-color: #fff3f0;
  border-radius: 4px;
  margin-right: 20px;
}

.text-block {
  color: #f0734f;
}

.text-block-2 {
  color: #8894a8;
}

.tab-link-button-copy {
  background-color: #f1f2f4;
  margin-right: 20px;
}

.tab-link-button-copy.w--current {
  color: #f0734f;
  background-color: #fff3f0;
  border-radius: 4px;
  margin-right: 20px;
}

.tab-link-tab-1 {
  background-color: #fff3f0;
}

.tab-link-tab-1.w--current {
  color: #f0734f;
  background-color: #fff3f0;
  border-radius: 4px;
  margin-right: 20px;
}

.tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-5-copy, .tab-link-tab-3-copy {
  color: #8894a8;
  background-color: #f1f2f4;
  border-radius: 4px;
  margin-right: 20px;
}

.tab-link {
  color: #8894a8;
  background-color: #f1f2f4;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.tab-link.w--current {
  color: #f0734f;
  background-color: #fff3f0;
}

.tab-pane-content-wrap {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.tab-pane-left {
  width: 44%;
}

.tab-pane-left.width {
  width: auto;
}

.feature-2-tab {
  background-color: #fff;
  border: 1px solid #e0e4e8;
  margin-top: 80px;
  padding-top: 24px;
  padding-left: 24px;
}

.image {
  width: 500px;
}

.how-it-works {
  background-color: #fafbfb;
  background-image: url('../images/60a3ced03bf00e12475d7be4_triangles.svg');
  background-position: 50%;
  background-size: cover;
  padding: 92px 3%;
  position: relative;
}

.image-2 {
  width: auto;
  height: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.works-tab-manu {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e0e4e8;
  margin-top: 80px;
  padding-top: 24px;
  padding-left: 24px;
}

.tab-pane-left-copy {
  width: 44%;
}

.link-2, .text-link {
  color: #0484fe;
  font-weight: 600;
  text-decoration: none;
}

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

.tabs-menu {
  margin-left: 8px;
}

.tab-link-1 {
  color: #8894a8;
  background-color: #f1f2f4;
  border-radius: 4px;
  margin-right: 20px;
}

.tab-link-1.w--current {
  color: #f0734f;
  background-color: #fff3f0;
}

.footer {
  text-align: center;
  background-color: #fafbfb;
  border-top: 1px solid #e0e4e8;
  align-items: flex-start;
  padding-top: 92px;
  padding-bottom: 92px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-5, .footer-column {
  text-align: left;
}

.heading {
  font-weight: 600;
}

.footer-pages-link {
  color: #6e7d94;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.footer-pages-link:hover {
  color: #233a5e;
}

.footer-text-links {
  flex-direction: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.footer-logo {
  text-align: left;
  padding-left: 20px;
}

.footer-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-top: 60px;
  margin-left: 20px;
  display: grid;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.h4 {
  font-weight: 600;
}

.h4.size {
  margin-top: 10px;
  font-size: 18px;
}

.last-footer-holder {
  margin-top: 68px;
}

.bottom-footer-holder {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bottom-link {
  color: #6e7d94;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.bottom-link:hover {
  color: #233a5e;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.copy-right-text {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
}

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

.text-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-3 {
  width: 250px;
}

.subtitle {
  color: var(--medium-sea-green);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-v6 {
  grid-column-gap: 60px;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

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

.icon-link-2-texts-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.icon-link-2-texts-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

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

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.mg-top-8px {
  color: var(--medium-sea-green);
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-neutral-800 {
  color: var(--medium-sea-green);
  background-color: rgba(84, 189, 126, 0);
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.position-relative {
  padding-top: 60px;
  padding-bottom: 60px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb {
  background-color: var(--medium-sea-green);
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card.pd-64px---56px {
  padding: 64px 56px;
}

.btn-primary {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.half-bg-right {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #4a3aff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.half-bg-right.width-36 {
  width: 36%;
}

.half-bg-right.width-36.height-30 {
  background-color: var(--gainsboro);
}

.color-neutral-300 {
  color: #eff0f6;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.html-embed {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.html-embed.pink {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  transition: all .2s;
}

.html-embed.pink:hover {
  width: 50px;
  height: 50px;
}

.html-embed.pink {
  transition: all .2s;
}

.html-embed.pink:hover {
  width: 50px;
  height: 50px;
}

.div-block-9 {
  margin-top: 20px;
  display: flex;
}

.lis-wrap-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lis-wrap-8 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.lis-button-1 {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 8em;
  padding: .8em 3.5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}

.lis-decor-1 {
  margin-top: 2em;
}

.lis-logo-1 {
  width: 10em;
}

.lis-heading-1 {
  color: #010102;
  text-align: center;
  margin-top: 2em;
  margin-bottom: .9em;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.3em;
}

.lis-wrap-9 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lis-wrap-7 {
  margin-top: 7em;
  margin-bottom: 5em;
}

.lis-imput-1 {
  color: #abadb0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid #d2d2d2;
  margin-bottom: 0;
  padding: .5em 1em .5em 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.lis-wrap-5 {
  width: 35em;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.lis-text-1 {
  color: #000;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3em;
}

.lis-paragraph-1 {
  color: #383838;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.button-arrow {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.explore-button-copntainer {
  max-width: 1400px;
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.arrow-circle {
  background-image: linear-gradient(138deg, #ff6f4c, #4454fe);
  border-radius: 50%;
  padding: 12px;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(44, 45, 55, .8);
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.project-marquee {
  width: 50%;
  display: flex;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item {
  width: 60%;
  flex: none;
  align-items: flex-end;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.sticky {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

.margin-30 {
  margin-top: 2rem;
}

.track {
  height: 160vh;
}

.collection-list {
  display: flex;
}

.heading-6 {
  font-weight: 400;
}

.collection-list-wrapper {
  width: 100%;
  height: auto;
}

.project-item-desc-wrap {
  width: 80%;
  border-right: 1px solid rgba(0, 0, 0, .2);
  flex: 1;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.project-item-desc-wrap._20 {
  width: 20%;
}

.project-item-desc-wrap._20.modal {
  border-right-style: none;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}

.project-item-desc-wrap.modal {
  border-right-style: none;
  padding-left: 0;
  padding-right: 50px;
}

.project-item-desc-wrap.noborder {
  border-right-style: none;
}

.referenz-image {
  width: 100%;
}

.project-modal-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  display: flex;
}

.project-wrap {
  width: 100%;
  color: #333;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, .21);
}

.project-wrap:hover {
  transform: translate(0, -5px);
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, .26);
}

.section-title-wrap {
  justify-content: flex-start;
  margin-bottom: 70px;
}

.bar-link {
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-left: 70px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.project-bar {
  width: 100%;
  height: 30px;
  background-color: #fafafa;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-bar._06 {
  background-color: var(--midnight-blue);
}

.project-bar._05 {
  background-color: #ecebe9;
}

.project-bar._05._3 {
  color: #000;
  background-color: #3cdfcd;
}

.project-bar.modal {
  background-color: #001fff;
}

.project-bar.modal.hca {
  background-color: var(--midnight-blue);
  border-style: none;
}

.project-bar.modal.chimera {
  background-color: #ecebe9;
  border-style: none;
}

.project-bar.modal.chimera._3 {
  background-color: #3cdfcd;
}

.project-bar._08 {
  background-image: linear-gradient(#000, #000);
}

.modal-check-icon {
  width: 30px;
}

.stark {
  font-size: 32px;
  font-weight: 700;
}

.projet-item {
  width: 50%;
  padding: 25px;
}

.projet-item._05, .projet-item._06, .projet-item._07 {
  cursor: pointer;
}

.project-modal {
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-modal._06, .project-modal._05, .project-modal._05._3, .project-modal._07, .project-modal._08 {
  display: none;
}

._1280 {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.project-item-row {
  display: flex;
}

.project-item-row.modal {
  padding-top: 15px;
}

.project-item-row.modal.info {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 15px;
}

.bar-icon {
  height: 12px;
}

.section-2 {
  padding: 40px 25px;
  position: relative;
}

.bar-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
}

.bar-text.claim {
  text-align: center;
  letter-spacing: 2px;
  flex: 1;
  font-weight: 500;
}

.section-paragraph {
  width: 66.6667%;
  color: #666;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.project-item-title-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 25px 15px 25px 25px;
  display: flex;
}

.project-item-title-wrap.modal {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20%;
}

.project-modal-overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #001fff;
  border: 1px solid #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-modal-overlay._06 {
  background-color: var(--midnight-blue);
}

.project-modal-overlay._05 {
  background-color: #ecebe9;
}

.project-modal-overlay._05._3 {
  display: none;
}

.project-modal-overlay._07 {
  background-color: #3cdfcf;
}

.project-modal-overlay._08 {
  background-color: #000;
}

.referenz-heading {
  color: #001fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.referenz-heading.hca {
  color: var(--midnight-blue);
}

.referenz-heading.chimera {
  color: #929292;
}

.referenz-heading.chimera.modal._08 {
  color: #000;
}

.referenz-heading.chimera._3 {
  color: #3cdfcd;
}

.referenz-heading.chimera._8 {
  color: #000;
}

.bar-claim-wrap {
  display: flex;
}

.project-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.project-bar-icon {
  filter: invert();
}

.project-img {
  width: 100%;
}

.project-modal-left {
  flex: 1;
}

.project-bar-wrapper {
  width: 100%;
  height: 30px;
  max-width: 1280px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-close {
  width: 15px;
  height: 20px;
  cursor: pointer;
}

.project-close:hover {
  opacity: .8;
}

.section-heading {
  width: 66.6667%;
  height: auto;
  color: var(--medium-sea-green);
  flex-direction: column;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: .9em;
  display: flex;
}

.project-text {
  font-family: Montserrat, sans-serif;
}

.project-text.desc {
  color: #333;
  font-family: Montserrat, sans-serif;
}

.project-text.check {
  font-size: 18px;
  line-height: 25px;
}

.project-modal-right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-modal-right._05 {
  background-color: #ecebe9;
  border-top: 1px solid rgba(0, 0, 0, .14);
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.project-modal-right._06 {
  background-color: var(--midnight-blue);
  border-top: 1px solid rgba(0, 0, 0, .14);
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.project-info {
  border: 1px solid rgba(0, 0, 0, .2);
  border-top-style: none;
}

.body-3 {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.text-span-4 {
  font-size: 32px;
}

.link-3 {
  color: var(--medium-sea-green);
  font-weight: 700;
  text-decoration: none;
}

.success {
  display: none;
}

.s {
  text-align: center;
}

.background-video-2 {
  width: auto;
  height: 50vh;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .button-2 {
    font-size: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .projects-marquee-container {
    width: 200vw;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    border: 1px solid rgba(150, 160, 181, .15);
    margin-left: 20px;
  }

  .menu-button.w--open {
    background-color: var(--medium-sea-green-2);
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 12px;
  }

  .navigation-right {
    display: none;
  }

  .navigation-line {
    max-width: 100%;
  }

  .button-green {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-green.block.dt {
    display: none;
  }

  .button-green.block.mb {
    display: flex;
  }

  .button-grey {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-button-holder {
    margin-top: -122px;
  }

  .feature-1-holder {
    flex-direction: row;
  }

  .side-video {
    margin-left: 35px;
  }

  .side-image {
    margin-right: 35px;
  }

  .cta-1 {
    margin-top: 0;
  }

  .security-logos {
    flex-direction: row;
    display: block;
  }

  .cta-2 {
    margin-top: 0;
  }

  .tab-pane-right {
    margin-left: 38px;
  }

  .tab-pane-right.width {
    width: 80%;
    margin-top: 40px;
    margin-left: 0;
  }

  .tab-link {
    margin-top: 12px;
    margin-right: 10px;
  }

  .tab-pane-content-wrap {
    flex-direction: column;
  }

  .works-tab-manu {
    margin-top: 20px;
  }

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

  .bottom-footer-holder {
    grid-column-gap: 18px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .half-bg-right.width-36 {
    width: 100%;
  }

  .half-bg-right.width-36.height-30 {
    height: 30%;
  }

  .div-block-10 {
    justify-content: center;
    display: flex;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .collection-item {
    width: 47%;
    height: auto;
    object-fit: fill;
    margin-bottom: 5%;
    margin-right: 0;
    overflow: hidden;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-right: 5%;
    position: relative;
    overflow: visible;
  }

  .wrapper {
    width: auto;
  }

  .track {
    height: auto;
    overflow: visible;
  }

  .collection-list {
    width: auto;
    flex-flow: wrap;
    justify-content: space-between;
    overflow: visible;
  }

  .project-modal-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .stark {
    width: 100%;
    font-size: 28px;
  }

  .projet-item {
    width: 1000%;
    padding: 10px;
  }

  .project-modal {
    height: auto;
  }

  .project-modal._06 {
    overflow: scroll;
  }

  .project-modal._05 {
    display: none;
    overflow: scroll;
  }

  .section-2 {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }

  .project-item-title-wrap {
    padding: 25px;
  }

  .referenz-heading {
    font-size: 18px;
    line-height: 1.1em;
  }

  .referenz-heading.hca.modal, .referenz-heading.chimera.modal {
    font-size: 22px;
  }

  .project-modal-left {
    height: 100%;
  }

  .section-heading {
    width: 100%;
    font-size: 28px;
  }

  .project-modal-right {
    flex: 0 auto;
    display: block;
  }

  .project-modal-right._05, .project-modal-right._06 {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #fff;
  }

  .navigation-line {
    max-width: 100%;
  }

  .button-green.h {
    margin-right: 10px;
    font-size: 12px;
  }

  .hero-button-holder {
    height: 102px;
    margin-top: 0;
  }

  .testimonial {
    margin-top: 0;
  }

  .feature-1-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .side-text {
    width: 100%;
    margin-bottom: 60px;
  }

  .side-text.no-margin {
    margin-bottom: 0;
  }

  .side-video {
    width: 100%;
    margin-left: 0;
  }

  .feature-2-holder {
    flex-direction: column;
  }

  .side-image {
    width: 100%;
    margin-right: 0;
  }

  .side-image.margin {
    margin-bottom: 20px;
  }

  .cta-1, .h3.tab-h3 {
    margin-top: 0;
  }

  .security-holder {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-2 {
    margin-top: 0;
  }

  .tab-pane-right {
    margin-left: 0;
  }

  .tab-pane-content-wrap {
    flex-direction: column;
  }

  .tab-pane-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-holder {
    display: block;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .hero-image {
    display: none;
  }

  .text-area {
    border-radius: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .card.pd-64px---56px {
    padding: 58px 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .lis-wrap-6, .lis-wrap-5 {
    width: auto;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

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

  .projects-marquee-container {
    width: 320vw;
  }

  .collection-item {
    width: 100%;
  }

  .heading-6 {
    font-size: 28px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .stark {
    font-size: 22px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-paragraph {
    width: 100%;
    line-height: 1.4em;
  }

  .section-heading {
    width: 100%;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .button-navigation-white {
    display: none;
  }

  .nav-menu {
    z-index: 100;
  }

  .nav-link-dark {
    width: 100%;
  }

  .nav-link-dark.mobile-only {
    display: flex;
  }

  .button-green {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    display: none;
  }

  .button-green.block {
    display: block;
  }

  .button-grey {
    display: none;
  }

  .button-grey.block {
    display: block;
  }

  .paragraph-1 {
    text-align: center;
  }

  .testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-holder {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .feature-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .side-text, .side-text.no-margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    text-align: center;
  }

  .feature-2 {
    padding-bottom: 0;
  }

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

  .h2-2.white {
    margin-top: 0;
  }

  .cta-holder {
    height: 410px;
    padding: 0 18px;
  }

  .cta-1 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-fill.white {
    margin-top: 40px;
  }

  .cta-line-btn.white {
    margin-top: 20px;
    margin-left: 0;
  }

  .h2-2-copy {
    text-align: center;
  }

  .h2-2-copy.white {
    margin-top: 0;
  }

  .security {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h3.green {
    text-align: center;
  }

  .h3.state-blue {
    text-align: center;
    margin-bottom: 20px;
  }

  .h3.tab-h3, .h3.works-tab, .h3.blue {
    text-align: center;
  }

  .security-holder {
    align-items: center;
    justify-items: center;
  }

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

  .paragraph-default {
    text-align: center;
  }

  .security-logo {
    width: 60px;
  }

  .cta-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-2-holder {
    height: 410px;
    padding: 0 18px;
  }

  .feature-1-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-right.width {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link {
    margin-right: 0;
  }

  .feature-2-tab, .works-tab-manu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-text-links {
    align-items: center;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .h4 {
    text-align: center;
  }

  .last-footer-holder {
    margin-top: 28px;
  }

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

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-right-text {
    text-align: center;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 48px;
  }

  .icon-link-2-texts-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card.pd-64px---56px {
    padding: 40px 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lis-wrap-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lis-paragraph-1 {
    text-align: center;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .arrow-circle {
    padding: 10px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .project-item-desc-wrap {
    width: 100%;
  }

  .project-item-desc-wrap._20.modal {
    display: none;
  }

  .project-item-desc-wrap.modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrap {
    width: 100%;
  }

  .project-bar {
    height: 20px;
  }

  .stark {
    font-size: 18px;
  }

  .projet-item._05, .projet-item._06 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-modal._06 {
    display: none;
  }

  .project-modal._05 {
    overflow: scroll;
  }

  .project-item-row {
    flex-direction: row;
  }

  .section-2 {
    padding: 50px 20px;
  }

  .section-paragraph {
    width: 100%;
  }

  .project-item-title-wrap {
    width: 100%;
    padding: 15px;
  }

  .project-item-title-wrap.modal {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .referenz-heading {
    font-size: 16px;
    line-height: 1.5em;
  }

  .referenz-heading.hca {
    line-height: 1.2em;
  }

  .referenz-heading.hca.modal {
    font-size: 18px;
  }

  .referenz-heading.chimera {
    line-height: 1.2em;
  }

  .referenz-heading.chimera.modal {
    font-size: 18px;
  }

  .section-heading {
    width: 100%;
    font-size: 18px;
  }

  .project-text.check {
    font-size: 14px;
    line-height: 18px;
  }

  .text-span-4 {
    line-height: .9;
  }

  .link-3 {
    margin-right: 10px;
  }
}

#w-node-_706768be-ca4c-7d96-b9fc-85b9def006af-b62abb84, #field.w-node-_706768be-ca4c-7d96-b9fc-85b9def006b0-b62abb84, #w-node-_706768be-ca4c-7d96-b9fc-85b9def006b1-b62abb84, #field-6.w-node-_706768be-ca4c-7d96-b9fc-85b9def006b2-b62abb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_706768be-ca4c-7d96-b9fc-85b9def006b7-b62abb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-3.w-node-_706768be-ca4c-7d96-b9fc-85b9def006b8-b62abb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0338a60-6880-bac8-6d1d-070a7e5bcd81-b62abb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-3.w-node-a0338a60-6880-bac8-6d1d-070a7e5bcd82-b62abb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_706768be-ca4c-7d96-b9fc-85b9def006b9-b62abb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-2.w-node-_706768be-ca4c-7d96-b9fc-85b9def006ba-b62abb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_4147a269-e0d2-56ec-f538-26a717107d21-e0dacbad, #w-node-_6fe99321-3a79-588d-8ae3-8319c6de81e7-e0dacbad, #w-node-_0d93724b-76fe-ab28-6888-5f8b9d4ebed0-e0dacbad, #w-node-_61701956-baeb-160b-28f2-75c138273daa-e0dacbad, #w-node-_6025126d-cb28-c6d7-8ada-e783adcd8d37-e0dacbad {
    justify-self: start;
  }

  #w-node-_04937b57-0373-9894-b362-507968a80c49-e0dacbad {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}