:root {
  --midnight-blue: #1d2d38;
  --crimson: #eb213e;
  --deep-pink: #dd2476;
  --ghost-white: #f3f5fa;
  --tomato: #ff512f;
  --lausen-blau: #0c80c4;
  --royal-blue-2: #5e7feb;
  --lime-green-2: #22d469;
  --black: #242424;
  --royal-blue: #1f6fff;
  --lime-green: #1fdb6a;
  --medium-orchid: #b75dda;
  --cadet-blue: #0db2ca;
  --isotech: #e3051b;
  --al-franken-blau: #0069ae;
  --al-franken-gelb: #faca00;
  --gollwitzer-grau: #393a39;
  --gollwitzer-orange: #f07d1b;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--midnight-blue);
  color: #333;
  font-family: Dosis;
  font-size: 17px;
  line-height: 21px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #1fdb6a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: #c93275;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

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

li {
  margin-bottom: 4px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.underline {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 30px;
}

.navbar.with-color-button {
  background-color: rgba(0, 0, 0, .1);
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px rgba(0, 0, 0, .2);
}

.logo-block {
  z-index: 10;
  justify-content: flex-start;
  margin-right: 30px;
  display: flex;
}

.logo-block.w--current {
  margin-right: 0;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
}

.nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
  padding: 11px 15px;
  transition: background-color .2s, border .2s;
  display: inline-block;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.nav-link.dropdown-toggle.light {
  padding-right: 40px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.dropdown-toggle.dark.w--open {
  color: var(--crimson);
}

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

.nav-link.light.w--current {
  border-color: rgba(0, 0, 0, .3);
}

.nav-link.color {
  background-color: rgba(207, 207, 207, .1);
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
  line-height: 20px;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.nav-link.dark {
  color: #000;
}

.nav-link.dark:hover, .nav-link.dark.w--current {
  color: var(--crimson);
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .3);
}

.dropdown-list.sidebar.w--open {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}

.dropdown-link {
  padding-right: 25px;
  font-size: 16px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: var(--deep-pink);
  background-color: rgba(235, 33, 62, .05);
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: var(--deep-pink);
}

.large-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.large-container.centered {
  text-align: center;
}

.large-container.xy {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hero-title {
  color: #fff;
  width: 600px;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 600;
  line-height: 51px;
  display: block;
}

.hero-title.subtitle {
  width: 500px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 200;
  line-height: 35px;
}

.hero-title.subtitle.dark-subtitle {
  color: var(--midnight-blue);
}

.hero-title.dark {
  color: var(--midnight-blue);
  font-size: 50px;
}

.hero-title.medium-subtitle {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 41px;
}

.button {
  color: #7c7b7b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #7c7b7b;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  box-shadow: none;
  color: #7c7b7b;
  background-color: rgba(0, 0, 0, 0);
}

.button.text-button {
  background-color: var(--deep-pink);
  color: #fff;
  margin-top: 0;
  padding: 8px 25px 6px;
  font-size: 11px;
  line-height: 29px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button.text-button:hover {
  background-color: var(--tomato);
}

.button.orange {
  background-color: var(--tomato);
  margin-top: 0;
  padding-bottom: 14px;
}

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

.button.hero-button {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-right: 10px;
  padding: 15px 35px 14px;
  box-shadow: 7px 7px 70px rgba(0, 0, 0, .3);
}

.button.hero-button:hover {
  color: var(--deep-pink);
  box-shadow: 7px 7px 70px rgba(0, 0, 0, .2);
}

.button.hero-button._2 {
  background-color: var(--midnight-blue);
  color: #fff;
}

.button.hero-button._2:hover {
  color: #fff;
  background-color: #304655;
}

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

.button.white-pricing-button {
  margin-top: 0;
}

.button.submit-newsletter {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button.submit-newsletter:hover {
  background-color: #2d4758;
}

.button.submit-newsletter.color {
  background-color: var(--tomato);
  padding-top: 13px;
}

.button.submit-newsletter.color:hover {
  background-color: #fc5d3e;
}

.button.dark-outline {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e4e4e4;
}

.button.dark-outline:hover {
  border-color: var(--deep-pink);
  background-color: var(--deep-pink);
  color: #fff;
}

.button.dark-button {
  background-color: var(--midnight-blue);
  margin-left: 10px;
}

.button.dark-button:hover {
  color: var(--deep-pink);
  background-color: #fff;
}

.button.fullwidth-button {
  width: 100%;
  height: 49px;
  margin-top: 0;
  display: block;
}

.button.outline-hero-button {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 30px;
  margin-top: 0;
}

.button.full-submit-button {
  background-color: var(--lausen-blau);
  width: 100%;
  margin-top: 20px;
}

.button.gradient-submit-button {
  background-image: linear-gradient(to right, var(--deep-pink), var(--tomato));
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-top: 0;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button.gradient-submit-button:hover {
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .3);
}

.button.white-button {
  color: var(--deep-pink);
  background-color: #fff;
}

.button.footer-signup-button {
  float: right;
  text-align: center;
  border-radius: 0 50px 50px 0;
  width: 20%;
  height: 45px;
  margin-top: 0;
  padding: 0 5px 0 0;
}

.button.large-download-button {
  background-color: var(--midnight-blue);
  font-size: 19px;
  line-height: 31px;
}

.button.large-download-button:hover {
  background-color: var(--tomato);
}

.button.full-button {
  width: 100%;
}

.button.full-button.dark {
  background-color: var(--midnight-blue);
  border-radius: 4px;
  margin-top: 0;
}

.button.full-button.dark:hover {
  background-color: #354c5c;
}

.button.dark {
  background-color: #314757;
}

.button.dark:hover {
  background-color: #466275;
}

.button.color-button {
  border: 2px solid var(--deep-pink);
}

.button.color-button:hover {
  border-color: var(--tomato);
}

.button.color-button.outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  margin-left: 10px;
}

.button.color-button.outline:hover {
  color: var(--deep-pink);
  background-color: #fff;
}

.section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.tint {
  background-color: #fff;
  padding: 0;
}

.section.tint.top-padding {
  padding-top: 130px;
}

.section.tint.xy {
  background-color: var(--ghost-white);
  padding-left: 0;
  padding-right: 0;
}

.section.dark {
  background-color: var(--midnight-blue);
  color: #fff;
  border: 0 solid #000;
  padding-bottom: 85px;
  overflow: hidden;
}

.section.top-line {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0;
}

.section.top-line.xy {
  background-color: var(--ghost-white);
  padding: 0;
}

.section.overflow-none {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.color {
  background-color: var(--deep-pink);
  background-image: linear-gradient(135deg, var(--deep-pink), var(--tomato));
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.timeline-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.small-footer {
  color: #8f9ba3;
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.section.gradient-section {
  background-image: linear-gradient(225deg, var(--deep-pink), var(--tomato));
  color: #fdfdfd;
}

.section.dark-footer {
  background-color: var(--midnight-blue);
  color: #b1bbc2;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.section.large-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.pages-section {
  background-color: var(--ghost-white);
  padding-top: 170px;
}

.section-title-wrapper {
  text-align: center;
  width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.full.push-down {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.info {
  margin-bottom: 30px;
}

.section-title-wrapper.image-section-title-wrapper {
  margin-bottom: 20px;
}

.section-title-wrapper.small {
  width: 65%;
}

.section-title-wrapper.below-video {
  margin-top: 70px;
}

.section-title-wrapper.less-margin {
  margin-bottom: 30px;
}

.section-title {
  color: #112f46;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #002164 36%, #00c3ff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  display: block;
}

.section-title.large {
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.section-title.subtitle {
  color: #9b9b9b;
  font-size: 19px;
  line-height: 20px;
}

.section-title.white {
  color: #fff;
}

.section-title.verlauf {
  background-image: linear-gradient(86deg, #7c7b7b 36%, #f39312 70%);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-description {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
  display: block;
}

.section-description.centered {
  color: #1a171b;
  text-align: center;
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.section-description.full-width, .section-description.align-left {
  width: 100%;
}

.section-description.medium {
  color: #1a1a18;
  text-align: center;
  text-indent: 1px;
  white-space: normal;
  width: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.video-lightbox {
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 20px 0 90px -10px rgba(0, 0, 0, .4);
}

.video-lightbox.large {
  margin-top: -180px;
  text-decoration: none;
}

.video-lightbox-block {
  background-image: url('../images/Photo-3_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  height: 400px;
  text-decoration: none;
  overflow: hidden;
}

.video-lightbox-block.large {
  height: 450px;
}

.video-lightbox-overlay {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-lightbox-overlay:hover {
  background-color: rgba(0, 0, 0, .1);
}

.video-lightbox-button {
  background-color: var(--deep-pink);
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 1px;
  padding-right: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}

.video-lightbox-button.line {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 16px;
  padding-left: 3px;
}

.video-lightbox-button.small {
  width: 40px;
  height: 40px;
  padding-top: 8px;
}

.video-lightbox-icon {
  height: 25px;
}

.video-lightbox-icon.small {
  height: 15px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
}

.testimonial-slide {
  position: relative;
}

.testimonial-slider-arrow {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  border-color: rgba(255, 255, 255, .4);
}

.testimonial-block {
  text-align: center;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.testimonial-quote {
  font-size: 20px;
  line-height: 32px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

.testimonial-name.subtitle {
  color: rgba(255, 255, 255, .7);
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

.elements-row {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--midnight-blue);
  color: #a2b0b9;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.image-section {
  color: #fff;
  background-image: url('../images/Photo-3_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section.video {
  background-image: url('../images/Photo-2_2.jpg');
}

.image-section-overlay {
  background-image: linear-gradient(135deg, var(--deep-pink), rgba(255, 81, 47, .7));
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-section-overlay.gradient-overlay {
  background-image: linear-gradient(135deg, var(--deep-pink), var(--tomato));
}

.image-section-overlay.transparant {
  background-color: rgba(0, 0, 0, .5);
  background-image: none;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 10px auto 40px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.menu-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.hero-mockup-image {
  z-index: 2;
  width: 235px;
  position: absolute;
  top: -100px;
  right: 0;
}

.hero-mockup-image._2 {
  z-index: 3;
  width: 420px;
  top: -110px;
  right: 70px;
}

.app-page-hero-block {
  text-align: left;
  width: 410px;
}

.small-hero-intro-title {
  opacity: .5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
}

.hero-description {
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.info-row {
  display: flex;
}

.info-block {
  margin-top: 10px;
}

.info-icon {
  float: left;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.info-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 700;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.device-mockup-left {
  z-index: 10;
  height: 520px;
  position: absolute;
  top: -40px;
  left: -110px;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #a2b0b9;
  margin-top: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.feature-column {
  padding-bottom: 5px;
}

.feature-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.feature-title.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.feature-title.color {
  color: var(--deep-pink);
  font-size: 18px;
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: rgba(255, 255, 255, .4);
}

.footer-social-icon {
  text-align: center;
  background-color: #030303;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  padding-top: 9px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #030303;
}

.footer-small-social-icon {
  height: 15px;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.team-row {
  text-align: left;
  margin-top: 20px;
}

.team-image-block {
  background-image: url('../images/Person-9.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.team-image-block._2 {
  background-image: url('../images/Person-27.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.team-image-block-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  padding: 45px 35px 35px;
  overflow: hidden;
}

.team-block-title {
  font-size: 26px;
  font-weight: 700;
}

.team-block-title.subtitle {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-top: 3px;
  margin-bottom: 1px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 19px;
}

.team-social-button {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.team-social-button:hover {
  opacity: .55;
  color: rgba(255, 255, 255, .6);
}

.team-social-button.dark {
  opacity: .4;
  color: #7a7a7a;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
}

.team-social-button.dark:hover {
  opacity: 1;
  color: #070606;
}

.team-social-icon {
  height: 20px;
  font-family: Fontawesome webfont, sans-serif;
}

.team-outline-block {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: 18px 25px 20px 105px;
  font-size: 20px;
  position: relative;
}

.team-portrait-image {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.image-hero {
  color: #fff;
  background-color: #0f1011;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 80px;
}

.newsletter-form-small {
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  color: #4d403e;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  height: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.field:hover {
  background-color: #fff;
  border-color: #c5c5c5;
}

.field:focus {
  border-color: var(--royal-blue-2);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(94, 127, 235, .3);
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.centered {
  text-align: center;
  border-color: #fff;
  margin-bottom: 0;
}

.field.centered.outline {
  border-color: #dee1e7;
}

.field.centered.outline:hover {
  border-color: #b9c0ce;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.field.underline-field {
  border-width: 0 0 1px;
  border-radius: 0;
  padding-left: 0;
  transition: background-color .2s, border .2s, padding .2s, box-shadow .2s;
}

.field.underline-field:hover {
  border-bottom-color: #969696;
}

.field.underline-field:focus {
  border-bottom-color: var(--deep-pink);
  padding-left: 15px;
}

.success-message {
  background-color: var(--lime-green-2);
  color: #fff;
  border-radius: 3px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.coming-soon-lightbox {
  margin-bottom: 30px;
}

.large-hero-title {
  color: #fff;
  margin: 0 auto 10px;
  font-size: 90px;
  font-weight: 700;
  line-height: 84px;
  display: block;
}

.large-hero-title-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: none;
  margin-bottom: 0;
  font-size: 14px;
}

.bottom-footer-paragraph.right {
  float: none;
}

.bottom-footer-paragraph.dark {
  color: #5f5e5e;
}

.bottom-footer-link {
  color: #1a171b;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #f39312;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: var(--deep-pink);
}

.description-paragraph {
  margin-top: 4px;
  font-size: 17px;
  line-height: 24px;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
}

.overall-video-lightbox.in-hero {
  width: 430px;
  height: 320px;
  margin-left: 40px;
}

.video-lightbox-image-block {
  background-image: url('../images/Photo-2_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.long-feature-block {
  margin-top: 25px;
  padding-top: 2px;
  padding-left: 68px;
  position: relative;
}

.left-feature-icon {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-title {
  color: #dd2476;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 70px;
}

.pricing-row {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-block {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 70px 40px 60px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(rgba(29, 45, 56, .7), rgba(29, 45, 56, .7)), url('../images/Photo-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.pricing-block-tag {
  background-color: var(--lime-green-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 9px 6px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.white-pricing-block {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 10px 0 66px -10px rgba(0, 0, 0, .18);
}

.pricing-block-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.pricing-block-price {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-price.subtitle {
  color: #000;
  font-family: Dosis;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-block-content-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 20px 11px;
}

.pricing-block-content-wrapper.bottom {
  border-bottom-width: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricing-block-content-wrapper.gradient {
  background-color: var(--deep-pink);
  background-image: linear-gradient(135deg, var(--deep-pink), var(--tomato));
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.pricing-block-content-wrapper.gradient.gradient-2 {
  background-image: linear-gradient(315deg, var(--deep-pink), var(--tomato));
}

.pricing-feature-text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-top: -3px;
  padding-top: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.small-paragraph {
  color: #9c9fac;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 19px;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dark-footer-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.light-footer-link {
  color: #bfc4ce;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding-top: 4px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  margin-top: 20px;
  font-size: 13px;
}

.bottom-footer-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
}

.video-hero-block {
  width: 410px;
  position: absolute;
  top: 10px;
  right: 0;
}

.hero-video-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 600;
  line-height: 52px;
}

.hero-text {
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  line-height: 27px;
}

.hero-title-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 54px;
  line-height: 58px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.feature-info-icon {
  opacity: .6;
  height: 65px;
  margin-bottom: 20px;
}

.feature-info-icon.dark {
  opacity: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  height: 70px;
  display: block;
}

.feature-info-title {
  color: #1a1a18;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.feature-info-paragraph {
  opacity: .8;
  font-size: 17px;
  line-height: 23px;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
}

.checkbox:hover {
  color: var(--deep-pink);
}

.checkbox.push-down {
  margin-top: 30px;
  margin-bottom: 10px;
}

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
}

.intro-block-overlay.large {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.simple-white-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 48px;
  padding-bottom: 45px;
  font-size: 12px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .3);
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.white-pricing-column {
  border-right: 1px solid rgba(0, 0, 0, .06);
  padding-left: 20px;
  padding-right: 20px;
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: rgba(216, 216, 216, 0);
}

.transparant-pricing-block {
  text-align: center;
  border-radius: 4px;
  padding: 45px 25px;
  transition: background-color .35s, box-shadow .35s, color .2s;
}

.transparant-pricing-block:hover {
  color: var(--deep-pink);
  background-color: rgba(255, 255, 255, .4);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .2);
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .1);
}

.white-pricing-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
}

.pricing-icon-block {
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  display: inline-block;
}

.pricing-icon {
  width: 40px;
  height: 40px;
}

.white-price-title {
  color: var(--deep-pink);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  background-image: linear-gradient(to right, var(--deep-pink), rgba(255, 81, 47, .7)), url('../images/Photo-2_2.jpg');
  color: #fff;
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 240px;
  padding-bottom: 180px;
}

.subpage-header.ui {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 90px;
}

.form-title {
  color: #030303;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  color: #1a171b;
  margin-top: 13px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 40px;
}

.subpage-title.large {
  font-size: 66px;
}

.page-subtitle {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  background-color: rgba(31, 35, 42, .9);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 6px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.cta-row {
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: var(--deep-pink);
  font-size: 50px;
  font-weight: 500;
  line-height: 40px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.cta-title.subtitle.light-subtitle {
  color: rgba(255, 255, 255, .7);
}

.cta-title.white-title {
  color: #fff;
}

.text-column-left {
  padding-right: 80px;
}

.gallery-lightbox {
  margin-bottom: 20px;
  display: block;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-lightbox.in-slider {
  margin-bottom: 0;
}

.gallery-image-block {
  background-image: url('../images/Photo-10_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery-image-block._2 {
  background-image: url('../images/Photo-3_2.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/Person-27.jpg');
}

.gallery-image-block.small {
  background-image: url('../images/Photo-12.jpg');
  height: 100px;
}

.gallery-image-block.small._2 {
  background-image: url('../images/Photo-13.jpg');
}

.gallery-image-block.small._3 {
  background-image: url('../images/Photo-14.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/Person-6.jpg');
}

.gallery-image-block.small._5 {
  background-image: url('../images/Photo-2.jpg');
}

.gallery-image-block.small._6 {
  background-image: url('../images/Photo-5_1.jpg');
}

.gallery-overlay-icon {
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, .7);
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: rgba(255, 255, 255, .2);
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.stats-number {
  color: var(--deep-pink);
  font-size: 44px;
  font-weight: 900;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-title {
  font-size: 18px;
  line-height: 22px;
}

.intro-paragraph {
  color: #9fa4b1;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 28px;
}

.checklist-item {
  margin-bottom: 4px;
  padding-left: 30px;
  position: relative;
}

.check-icon {
  color: #fff;
  height: 17px;
  font-family: Fontawesome webfont, sans-serif;
  position: absolute;
  top: 1px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.logo {
  z-index: 1;
  object-fit: contain;
  border-radius: 0;
  height: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.dark-footer-link {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0;
  line-height: 28px;
}

.hero-button-wrapper {
  margin-top: 50px;
}

.text-block {
  text-align: center;
  width: 340px;
}

.text-block.large {
  width: 390px;
}

.block-title {
  font-size: 40px;
  line-height: 42px;
}

.block-description {
  color: #1a171b;
  text-align: left;
  margin-right: -9px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.phones-mockup-right {
  height: 440px;
  position: absolute;
  bottom: -75px;
  right: 40px;
}

.testimonial-text {
  z-index: 2;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

.testimonial-image-block {
  float: left;
  background-image: url('../images/Testimonial-13.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.centered {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-weight: 300;
}

.block-paragraph {
  color: #1a1a18;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-item {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: -15px;
  padding-top: 10px;
}

.faq-link-block {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link-block:hover {
  color: var(--deep-pink);
}

.faq-title {
  color: #141414;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.faq-title:hover {
  color: #4c4c4c;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-answer {
  color: #1a171b;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.bottom-info-text {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
}

.bottom-info-text.dark {
  color: var(--midnight-blue);
}

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

.page-header-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .59);
  background-image: url('../images/6319cad9eafb685a781774d4_Unbenannt1.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.page-header-overlay.header {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC_0566_2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.header-column-title {
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.section-paragraph {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 27px;
  display: block;
}

.image-section-form {
  text-align: center;
}

.form-bottom-text {
  opacity: .54;
  margin-top: 30px;
  font-size: 15px;
}

.app-screenshot-block {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Page-8.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 310px;
  height: 460px;
  position: absolute;
  top: -30px;
  right: 80px;
  box-shadow: 14px 14px 70px rgba(0, 0, 0, .4);
}

.app-screenshot-block._2 {
  z-index: 2;
  background-image: url('../images/Page-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 220px;
  height: 380px;
  top: 10px;
  right: 10px;
}

.column-title {
  text-transform: none;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

.gallery-column {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 5px;
  display: inline-block;
}

.gallery-column.right {
  float: right;
  padding-left: 10px;
}

.video-hero {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(135deg, rgba(29, 45, 56, .6), var(--midnight-blue)), url('../images/Photo-2_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.personal-hero {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.personal-hero-block {
  float: left;
  background-color: var(--deep-pink);
  background-image: linear-gradient(315deg, var(--deep-pink), var(--tomato));
  width: 60%;
  height: 640px;
  display: inline-block;
}

.personal-hero-content-block {
  float: right;
  color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 640px;
  height: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 110px;
  font-size: 20px;
  display: flex;
}

.personal-hero-image-block {
  float: right;
  background-image: url('../images/Guy-BW.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 640px;
}

.hero-buttons-wrapper {
  margin-top: 40px;
}

.hero-title-wrapper {
  margin-bottom: 30px;
}

.border-lightbox-block {
  display: block;
  position: relative;
}

.block-border {
  z-index: 1;
  border: 7px solid var(--deep-pink);
  width: 220px;
  height: 370px;
  position: absolute;
  top: 61px;
  right: 0;
}

.block-border.large {
  height: 410px;
  top: -41px;
  right: -50px;
}

.lightbox-image-block {
  z-index: 2;
  background-image: url('../images/Photo-6_1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 10px solid #fff;
  width: 370px;
  height: 400px;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, .2);
}

.lightbox-image-block:hover {
  box-shadow: 7px 7px 70px -10px rgba(0, 0, 0, .4);
}

.lightbox-image-block.graphic-design {
  background-image: url('../images/Photo-2_3.jpg');
}

.text-column-right {
  padding-left: 60px;
  padding-right: 40px;
}

.image-text-row {
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.work-section {
  background-color: #fff;
  background-image: url('../images/Guy-Camera-Gradient.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 800px;
}

.work-section-overlay {
  background-image: linear-gradient(to right, #ececec, rgba(255, 255, 255, 0) 40%);
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-section-title-wrapper {
  margin-bottom: 40px;
}

.highlight-letter {
  color: var(--deep-pink);
}

.highlight-letter.light {
  color: rgba(255, 255, 255, .4);
}

.resume-block {
  width: 610px;
  margin-top: 50px;
}

.resume-row {
  margin-top: 30px;
}

.resume-info-title {
  color: var(--deep-pink);
  text-transform: uppercase;
  font-size: 19px;
}

.resume-info-title.name {
  color: #242424;
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.resume-column {
  padding-right: 40px;
}

.lightbox-title {
  color: #fff;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, .4);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  bottom: 30px;
  left: 35px;
}

.about-me-block {
  width: 90%;
}

.about-info-block {
  width: 90%;
  margin-top: 30px;
}

.about-small-info-block {
  border-top: 1px solid #e7e7e7;
  margin-top: 10px;
  padding-top: 10px;
}

.about-info-title {
  display: inline-block;
}

.about-info-title.subtitle {
  float: right;
}

.about-info-title.bold {
  font-weight: 700;
}

.hero-centered-block {
  text-align: center;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-centered-block.large {
  width: 640px;
}

.timeline-wrapper {
  z-index: 10;
  margin-top: -80px;
  position: relative;
}

.timeline-row-block {
  height: 180px;
  margin-top: 0;
}

.timeline-block {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.timeline-block.with-line {
  float: right;
  border-left: 3px solid #e4e4e4;
}

.timeline-content-block {
  float: right;
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  padding: 49px;
  position: relative;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, .1);
}

.timeline-content-block.left-block {
  float: left;
}

.timeline-content-block.first {
  margin-top: 40px;
}

.timeline-block-title {
  font-size: 35px;
  font-weight: 600;
}

.timeline-block-title.subtitle {
  color: var(--deep-pink);
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
}

.timeline-arrow-block {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 26px;
  left: -11px;
  transform: rotate(45deg);
}

.timeline-arrow-block.right {
  top: 26px;
  left: auto;
  right: -11px;
}

.timeline-circle {
  z-index: 10;
  background-color: var(--deep-pink);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: -11px;
}

.timeline-circle.right {
  top: 34px;
  left: auto;
  right: -11px;
}

.timeline-circle.first {
  top: 71px;
}

.about-image-block {
  position: absolute;
  top: -130px;
  right: 0;
}

.about-image {
  z-index: 3;
  background-image: url('../images/Guy-BW.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #fff;
  width: 400px;
  height: 630px;
  position: relative;
  box-shadow: 14px 14px 50px rgba(0, 0, 0, .2);
}

.centered-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.footer-social-block-right {
  float: right;
}

.bottom-footer-text {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.app-hero {
  z-index: 1;
  background-color: #bde4ff;
  width: 100%;
  height: 790px;
  position: relative;
  overflow: hidden;
}

.app-hero-overlay {
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 105px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.download-buttons-wrapper {
  margin-top: 20px;
}

.download-button {
  color: #fff;
  text-align: left;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  width: 224px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
  text-decoration: none;
  transition: border .2s;
}

.download-button:hover {
  color: #fff;
  border-color: #fff;
}

.download-button-title {
  font-size: 14px;
}

.download-button-title._2 {
  font-size: 20px;
  font-weight: 600;
}

.download-button-icon {
  float: left;
  border-radius: 0;
  height: 35px;
  margin-top: 5px;
  margin-right: 20px;
}

.small-divider-line {
  background-color: #030303;
  width: 50px;
  height: 3px;
  margin: 10px auto 20px;
  display: inline-block;
}

.section-scroll-button {
  z-index: 10;
  background-color: #fff;
  border: 2px solid #edeff5;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
  transition: border .2s;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  box-shadow: 0 0 0 6px #fff;
}

.section-scroll-button:hover {
  border-color: #c8cbd4;
}

.section-arrow {
  border: 2px solid #d6dae6;
  border-radius: 100%;
  padding: 7px;
}

.wide-hero-cta-form {
  margin-top: 50px;
  margin-bottom: 0;
}

.event-hero {
  background-image: url('../images/Photo-10_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.event-hero-overlay {
  color: #fff;
  background-color: rgba(29, 45, 56, .5);
  padding-top: 260px;
  padding-bottom: 150px;
}

.small-prices-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.prices-row {
  margin-bottom: 50px;
}

.small-price-block {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 10px;
  padding: 50px 29px;
}

.small-price-block.dark {
  color: #000;
  background-color: #fff;
}

.small-price-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 31px;
  display: inline-block;
}

.price-wrapper {
  margin-top: 20px;
}

.smal-price-block-title {
  font-size: 19px;
  line-height: 23px;
}

.small-price-description-block {
  margin-top: 10px;
  padding-top: 20px;
}

.icon-button-block {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  padding: 12px 25px;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, .2);
}

.icon-button-block:hover {
  color: var(--deep-pink);
}

.icon-button-title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.icon-button-title.icon {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.small-testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 230px;
}

.small-testimonial-content-block {
  margin-bottom: 20px;
}

.small-testimonial-nav {
  text-align: left;
  font-size: 5px;
}

.section-cta-form {
  float: right;
  background-color: #fff;
  border-radius: 3px;
  width: 400px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 14px 14px 90px rgba(0, 0, 0, .1);
}

.cta-form-title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.cta-testimonials-row {
  align-items: center;
  display: flex;
}

.hero-cta-field {
  text-align: center;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  font-size: 17px;
  transition: box-shadow .2s;
}

.hero-cta-field:hover {
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .3);
}

.hero-cta-field:focus {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
}

.overall-field {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  transition: border .2s;
}

.overall-field:hover {
  border-color: #bbb;
}

.overall-field:focus {
  border-color: var(--royal-blue-2);
}

.footer-social-wrapper {
  text-align: center;
  margin-top: 50px;
}

.footer-social-button {
  background-color: #263946;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 7px 11px 11px;
  transition: background-color .2s;
}

.footer-social-button:hover {
  background-color: var(--deep-pink);
}

.footer-social-button-icon {
  width: 17px;
}

.product-tab-pane {
  padding-top: 50px;
  padding-bottom: 20px;
}

.product-tabs-menu {
  padding-left: 440px;
}

.tabs-button {
  color: #b9b9b9;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 600;
}

.tabs-button:hover {
  border-bottom-color: #ebebec;
}

.tabs-button.w--current {
  border-bottom-color: var(--deep-pink);
  background-color: rgba(0, 0, 0, 0);
}

.product-content-block-right {
  float: right;
  width: 500px;
}

.product-tab-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
}

.feature-items-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.browser-block {
  background-image: url('../images/Photo-2_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 6px;
  width: 500px;
  height: 430px;
  position: absolute;
  top: -60px;
  left: -130px;
  overflow: hidden;
  box-shadow: 6px 6px 40px rgba(0, 0, 0, .1);
}

.browser-block._2 {
  background-image: url('../images/Photo-6.jpg');
}

.browser-block._3 {
  background-image: url('../images/Photo-3.jpg');
}

.tabs-content {
  overflow: visible;
}

.browser-bar {
  background-color: #fff;
  width: 100%;
  height: 30px;
  padding: 10px 10px 10px 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.browser-button {
  float: left;
  background-color: #d84461;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  margin-right: 2px;
}

.browser-button._2 {
  background-color: #f8c047;
}

.browser-button._3 {
  background-color: #59c785;
}

.hero-column-left {
  padding-right: 40px;
}

.hero-column-right {
  padding-left: 40px;
}

.faq-icon {
  height: 15px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 16px;
  right: 0;
}

.overall-hero-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .42);
  background-image: url('../images/DSC_0566_2.png');
  background-position: 50%;
  background-size: cover;
  padding: 0;
}

.overall-hero-overlay.header {
  background-image: url('../images/DSC_0566_2.png');
  background-position: 50% 38%;
  background-size: cover;
}

.gallery-thumb {
  border-radius: 5px;
  width: 100%;
}

.gallery-thumb:hover {
  opacity: .9;
}

.gallery-slider {
  width: 100%;
  height: auto;
}

.coming-soon-overlay {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(225deg, rgba(221, 36, 118, .96), rgba(255, 81, 47, .8));
  width: 100%;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 200px;
}

.coming-soon-hero {
  background-image: url('../images/Photo-2_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-hero-overlay {
  color: #fff;
  text-align: center;
  background-color: rgba(29, 45, 56, .6);
  padding-top: 200px;
  padding-bottom: 190px;
}

.push-down-newsletter-block {
  margin-top: 50px;
}

.newsletter-form-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.features-column-left {
  float: left;
  width: 30%;
  margin-top: 25px;
  padding-right: 40px;
}

.features-column-right {
  float: right;
  width: 70%;
}

.features-block-title {
  font-size: 31px;
  line-height: 34px;
}

.features-block-title.intro-title {
  color: var(--lime-green-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.small-features-row.push-down {
  margin-top: 50px;
}

.small-features-block {
  color: rgba(255, 255, 255, .5);
}

.footer-row-left {
  float: left;
  width: 650px;
}

.footer-column-title {
  color: #fff;
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 700;
}

.footer-signup-form {
  margin-bottom: 0;
}

.footer-signup-field {
  float: left;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px 3px 3px 50px;
  width: 80%;
  height: 45px;
  margin-bottom: 0;
}

.footer-social-block {
  float: right;
  text-align: left;
  width: 230px;
}

.footer-social-link-block {
  color: #fff;
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 19px;
  display: block;
}

.footer-social-link-block:hover {
  color: var(--deep-pink);
}

.footer-social-title {
  display: inline-block;
}

.footer-social-title.icon {
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  display: inline-block;
}

.demo-row {
  z-index: 10;
  align-items: center;
  margin-top: -140px;
  display: flex;
  position: relative;
}

.demo-form {
  z-index: 10;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 70px;
  position: relative;
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, .25);
}

.column-feature-block {
  margin-bottom: 30px;
}

.column-feature-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.column-feature-title.icon {
  color: var(--lime-green-2);
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
}

.column-features-right {
  padding-top: 90px;
  padding-left: 40px;
}

.testimonial-tabs-menu {
  text-align: center;
}

.testimonial-tab-button {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f3f5fa;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  transition: box-shadow .2s;
  box-shadow: 0 0 0 3px #d7d9dd;
}

.testimonial-tab-button:hover {
  opacity: .7;
}

.testimonial-tab-button.w--current {
  box-shadow: 0 0 0 2px var(--deep-pink);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-button-image {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.testimonial-tab-pane {
  padding-top: 50px;
}

.testimonial-tab-block {
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-buttons-wrapper {
  float: right;
  margin-left: 20px;
}

.cta-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 5px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.cta-button:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button.color {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #f39312;
  background-clip: border-box;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button.color:hover {
  background-color: rgba(0, 0, 0, .42);
}

.cta-button.gradient {
  background-image: linear-gradient(to right, #b75dda, #5e7feb);
}

.cta-button.white {
  color: var(--deep-pink);
  background-color: #fff;
}

.cta-button-title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title.icon {
  text-shadow: none;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 10px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.cta-button-title.bewirbdich {
  text-transform: none;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.hero-intro-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.small-slider-arrow {
  opacity: .6;
  font-size: 20px;
}

.small-slider-arrow:hover {
  opacity: 1;
}

.checklist-text {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

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

.pages-row {
  margin-bottom: 20px;
}

.page-link-block {
  background-image: url('../images/Page-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 210px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 7px 7px 50px -10px rgba(0, 0, 0, .5);
}

.page-link-block:hover {
  box-shadow: 14px 14px 90px -10px rgba(0, 0, 0, .4);
}

.page-link-block._2 {
  background-image: url('../images/Page-2.jpg');
}

.page-link-block._3 {
  background-image: url('../images/Page-3.jpg');
}

.page-link-block._4 {
  background-image: url('../images/Page-4.jpg');
}

.page-link-block.large {
  background-image: url('../images/Page-5.jpg');
  height: 360px;
}

.page-link-block.large.large-2 {
  background-image: url('../images/Page-6.jpg');
}

.page-link-block._8 {
  background-image: url('../images/Page-5.jpg');
}

.page-link-block._7 {
  background-image: url('../images/Page-9.jpg');
}

.page-link-block._6 {
  background-image: url('../images/Page-8.jpg');
}

.page-link-block._5 {
  background-image: url('../images/Page-7.jpg');
}

.intro-color-block {
  background-color: var(--deep-pink);
  background-image: linear-gradient(135deg, var(--deep-pink), var(--tomato));
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  box-shadow: 7px 7px 30px -10px rgba(0, 0, 0, .2);
}

.large-color-block-title {
  color: #fff;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
  display: block;
}

.large-color-block-subtitle {
  color: rgba(255, 255, 255, .6);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 300;
  line-height: 25px;
}

.intro-hero {
  text-align: center;
  background-color: #fff;
  padding-top: 190px;
  padding-bottom: 40px;
}

.intro-icon {
  border: 5px solid var(--deep-pink);
  border-radius: 100%;
  height: 110px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.column-left {
  padding-right: 80px;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding-top: 350px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.container.centered {
  text-align: center;
}

.container.warum {
  flex-direction: column;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 0;
}

.container.jobs {
  flex-direction: column;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-mockup-wrapper {
  z-index: 10;
  position: absolute;
  top: -20px;
  left: 0;
}

.home-mockup-image-block {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Desktop.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 400px;
  height: 490px;
  position: absolute;
  top: -20px;
  left: 0;
  box-shadow: 7px 7px 140px -10px rgba(0, 0, 0, .8);
}

.home-mockup-image-block.tablet {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Tablet.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 270px;
  height: 400px;
  top: 30px;
  left: 270px;
}

.home-mockup-image-block.phone {
  z-index: 3;
  background-image: url('../images/Mobile.jpg');
  background-size: cover;
  width: 130px;
  height: 380px;
  top: 10px;
  left: 506px;
}

.column-text-block {
  text-align: left;
  max-width: 400px;
  display: inline-block;
}

.hero-blur-image-block {
  filter: blur(5px);
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 102%;
  height: 102%;
  margin-top: -10px;
  margin-left: -10px;
}

.white-hero-title {
  font-size: 39px;
}

.icon-button {
  background-color: var(--deep-pink);
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  margin-top: 30px;
  padding: 15px 25px;
  transition: background-color .2s, box-shadow .2s;
}

.icon-button:hover {
  background-color: var(--tomato);
  color: #fff;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, .2);
}

.icon-button.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .4);
  margin-top: 0;
  padding-bottom: 14px;
}

.icon-button.outline-button:hover {
  border-color: #fff;
}

.coming-soon-title {
  width: 870px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  line-height: 65px;
  display: block;
}

.coming-soon-description {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.pricing-circle {
  border: 4px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-column-left {
  padding-right: 30px;
}

.macbook-mockup-right {
  height: 460px;
  position: absolute;
  top: -35px;
  right: -210px;
}

.process-wrapper {
  margin-top: 90px;
  position: relative;
}

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

.process-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.process-number {
  z-index: 1;
  color: #fff;
  text-shadow: 5px 5px 16px rgba(0, 0, 0, .1);
  margin-left: auto;
  margin-right: auto;
  font-size: 120px;
  font-weight: 800;
  line-height: 90px;
  display: block;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
}

.process-title {
  z-index: 10;
  color: var(--deep-pink);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  position: relative;
}

.video-overlay-title {
  color: #fff;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 37px;
}

.fake-player-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-overlay-wrapper {
  text-align: center;
  width: 400px;
  position: relative;
}

.video-overlay-subtitle {
  z-index: 10;
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

.portfolio-row {
  margin-top: 20px;
}

.portfolio-lightbox {
  border-radius: 5px;
  display: block;
}

.portfolio-image-block {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.portfolio-image-block._2 {
  background-image: url('../images/Photo-1_2.jpg');
}

.portfolio-image-block._3 {
  background-image: url('../images/Photo-10.jpg');
}

.portfolio-image-block._4 {
  background-image: url('../images/Photo-3_2.jpg');
}

.portfolio-image-block._5 {
  background-image: url('../images/Photo-12.jpg');
}

.portfolio-image-block._6 {
  background-image: url('../images/Photo-4.jpg');
}

.hero-paragraph {
  font-size: 19px;
  line-height: 26px;
}

.large-page-link-block {
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
  position: relative;
  box-shadow: 7px 7px 50px -15px rgba(0, 0, 0, .4);
}

.page-preview-image {
  border-radius: 5px;
  width: 100%;
}

.large-pages-column {
  padding-left: 20px;
  padding-right: 20px;
}

.text-icon {
  color: var(--lime-green-2);
  font-family: Fontawesome webfont, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.progress-bar-wrapper {
  margin-bottom: 20px;
}

.progress-bar-wrapper.last {
  margin-bottom: 0;
}

.bar-title {
  margin-bottom: 9px;
  font-weight: 500;
  display: inline-block;
}

.bar-title.bold {
  margin-right: 10px;
  font-weight: 600;
}

.bar-title.amount-right {
  float: right;
  color: var(--lime-green-2);
}

.progress-bar {
  background-color: var(--midnight-blue);
  border-radius: 50px;
  width: 100%;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.progress-bar.square {
  background-color: #d0d7db;
  border-radius: 5px;
  height: 40px;
}

.progress-fill {
  background-color: var(--deep-pink);
  width: 70%;
  height: 100%;
}

.progress-fill.gradient {
  background-image: linear-gradient(to right, var(--deep-pink), var(--tomato));
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-top: 9px;
  padding-left: 15px;
}

.progress-fill.gradient._50 {
  width: 50%;
}

.progress-fill.gradient._90, .progress-fill._90 {
  width: 90%;
}

.progress-fill._25 {
  width: 25%;
}

.progress-bar-col-left {
  padding-right: 30px;
}

.progress-bar-col-right {
  padding-left: 20px;
}

.flex-row {
  align-items: center;
  display: flex;
}

.element-title {
  font-size: 20px;
  display: inline-block;
}

.element-title.bold {
  margin-right: 10px;
  font-weight: 700;
}

.ui-element-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ui-element-title-wrapper.align-left {
  text-align: left;
}

.ui-element-title-wrapper.push-down {
  margin-bottom: 90px;
}

.list-icon {
  color: var(--deep-pink);
  font-family: Fontawesome webfont, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

.number-block {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 32px 15px 25px;
}

.number {
  color: var(--deep-pink);
  margin-bottom: 20px;
  font-size: 47px;
  font-weight: 800;
}

.div-block {
  float: right;
  opacity: .82;
  color: #fff;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, #002164, #00c3ff);
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 30px;
  font-style: normal;
  transition: opacity .3s;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.heading.flie-text-wei {
  text-indent: 0;
  margin-top: 10px;
}

.div-block-2 {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  padding-right: 10px;
  display: flex;
}

.paragraph-2 {
  border-top: 2px none var(--black);
  color: var(--black);
  text-transform: uppercase;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  max-width: 100%;
  height: 70px;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.paragraph-2.navbar-header {
  color: #7c7b7b;
}

.div-block-3 {
  object-fit: contain;
}

.header-paragraph-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style-type: disc;
}

.list-item {
  color: #1a1a18;
  line-height: 25px;
}

.flie-text-wei {
  color: #fff;
  text-transform: none;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-4 {
  background-image: url('../images/Call-Agent-weiss.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 59px;
  height: 62px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.footer-social-icon-3 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  padding-top: 9px;
  transition: background-color .2s;
}

.footer-social-icon-3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.footer-small-social-icon-2 {
  background-color: rgba(255, 255, 255, 0);
  height: 15px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 "Area-3 Area-2 Area"
                 / 1fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-flow: row;
  padding-top: 30px;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 4.75fr 1.25fr minmax(200px, 22fr);
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: stretch;
  padding-bottom: 10px;
}

.grid-2:hover {
  color: #000;
}

.image-3 {
  height: 20px;
}

.heading-5 {
  text-align: left;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.image-4 {
  height: 23px;
}

.heading-6 {
  color: #1a1a18;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.heading-6:hover {
  color: #000;
}

.heading-7 {
  color: #112f46;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-7.xy {
  color: #1a1a18;
  text-transform: uppercase;
  white-space: pre;
  font-size: 38px;
  font-weight: 600;
}

.text-block-2 {
  color: #1a1a18;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.html-embed-3 {
  padding-right: 0;
}

.container-7 {
  max-width: 1000px;
  padding-bottom: 50px;
}

.container-8 {
  max-width: 1000px;
  padding: 50px 0;
}

.container-11 {
  max-width: 1000px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-stellen {
  opacity: .82;
  background-color: #f39312;
  margin: 30px 0 30px 10px;
  padding: 30px;
}

.bold-text-3 {
  color: #242424;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.bold-text-3.rodgau.neu {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.faq-title-3 {
  color: #1a1a18;
  padding-right: 5px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-title-3:hover {
  color: #f39312;
}

.faq-stelle {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.faq-stelle.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.faq-stelle.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.faq-link-block-3 {
  color: #1a171b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link-block-3:hover {
  color: #dd2476;
}

.faq-link-block-3.stellen.berschrift {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-button-title-3 {
  text-shadow: 0 0 3px #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title-3.bewirbdich {
  text-transform: none;
  text-shadow: none;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.cta-button-3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f3f5fa;
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: -343px;
  padding: 11px 5px;
  text-decoration: none;
  transition: background-color .2s, color .2s, box-shadow .2s;
  display: flex;
}

.cta-button-3:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .41);
  background-clip: border-box;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button-3.color {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #23559f;
  background-clip: border-box;
  align-items: center;
  width: 180px;
  height: 60px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button-3.color:hover {
  background-color: #23559f;
}

.cta-button-3.color._2 {
  background-color: #f39312;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 160px;
  height: 40px;
  margin-top: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cta-button-3.color._2:hover {
  box-shadow: none;
}

.stelle-2 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.grid-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.grid-12 {
  grid-template-rows: auto;
  align-items: stretch;
  max-width: 100%;
}

.grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  padding-right: 10px;
}

.paragraph-4, .paragraph-5 {
  color: #112f46;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-3 {
  color: #1a1a18;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  display: flex;
}

.heading-12 {
  color: #1a1a18;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-8 {
  text-align: left;
}

.stelle-3 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-3.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-3.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-4 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-4.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-4.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-x {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-x.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-x.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-5 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-5.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-5.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-6 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-6.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-6.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-7 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-7.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-7.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-8 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-8.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-8.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-9 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-9.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-9.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-10 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-10.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-10.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-11 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-11.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-11.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-12 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-12.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-12.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-13 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-13.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-13.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-14 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-14.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-14.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.stelle-15 {
  border-top: 1px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-15.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-15.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
}

.image-6, .image-7, .image-8 {
  max-width: 85%;
}

.paragraph-6 {
  color: #112f46;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.ablauf {
  color: #1a1a18;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

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

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

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-faq-answer"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar.underline, .navbar.with-color-button, .navbar.white {
    padding-bottom: 20px;
  }

  .logo-block.w--current {
    margin-right: 60px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-left: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
  }

  .nav-link {
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

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

  .nav-link.dropdown-toggle {
    color: #000;
  }

  .nav-link.dropdown-toggle:hover {
    color: #fff;
  }

  .nav-link.dropdown-toggle.dark {
    color: #000;
  }

  .nav-link.light {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

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

  .nav-link.dark:hover {
    color: var(--deep-pink);
    background-color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    background-color: var(--ghost-white);
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .dropdown-link {
    padding-left: 35px;
  }

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

  .hero-title {
    width: 100%;
  }

  .hero-title.dark {
    width: 610px;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.hero-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .button.dark-outline {
    margin-top: 10px;
  }

  .button.color-button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section {
    padding: 45px;
  }

  .section.tint, .section.tint.xy, .section.top-line, .section.top-line.xy {
    padding-left: 0;
    padding-right: 0;
  }

  .section.color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.small-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.large-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pages-section {
    padding-top: 120px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 60px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title-wrapper.full-centered {
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.large {
    font-size: 47px;
  }

  .section-title.white {
    font-size: 36px;
  }

  .section-description {
    width: 80%;
    margin-top: 10px;
  }

  .section-description.centered {
    text-align: center;
    width: 95%;
  }

  .section-description.medium {
    width: 70%;
  }

  .video-lightbox.large {
    margin-top: -130px;
  }

  .video-lightbox-block {
    height: 300px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 19px;
    line-height: 34px;
  }

  .footer {
    padding: 45px;
  }

  .image-section-overlay {
    padding: 70px 45px;
  }

  .image-section-overlay-block {
    width: 80%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .hero-mockup-image {
    width: 185px;
    top: -80px;
  }

  .hero-mockup-image._2 {
    width: 380px;
    top: -50px;
    right: 0;
  }

  .app-page-hero-block {
    width: 350px;
    padding-left: 20px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .info-block-right.app-info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    height: 470px;
    top: 15px;
    left: -167px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }

  .team-outline-block {
    padding-left: 85px;
    padding-right: 5px;
  }

  .team-portrait-image {
    width: 50px;
    height: 50px;
    top: 27px;
  }

  .image-hero {
    padding-top: 140px;
  }

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

  .bottom-footer-link {
    color: rgba(0, 0, 0, .81);
    font-family: PT Sans, sans-serif;
  }

  .overall-video-lightbox.in-hero {
    width: 280px;
    height: 290px;
    margin-left: 30px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding: 0 30px;
  }

  .pricing-block {
    padding: 50px 30px 30px;
  }

  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .video-hero-block {
    width: 380px;
    padding-right: 20px;
    top: 16px;
  }

  .hero-video-title {
    font-size: 45px;
    line-height: 41px;
  }

  .hero-text {
    font-size: 18px;
    line-height: 26px;
  }

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

  .feature-info-title {
    margin-top: 0;
    font-size: 15px;
  }

  .simple-white-footer {
    text-align: center;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .white-pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .form-title {
    font-size: 36px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .stats-block {
    padding-left: 100px;
  }

  .stats-title {
    font-size: 14px;
  }

  .intro-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .checklist-item {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .general-menu-button {
    background-color: var(--deep-pink);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .general-menu-button:hover {
    background-color: #eb458e;
  }

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

  .menu-button-line {
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: -4px;
    margin-right: 10px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .2s;
  }

  .menu-button-line:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .menu-button-line.w--open {
    background-color: #1f6fff;
  }

  .footer-paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .phones-mockup-right {
    height: 360px;
    bottom: -45px;
    right: -30px;
  }

  .page-header-overlay {
    padding-top: 140px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .header-column-title {
    font-family: Open Sans, sans-serif;
  }

  .app-screenshot-block {
    top: 10px;
    right: 20px;
  }

  .app-screenshot-block._2 {
    width: 200px;
    top: 60px;
    right: 0;
  }

  .video-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .personal-hero-content-block {
    width: 460px;
    padding-left: 40px;
    padding-right: 50px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .lightbox-image-block.graphic-design {
    width: 350px;
  }

  .work-section {
    background-size: cover;
  }

  .work-section-overlay {
    background-image: linear-gradient(to right, #ececec 39%, rgba(255, 255, 255, .4));
  }

  .resume-block {
    width: 500px;
  }

  .hero-centered-block {
    width: 660px;
  }

  .timeline-content-block {
    padding: 25px;
  }

  .about-image {
    width: 310px;
    height: 590px;
  }

  .app-hero {
    height: 710px;
  }

  .app-hero-overlay {
    padding-top: 85px;
  }

  .small-prices-block {
    width: 90%;
  }

  .section-cta-form {
    width: 100%;
  }

  .product-tabs-menu {
    padding-left: 250px;
  }

  .product-content-block-right {
    width: 430px;
  }

  .browser-block {
    width: 380px;
    left: -180px;
  }

  .hero-column-left {
    padding-left: 30px;
    padding-right: 10px;
  }

  .overall-hero-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .video-hero-overlay {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .footer-row-left {
    width: 490px;
  }

  .footer-social-block {
    width: 190px;
  }

  .demo-row {
    margin-top: -90px;
  }

  .demo-form {
    padding: 35px;
  }

  .column-feature-title {
    font-size: 18px;
  }

  .column-features-right {
    padding-left: 20px;
  }

  .cta-buttons-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button.color {
    text-align: center;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }

  .cta-button-title.icon {
    top: 3px;
    left: -61px;
  }

  .cta-button-title.bewirbdich {
    top: 0;
    left: 0;
  }

  .page-link-block {
    height: 150px;
  }

  .page-link-block.large {
    height: 290px;
  }

  .intro-color-block {
    height: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-color-block-title {
    font-size: 30px;
    line-height: 36px;
  }

  .large-color-block-subtitle {
    font-size: 22px;
  }

  .intro-hero {
    padding-top: 130px;
  }

  .column-left {
    z-index: 10;
    padding-right: 40px;
  }

  .container.warum {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .home-mockup-image-block {
    width: 240px;
    height: 360px;
    top: 10px;
    left: -60px;
    box-shadow: 7px 7px 30px -10px rgba(0, 0, 0, .8);
  }

  .home-mockup-image-block.tablet {
    width: 200px;
    height: 320px;
    left: 20px;
  }

  .home-mockup-image-block.phone {
    width: 80px;
    height: 280px;
    top: 58px;
    left: 181px;
  }

  .coming-soon-title {
    width: 720px;
    font-size: 60px;
  }

  .macbook-mockup-right {
    right: -340px;
  }

  .hero-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .large-page-link-block {
    margin-top: 20px;
  }

  .large-pages-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    order: 0;
    align-self: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 0;
  }

  .grid-2 {
    grid-template-columns: 1.5fr 6.5fr 1.75fr minmax(200px, 22fr);
  }

  .heading-7.xy {
    font-size: 27px;
  }

  .image-5 {
    width: 500px;
    max-width: 100%;
  }

  .html-embed-3 {
    padding-right: 0;
  }

  .container-7, .container-8, .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-stellen {
    margin-right: 0;
  }

  .cta-button-title-3 {
    text-align: center;
  }

  .cta-button-3 {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button-3.color {
    text-align: center;
    border-width: 2px;
    padding-left: 10px;
  }

  .cta-button-3.color._2 {
    border-color: rgba(0, 0, 0, 0);
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    grid-template-columns: minmax(354px, .25fr) repeat(auto-fit, minmax(340px, 1fr));
    grid-auto-flow: row;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-13 {
    width: 460px;
    max-width: 100%;
  }

  .text-block-3 {
    padding-left: 155px;
    padding-right: 155px;
  }

  .paragraph-6 {
    color: #112f46;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-block {
    justify-content: center;
    align-items: center;
  }

  .logo-block.w--current {
    height: 150px;
    margin-right: 0;
    padding-right: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .large-container {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-title.subtitle.dark-subtitle {
    width: 440px;
    margin-top: 20px;
    font-size: 25px;
  }

  .hero-title.dark {
    width: 470px;
    font-size: 40px;
    line-height: 45px;
  }

  .button.hero-button {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
    display: block;
  }

  .button.hero-button._2, .button.pricing-button {
    margin-top: 10px;
  }

  .section {
    padding: 25px;
  }

  .section.dark {
    padding-bottom: 35px;
  }

  .section.color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.dark-footer {
    text-align: center;
    padding: 40px;
  }

  .section.large-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.pages-section {
    padding-top: 90px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title-wrapper.full.push-down {
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .section-title-wrapper.small {
    width: 105%;
  }

  .section-title {
    color: rgba(24, 23, 20, .89);
    margin-bottom: 10px;
    font-family: Opensans, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }

  .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .section-description.centered {
    width: 85%;
  }

  .video-lightbox.large {
    margin-top: -80px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 280px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-block {
    text-align: center;
    width: 490px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 24px;
  }

  .elements-row {
    display: block;
  }

  .element-column, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.last {
    padding-bottom: 0;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 30px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 246px;
    display: block;
    top: -70px;
    right: -40px;
  }

  .app-page-hero-block {
    text-align: left;
    width: 310px;
    margin-left: 50px;
    padding-left: 0;
    display: block;
  }

  .hero-description {
    font-size: 18px;
    line-height: 29px;
  }

  .info-row {
    margin-top: 0;
    display: block;
  }

  .info-block {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .feature-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-row {
    margin-top: 10px;
  }

  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }

  .team-portrait-image {
    width: 60px;
    height: 60px;
    top: 20px;
  }

  .image-hero {
    padding-top: 100px;
  }

  .newsletter-form-small {
    width: 100%;
  }

  .field.centered {
    margin-bottom: 10px;
  }

  .newsletter-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 36px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-video-lightbox.in-hero {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .info-column-right {
    padding-left: 0;
  }

  .info-column-right.responsive {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

  .pricing-price {
    margin-bottom: 20px;
  }

  .white-footer {
    padding: 25px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .video-hero-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hero-video-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-block {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    margin-top: 0;
  }

  .feature-info-title {
    text-align: center;
    margin-bottom: 13px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .simple-white-footer {
    text-align: center;
    padding: 35px 25px 30px;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .white-pricing-column {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-pricing-block {
    border: 1px solid rgba(0, 0, 0, .1);
  }

  .subpage-header {
    padding: 100px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

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

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .cta-row {
    display: block;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 100px;
  }

  .small-gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-row {
    margin-top: 30px;
  }

  .stats-column {
    padding-left: 0;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-number {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .logo {
    width: 100px;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .general-menu-button {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 9px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .menu-button-line {
    margin-top: 0;
  }

  .team-column-top, .team-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer-column, .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-column-right {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    width: 100%;
  }

  .text-block.large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .block-description {
    margin-right: 0;
  }

  .phones-mockup-right {
    width: 90%;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .block-paragraph {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .faq-answer {
    text-align: left;
    line-height: 23px;
  }

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

  .bottom-info-text.dark {
    margin-top: 20px;
  }

  .hero-subtitle {
    margin-top: 20px;
    font-size: 23px;
  }

  .page-header-overlay {
    padding: 100px 20px 50px;
  }

  .header-row {
    display: block;
  }

  .gallery-column {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .gallery-column.right {
    padding-left: 0;
    padding-right: 0;
  }

  .video-hero {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .personal-hero-block {
    width: 100%;
    height: auto;
  }

  .personal-hero-content-block {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    display: block;
  }

  .personal-hero-image-block {
    width: 100%;
    height: 490px;
  }

  .hero-buttons-wrapper {
    margin-top: 30px;
  }

  .block-border {
    height: 270px;
  }

  .block-border.large {
    top: 49px;
    right: 10px;
  }

  .text-column-right {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-text-row {
    display: block;
  }

  .gallery-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .work-section-overlay {
    padding: 55px 25px 35px;
  }

  .resume-row {
    margin-top: 0;
  }

  .resume-column {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hero-centered-block {
    width: 490px;
  }

  .hero-centered-block.large {
    width: 450px;
  }

  .timeline-content-block {
    padding: 20px;
  }

  .timeline-block-title {
    font-size: 27px;
  }

  .about-image-block {
    margin-top: 50px;
    position: relative;
    top: 0;
  }

  .about-image {
    width: 80%;
  }

  .bottom-footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .app-hero {
    height: 580px;
  }

  .app-hero-overlay {
    padding-top: 75px;
  }

  .event-hero-overlay {
    padding: 130px 25px 50px;
  }

  .small-testimonial-slider {
    height: auto;
    padding-bottom: 60px;
  }

  .cta-testimonials-row {
    display: block;
  }

  .product-tab-pane {
    padding-top: 30px;
  }

  .product-tabs-menu {
    padding-left: 0;
  }

  .product-content-block-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .browser-block {
    width: 100%;
    height: 250px;
    margin-top: 60px;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-column-left {
    margin-top: 125px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .overall-hero-overlay {
    padding: 150px 30px 70px;
  }

  .coming-soon-overlay {
    padding: 50px 30px;
  }

  .coming-soon-hero {
    height: auto;
  }

  .video-hero-overlay {
    padding: 99px 25px 40px;
  }

  .newsletter-form {
    margin-bottom: 0;
  }

  .newsletter-form-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .features-column-left {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .features-column-right {
    width: 100%;
    margin-top: 40px;
  }

  .footer-row-left {
    width: 100%;
  }

  .footer-social-block {
    width: 100%;
    margin-top: 20px;
  }

  .footer-social-link-block {
    text-align: center;
  }

  .demo-row {
    margin-top: 0;
    display: block;
  }

  .column-features-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button.color {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .cta-button-title {
    text-align: left;
    top: auto;
    left: auto;
  }

  .cta-button-title.bewirbdich {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
    top: -3px;
    left: 0;
  }

  .pages-row {
    margin-bottom: 0;
  }

  .pages-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-color-block {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .intro-hero {
    padding: 120px 25px 30px;
  }

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

  .container {
    flex-direction: column;
  }

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

  .column-text-block {
    max-width: 900px;
  }

  .white-hero-title {
    font-size: 29px;
    line-height: 34px;
  }

  .coming-soon-title, .coming-soon-description {
    width: auto;
  }

  .newsletter-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .macbook-mockup-right {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: -50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .process-block {
    margin-bottom: 40px;
  }

  .process-block.last {
    margin-bottom: 10px;
  }

  .process-title-wrapper {
    margin-bottom: 90px;
  }

  .process-number {
    top: 0;
  }

  .process-title {
    top: 37px;
  }

  .portfolio-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-page-link-block {
    margin-top: 10px;
  }

  .large-pages-column {
    padding-left: 0;
    padding-right: 0;
  }

  .form-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-top: 108px;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph-2 {
    border: 1px solid rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: .5fr minmax(200px, 9fr);
  }

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

  .heading-7.xy {
    text-align: left;
    font-size: 35px;
  }

  .text-block-2 {
    text-align: left;
  }

  .html-embed-3 {
    padding-right: 0;
  }

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

  .cta-button-title-3 {
    text-align: left;
  }

  .cta-button-3.color._2 {
    margin-top: 25px;
  }

  .grid-11 {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(253px, 2.75fr));
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    margin-right: 0;
  }

  .nav-menu {
    width: 200px;
  }

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

  .hero-title {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
  }

  .hero-title.subtitle {
    width: 260px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .hero-title.subtitle.dark-subtitle {
    width: 240px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-title.dark {
    width: 270px;
    font-size: 30px;
    line-height: 35px;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 49px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: flex;
  }

  .button.hero-button {
    margin-top: 6px;
    margin-right: 3px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 11px;
  }

  .button.hero-button._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.tint.top-padding {
    padding-top: 70px;
  }

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

  .section.small-footer {
    text-align: center;
    padding-bottom: 60px;
    font-family: Open Sans, sans-serif;
  }

  .section.large-padding.overflow-none {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    text-align: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .section-title.large {
    font-size: 34px;
    line-height: 38px;
  }

  .section-title.white {
    line-height: 35px;
  }

  .section-description {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-description.centered {
    text-align: left;
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .section-description.medium {
    text-align: center;
    width: 80%;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 190px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    width: 280px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 23px;
  }

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

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

  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 25px;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 175px;
    top: 0;
    right: -60px;
  }

  .app-page-hero-block {
    width: 190px;
    margin-left: 20px;
  }

  .small-hero-intro-title {
    font-size: 9px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 21px;
  }

  .info-row {
    margin-top: 0;
  }

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .info-block-right.app-info {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-social-icon {
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .team-image-block-overlay {
    padding: 25px;
  }

  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .team-portrait-image {
    top: 10px;
    left: 10px;
  }

  .small-section-title {
    font-size: 11px;
  }

  .image-hero {
    padding-bottom: 60px;
  }

  .field {
    text-indent: 7px;
    white-space: normal;
    border-left-width: 1px;
    border-radius: 3px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .coming-soon-lightbox {
    margin-top: 0;
  }

  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .large-hero-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 26px;
  }

  .bottom-footer-paragraph.right {
    font-size: 12px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .bottom-footer-link {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .overall-video-lightbox.in-hero {
    height: 120px;
  }

  .long-feature-block {
    padding-left: 60px;
  }

  .long-feature-title {
    font-size: 19px;
    line-height: 19px;
  }

  .video-hero-block {
    margin-top: 20px;
  }

  .hero-video-title {
    font-size: 31px;
    line-height: 29px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .feature-info-icon {
    height: 35px;
    margin-bottom: 15px;
  }

  .feature-info-title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 18px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .form-title {
    font-size: 20px;
    line-height: 25px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 17px;
  }

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

  .subpage-title.large {
    font-size: 46px;
    line-height: 30px;
  }

  .page-subtitle {
    margin-top: 20px;
    font-size: 14px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-row, .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-column-left {
    text-align: center;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small, .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 60px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .stats-column {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .stats-title {
    margin-top: 6px;
    font-size: 14px;
  }

  .checklist-item {
    margin-bottom: 0;
  }

  .logo {
    object-fit: contain;
    height: 48px;
    margin-top: 9px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .general-menu-button {
    margin-right: 20px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .menu-button-line {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .hero-button-wrapper {
    margin-top: 30px;
  }

  .block-title {
    font-size: 31px;
    line-height: 39px;
  }

  .block-description {
    margin-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 23px;
  }

  .block-paragraph {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 18px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-title {
    font-size: 17px;
    font-weight: 400;
  }

  .faq-answer {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }

  .hero-subtitle {
    font-size: 19px;
    line-height: 30px;
  }

  .page-header-overlay {
    padding-top: 150px;
  }

  .header-column-title {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .section-paragraph {
    width: 90%;
  }

  .personal-hero-image-block {
    height: 290px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .block-border {
    height: 180px;
  }

  .block-border.large {
    height: 220px;
  }

  .lightbox-image-block {
    width: 210px;
    height: 280px;
  }

  .lightbox-image-block.graphic-design {
    width: 230px;
  }

  .work-section-overlay {
    background-image: linear-gradient(to right, #ececec 39%, rgba(255, 255, 255, .9));
  }

  .resume-block {
    width: auto;
  }

  .resume-column {
    padding-right: 0;
  }

  .lightbox-title {
    padding: 16px;
    font-size: 27px;
    line-height: 30px;
    bottom: 0;
    left: 0;
  }

  .hero-centered-block {
    width: 280px;
  }

  .hero-centered-block.large {
    width: 250px;
  }

  .timeline-wrapper {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .timeline-row-block {
    height: auto;
  }

  .timeline-block {
    border-left: 3px solid #e4e4e4;
    width: 100%;
  }

  .timeline-block.with-line {
    font-size: 15px;
  }

  .timeline-content-block {
    margin-top: 20px;
    padding: 20px;
    font-size: 15px;
  }

  .timeline-content-block.left-block {
    float: right;
  }

  .timeline-block-title {
    z-index: 10;
    font-size: 20px;
    line-height: 22px;
    position: relative;
  }

  .timeline-block-title.subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .timeline-arrow-block {
    width: 20px;
    height: 20px;
    left: -5px;
  }

  .timeline-arrow-block.right {
    top: 26px;
    left: -5px;
    right: auto;
  }

  .timeline-circle {
    width: 12px;
    height: 12px;
    left: -10px;
  }

  .timeline-circle.right {
    top: 34px;
    left: -8px;
    right: auto;
  }

  .timeline-circle.first {
    left: -8px;
  }

  .about-image {
    height: 320px;
  }

  .footer-social-block-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

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

  .app-hero {
    height: 480px;
  }

  .download-button {
    width: 220px;
    margin-top: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .wide-hero-cta-form {
    margin-top: 40px;
  }

  .icon-button-title {
    font-size: 14px;
  }

  .tabs-button {
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-color: #edeef3;
  }

  .product-content-block-right {
    margin-bottom: 30px;
  }

  .browser-block {
    height: 190px;
  }

  .hero-column-left {
    margin-top: 51px;
  }

  .overall-hero-overlay {
    background-color: rgba(0, 0, 0, .46);
    margin-left: 0;
    padding: 140px 0 50px;
  }

  .testimonial-tab-button {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }

  .testimonial-button-image {
    width: 60px;
    height: 60px;
  }

  .testimonial-tab-pane {
    padding-top: 30px;
  }

  .testimonial-tab-block {
    width: 250px;
  }

  .cta-buttons-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button {
    padding: 8px 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .cta-button.color {
    z-index: 999999;
    border-width: 2px;
    align-items: center;
    width: 160px;
    height: 40px;
    padding: 20px 5px;
  }

  .cta-button-title {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    top: auto;
    left: 5px;
    right: 5px;
  }

  .cta-button-title.icon {
    margin-right: 10px;
    top: 0;
    left: -3px;
  }

  .cta-button-title.bewirbdich {
    top: -1px;
    left: -2px;
  }

  .checklist-text {
    padding-top: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .hero-checklist {
    margin-top: 20px;
  }

  .intro-hero {
    padding-top: 80px;
  }

  .intro-icon {
    height: 80px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .white-hero-title {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 32px;
  }

  .icon-button.outline-button {
    font-size: 14px;
  }

  .coming-soon-title {
    width: 250px;
    font-size: 30px;
    line-height: 35px;
  }

  .coming-soon-description {
    width: 260px;
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-image-block {
    height: 130px;
  }

  .progress-bar-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .progress-bar-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-row {
    display: block;
  }

  .element-title {
    font-size: 18px;
    line-height: 26px;
  }

  .cv-col-left, .cv-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    background-color: rgba(29, 58, 143, .71);
    align-items: stretch;
    width: 90%;
    margin-top: 85px;
    margin-bottom: 2px;
    margin-left: 0;
    padding: 20px;
  }

  .heading {
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
  }

  .heading.flie-text-wei {
    border-top: 1px solid var(--ghost-white);
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

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

  .paragraph-2 {
    color: #242424;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    font-size: 20px;
    line-height: 22px;
  }

  .header-paragraph-2 {
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .flie-text-wei {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-4 {
    width: 59px;
    height: 62px;
  }

  .footer-social-icon-3 {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .footer-social-icon-3:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid {
    grid-column-gap: 22px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / minmax(200px, 1fr);
  }

  .grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr auto;
    grid-template-columns: .5fr minmax(200px, 4.25fr);
  }

  .image-3 {
    height: 20px;
  }

  .heading-5, .heading-6 {
    font-size: 13px;
  }

  .heading-7 {
    padding-right: 0;
    font-size: 23px;
  }

  .heading-7.xy {
    font-size: 20px;
  }

  .text-block-2 {
    text-align: left;
    padding-right: 0;
    font-size: 13px;
  }

  .image-5 {
    height: auto;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-stellen {
    max-width: 100%;
    margin-left: 0;
  }

  .faq-title-3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }

  .faq-title-3:hover {
    color: #000;
  }

  .cta-button-title-3 {
    font-size: 13px;
    line-height: 17px;
  }

  .cta-button-3 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-button-3.color {
    z-index: 999999;
    border-width: 2px;
    width: auto;
    height: auto;
    padding: 20px 5px;
  }

  .grid-11 {
    grid-template-columns: repeat(auto-fit, minmax(210px, 5fr));
  }

  .grid-12 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 2.75fr));
  }

  .grid-13 {
    grid-column-gap: 4px;
    grid-template-columns: .5fr minmax(162px, .75fr);
  }

  .paragraph-4, .paragraph-5 {
    font-size: 13px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

#w-node-fb64bd30-e619-3202-7a1d-d0874e005c25-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afce0bd6-6a0f-e8ca-3b40-47ab44384c3c-275e2a14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-275e2a14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-275e2a14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-275e2a14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-275e2a14 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-275e2a14 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-275e2a14 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-275e2a14 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-275e2a14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-275e2a14 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-275e2a14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-275e2a14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a259d07e-5497-6793-681c-2cb8af20fc6d-275e2a14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8aaa0f02-c452-616e-e821-5607c6703a99-275e2a14 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5bc47689-bd81-8037-883e-a09474fada5f-275e2a14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac1c183e-b404-3f1d-8c46-e49ef140392f-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b747d3d-052e-70a1-38ea-524ca940aeb5-275e2a14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-_689bdb98-16ae-cb26-6b9a-f4334af8d87a-275e2a14 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7bdfd2d7-6559-48c5-37d4-251b3cfed5ab-275e2a14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d77fe045-5f42-fbf1-81a4-b29d3086b86c-275e2a14 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-ebefc7f0-5c62-0224-f895-f2d1736bfbd4-275e2a14 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: auto;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86a-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86b-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86d-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86e-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b6b69f05-a7ea-1199-228e-affc38a0817e-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b6b69f05-a7ea-1199-228e-affc38a0817f-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b6b69f05-a7ea-1199-228e-affc38a08181-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b6b69f05-a7ea-1199-228e-affc38a08182-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c439fe92-59d1-8903-f245-6f729859fa40-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c439fe92-59d1-8903-f245-6f729859fa41-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c439fe92-59d1-8903-f245-6f729859fa43-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c439fe92-59d1-8903-f245-6f729859fa44-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d1273124-4078-ae2c-b596-758d229f6aa7-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d1273124-4078-ae2c-b596-758d229f6aa8-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d1273124-4078-ae2c-b596-758d229f6aaa-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d1273124-4078-ae2c-b596-758d229f6aab-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebb-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebc-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebe-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebf-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_531c585a-0fc4-9b4a-5540-6c228d1223cc-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_531c585a-0fc4-9b4a-5540-6c228d1223cd-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_531c585a-0fc4-9b4a-5540-6c228d1223cf-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_531c585a-0fc4-9b4a-5540-6c228d1223d0-275e2a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5b3fa5fa-9435-2450-8783-eaba866f15c8-1b74456c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-275e2a14 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5bc47689-bd81-8037-883e-a09474fada5f-275e2a14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afce0bd6-6a0f-e8ca-3b40-47ab44384c3c-275e2a14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-275e2a14, #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-275e2a14 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-275e2a14 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-275e2a14 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-275e2a14 {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-275e2a14 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-275e2a14 {
    grid-area: 7 / 1 / 8 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6fbb9c60-4f69-f2c5-5155-0aaca322ab3a-275e2a14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a259d07e-5497-6793-681c-2cb8af20fc6d-275e2a14 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f74f4b2c-e015-b72d-b1a1-09e3cddec7e9-275e2a14 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86d-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-dea70aa8-547f-7c6b-43d0-50c99aa6c86e-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-b6b69f05-a7ea-1199-228e-affc38a08181-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-b6b69f05-a7ea-1199-228e-affc38a08182-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-c439fe92-59d1-8903-f245-6f729859fa43-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-c439fe92-59d1-8903-f245-6f729859fa44-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-d1273124-4078-ae2c-b596-758d229f6aaa-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-d1273124-4078-ae2c-b596-758d229f6aab-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebe-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_138ab2a7-994e-e500-edfb-5b6db6a3aebf-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_531c585a-0fc4-9b4a-5540-6c228d1223cf-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_531c585a-0fc4-9b4a-5540-6c228d1223d0-275e2a14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_154acb5c-2b9e-df43-bb69-79515d4afe9b-1b74456c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c7-275e2a14 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95c9-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d0-275e2a14 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d9-275e2a14 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cb-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d4-275e2a14 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95dd-275e2a14 {
    grid-area: 9 / 1 / 10 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95cf-275e2a14, #w-node-e5890eb6-ce1e-ab1b-7f63-f007149d95d8-275e2a14 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b1751370-13aa-f6f3-2c53-bebc19f6102b-275e2a14 {
    justify-self: center;
  }

  #w-node-f74f4b2c-e015-b72d-b1a1-09e3cddec7e9-275e2a14 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}