:root {
  --body-bg: #e8e9ee;
  --lines: #a4aebe;
  --gray-bg: #d7d9df;
  --text-gray: #69707b;
  --white: white;
  --black: black;
  --girl-bg: #dce3e6;
  --blue: #183bd0;
  --deep-sky-blue: #2cb6ef;
  --title-link-hover: #33363c;
  --link-hover: #494949;
  --button: #3271ff;
  --blue-hover: #3169e5;
  --link: #427cff;
  --gainsboro: #dbdad3;
  --light-grey: #d3d8da;
  --green: #22be87;
  --purple: #b548dd;
  --orange: #f87625;
  --gray-hover: #e2e3e9;
  --corp-blau: #001b42;
  --shadow: #787d94;
  --mh-gelb: #e4cb66;
  --coral: #f87625;
}

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

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

body {
  background-color: var(--body-bg);
  color: #333;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

a {
  color: #427cff;
  cursor: pointer;
  text-decoration: none;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}

.small-text {
  font-size: 13px;
  line-height: 21px;
}

.small-text.gray {
  background-color: #0000;
}

.set {
  margin-top: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._50-pixels {
  margin-top: 50px;
  display: none;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._5-pixels.kontakt {
  display: none;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._135-pixels {
  margin-top: 135px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._30-pixels.impresum, .top-margin._30-pixels.ausbvled {
  display: none;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._70-pixels {
  margin-top: 70px;
  display: block;
}

.top-margin._70-pixels.a-z, .top-margin._70-pixels.praixi {
  display: none;
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.bottom-margin {
  border-bottom: 1px solid var(--lines);
}

.bottom-margin._15-pixels {
  margin-bottom: 15px;
}

.bottom-margin._30-pixels {
  border-bottom-style: none;
  margin-bottom: 20px;
}

.bottom-margin._50-pixels {
  z-index: 1;
  padding-bottom: 50px;
  position: relative;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.bottom-margin.tablet, .bottom-margin.services {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1090px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.wide {
  max-width: 100%;
}

.content-section {
  padding-top: 110px;
  display: block;
  position: relative;
}

.content-section.top-padding {
  padding-top: 120px;
}

.content-section.gray {
  background-color: var(--gray-bg);
  padding-top: 85px;
  padding-bottom: 85px;
}

.content-section.gray.none {
  display: none;
}

.content-section.double {
  padding-bottom: 50px;
  display: block;
}

.content-section.double.unnser-folus {
  display: none;
}

.content-section.blog {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 0;
}

.content-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.content-section.iphone {
  background-color: var(--gray-bg);
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.iphone.pic {
  margin-top: -10px;
  padding-bottom: 30px;
}

.content-section.no-padding-visible {
  margin-bottom: 95px;
  padding-top: 0;
  overflow: visible;
}

.content-section.no-padding-black {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: hidden;
}

.content-section.wallpaper {
  height: 470px;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: hidden;
}

.content-section.double-hidden {
  padding-bottom: 140px;
  overflow: hidden;
}

.content-section.hidden {
  display: none;
  overflow: hidden;
}

.title {
  color: var(--text-gray);
}

.title.white {
  color: #fff;
}

.ausbildung {
  display: block;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.link-dark {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}

.link-dark:hover {
  color: #8f8f8f;
}

.link-gray {
  color: #a3a3a3;
  text-decoration: none;
}

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

.go-up-button {
  z-index: 20;
  background-color: var(--lines);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.social-icon {
  background-color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  background-color: #0000;
  border: 2px solid #000;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo-de-letra_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/facebook-logo-de-letra.svg');
}

.social-icon.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin.svg');
}

.hero-section {
  padding-top: 250px;
  display: none;
  position: relative;
  overflow: hidden;
}

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

.hero-section.services {
  background-color: var(--gray-bg);
  min-height: 900px;
  padding-top: 0;
}

.hero-section.contact-us {
  padding-bottom: 50px;
  display: block;
}

.hero-section.blog {
  background-color: var(--gray-bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-section.old {
  display: block;
}

.h1-large {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 100px;
  display: block;
}

.h1-large.word-1 {
  display: inline;
  position: absolute;
  inset: 0%;
}

.h1-large.word-4 {
  position: absolute;
  inset: 0%;
}

.h1-large.welcome {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Maven Pro, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

._50-percent-column {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.subtitle {
  flex: 1;
  max-width: 1600px;
  font-size: 21px;
  line-height: 30px;
}

.subtitle.large {
  font-size: 23px;
  line-height: 32px;
}

.subtitle.white {
  color: #fff;
}

.subtitle.sdsr {
  max-width: 1600px;
}

.subtitle.sdsr.mobs {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.subtitle.nnej {
  text-align: center;
  margin-bottom: 50px;
}

.subtitle.bildung {
  text-align: right;
  padding-right: 50px;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 80%;
  max-width: 100%;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.center-box.large {
  width: 62%;
  max-width: 1300px;
}

.heading-box {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-box._80-percent-width {
  width: 80%;
  max-width: 530%;
}

.h2-big {
  font-size: 45px;
  line-height: 55px;
}

.intro-features {
  background-image: linear-gradient(#e8e9ee, #cfd0d8);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 32%;
  padding: 35px 25px 25px;
  display: flex;
}

.intro-features.services {
  display: none;
}

.icon-border {
  margin-right: 7%;
}

.h3-margins {
  margin-top: 0;
  margin-bottom: 5px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.large {
  font-size: 19px;
  line-height: 28px;
}

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

.inline-block.right-border {
  margin-right: 5px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-space.mobile-center {
  justify-content: space-around;
  width: 100%;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.flex.center {
  text-align: left;
  align-items: center;
}

.h3-big {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
}

.h3-big.white-italic {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.h3-big.white {
  color: #fff;
}

.h3-big.ausbildung {
  margin-bottom: 50px;
}

.h3-big.ausbildung.d, .h3-big.erfahrunng {
  text-align: center;
}

.column-text-end {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 7%;
  display: flex;
}

._90-percent-column {
  width: 90%;
}

._90-percent-column.full {
  max-width: 440px;
  position: relative;
}

.button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  min-height: 42px;
  padding: 13px 20px 11px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

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

.expand {
  flex: 1;
}

.display-none {
  display: none;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.center {
  text-align: center;
}

.center.flex {
  justify-content: center;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.right-arrow:hover {
  transform: scale(1.1);
}

.arrow-circle {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
}

.arrow-circle:hover {
  opacity: .8;
  transform: scale(1.1);
}

.arrow-circle.right {
  background-image: url('../images/Arrow-1_1Arrow (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

._36-percent-column {
  align-items: center;
  width: 36%;
  display: flex;
}

.background-image {
  background-image: url('../images/stuart-poulton-96OK7Qn1vHA-unsplash.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.bg-section {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bg-section.painting {
  height: auto;
  margin-top: 30px;
  padding-top: 7%;
  padding-bottom: 7%;
}

.bg-section.painting.mission {
  margin-top: 0;
}

.half-column {
  background-color: #000;
  width: 50%;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 7%;
}

.button-white {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 25px;
  min-height: 42px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

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

.team-member {
  width: 31%;
}

.team-title {
  color: var(--text-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}

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

.team-title.white.title-wjite {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}

.team-title.white.title-wjite.bold {
  font-size: 30px;
  display: none;
}

.feaature {
  background-image: linear-gradient(#2a2e31, #000);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 45px;
  padding: 35px 21px 20px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 16px 33px #4e4e4ebf;
}

.feaature:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}

.h4-white {
  color: #fff;
  margin-top: 0;
  font-size: 21px;
}

.paragraph-white {
  color: #fff;
}

.quote-container {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  color: #fff;
  font-size: 46px;
  font-style: italic;
  line-height: 61px;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.absolute.orange-box {
  background-image: url('../images/4.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product {
  background-image: url('../images/5.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-1 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-2 {
  background-image: url('../images/2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-3 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-4 {
  background-image: url('../images/1_2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-5 {
  background-image: url('../images/2_1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-6 {
  background-image: url('../images/3_2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-7 {
  background-image: url('../images/1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-8 {
  background-image: url('../images/2_2.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.gallery-pic-9 {
  background-image: url('../images/3.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product-2 {
  background-image: url('../images/f2f02678631843.5cab06d672f1d.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.product-3 {
  background-image: url('../images/9a308278631843.5caafd83c87cd.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.girl {
  background-color: var(--girl-bg);
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 17%;
  padding-right: 17%;
}

.absolute.color-green {
  background-color: #d3d8da;
  background-image: none;
  height: 100%;
  padding-left: 3%;
}

.absolute.quote-text {
  text-align: center;
  background-color: #d3d8da;
  background-image: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.absolute.profile-pic {
  background-image: url('../images/Pic-1.jpg');
  background-size: cover;
  height: 100%;
}

.absolute.featured-work {
  background-position: 50% 0;
  height: 100%;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.footer {
  margin-top: 150px;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.footer-column {
  border-right: 1px solid var(--lines);
  align-items: center;
  width: 43%;
  margin-right: 7%;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.footer-title {
  font-size: 32.5px;
  line-height: 35px;
}

.menu {
  width: 33.333%;
}

.menu.no-margin {
  flex: 0 auto;
  margin-left: 50px;
  display: block;
}

.menu.ssocial-media {
  display: none;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.gray {
  color: var(--text-gray);
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  color: #000;
}

.menu-link.black.w--current {
  color: var(--text-gray);
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.services {
  background-image: linear-gradient(to right, #51249b, #e057f9);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.work {
  background-image: linear-gradient(to right, var(--blue), var(--deep-sky-blue));
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.faq {
  background-image: linear-gradient(to right, #bd0701, #fe5a5a);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.blog {
  background-image: linear-gradient(to right, #fe3392, #fd931f);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.contact-us {
  background-image: linear-gradient(to right, #183bd0, #2cb6ef);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.about {
  background-image: linear-gradient(to right, var(--blue), var(--deep-sky-blue));
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.social {
  background-image: linear-gradient(to right, #848b94, #c4cbd5);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.home {
  background-image: linear-gradient(to right, #183bd0, #2cb6ef);
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: relative;
  top: 0;
}

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

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.notice {
  border-top: 1px solid var(--lines);
}

.notice-text {
  padding-top: 18px;
  font-size: 13px;
  line-height: 21px;
}

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-line._70-pixels {
  margin-bottom: 70px;
}

.empty-state {
  background-color: #0000;
}

.content-padding {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.post-preview {
  position: relative;
  overflow: hidden;
}

.post-preview-large {
  border-bottom: 1px solid var(--lines);
  width: 48%;
  padding-bottom: 30px;
}

.title-link {
  color: var(--text-gray);
  text-decoration: none;
  transition: color .2s;
}

.title-link:hover {
  color: var(--title-link-hover);
}

.preview-title {
  color: #000;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: color .2s;
}

.preview-title:hover {
  color: var(--link-hover);
}

.preview-title.medium {
  font-size: 24px;
  line-height: 32px;
}

.turned-around-text {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 77px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.turned-around-text.gray {
  color: var(--text-gray);
  bottom: 6%;
}

.blue-dot {
  color: #2897ea;
}

.work-preview {
  position: relative;
  overflow: hidden;
}

.work-preview.first {
  transform-style: preserve-3d;
  width: 100%;
  margin-bottom: 25px;
  transform: translate3d(0, 0, 220px);
}

.work-box {
  width: 48.5%;
}

.h1-medium {
  font-size: 50px;
  line-height: 63px;
}

.post-content {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-picture-box {
  background-color: var(--gray-bg);
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

.preview-thumbnail {
  width: 30.3%;
  margin-bottom: 70px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.preview-thumbnail.no-margin {
  margin-bottom: 0;
}

.post-preview-thumbnail {
  position: relative;
}

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

.preview-title-medium {
  color: #000;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.pagination {
  justify-content: flex-end;
}

.pagination-button {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 1.5%;
  padding-left: 28px;
  padding-right: 28px;
}

.page-count {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.newsletter {
  background-color: var(--gray-bg);
  display: none;
  position: relative;
  overflow: hidden;
}

.left-newsletter {
  width: 50%;
  padding-top: 107px;
  padding-bottom: 80px;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.success-message.height {
  height: 105px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 15px;
}

.input {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--lines);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  height: 53px;
  margin-bottom: 0;
  font-size: 15px;
}

.input.email {
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.form {
  flex-wrap: wrap;
  max-width: 434px;
  display: flex;
}

.submit-button {
  background-color: var(--button);
  background-image: none;
  background-size: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 101%;
  height: 53px;
  font-size: 15px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--blue-hover);
}

.right-newsletter {
  text-align: center;
  background-image: url('../images/MOV_2141_02_klein.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 481px;
  width: 50%;
}

.top-newsletter {
  background-color: var(--body-bg);
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.final-dots {
  text-align: center;
  margin-top: 18px;
}

.figure-1 {
  background-image: url('../images/Green.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 601px;
  width: 610px;
  height: 490px;
  margin-top: -117px;
  margin-left: -15%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-2 {
  background-image: url('../images/Blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 386px;
  width: 386px;
  height: 322px;
  margin-top: -185px;
  margin-right: -97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.figure-3 {
  background-image: url('../images/Purple.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 303px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -182px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-4 {
  background-image: url('../images/Orange.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 279px;
  width: 309px;
  height: 490px;
  margin-bottom: 440px;
  margin-right: -174px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.figure-5 {
  background-image: url('../images/Blue-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 282px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -165px;
  position: absolute;
  top: -13%;
  left: -16px;
}

.figure-6 {
  background-image: url('../images/Orange-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 282px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-right: -17px;
  position: absolute;
  inset: auto -9% 5% auto;
}

._52-percent-width {
  max-width: 390px;
  padding-right: 20px;
}

.figure-7 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 253px;
  width: 259px;
  height: 360px;
  margin-bottom: 14px;
  margin-right: -161px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.figure-8 {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 242px;
  width: 309px;
  height: 490px;
  margin-top: 220px;
  margin-left: -148px;
  position: absolute;
  top: -14%;
  left: -16px;
}

.hover-overlay {
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tag {
  color: var(--link);
  margin-right: 8px;
  text-decoration: none;
}

.link {
  color: var(--link);
}

.work-box-grid {
  width: 47%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

._22-percent-column {
  width: 22%;
}

.h3-medium {
  font-size: 30px;
  line-height: 38px;
}

.full-width {
  width: 100%;
}

.hero-about-us {
  text-align: center;
  width: 61%;
  margin-bottom: 79px;
  margin-left: auto;
  margin-right: auto;
}

.h1-hero {
  font-size: 70px;
  line-height: 80px;
}

.figure-9 {
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: auto;
}

.figure-10 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  inset: -10% 0% auto auto;
}

.about-features {
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 31.3%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.about-feature-image {
  border-radius: 7.5px;
  margin-bottom: 40px;
  overflow: hidden;
}

.about-text-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 30px 15px;
  display: flex;
}

.partial-left {
  z-index: 1;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.partial-right {
  background-color: var(--gainsboro);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partial-right.justify-end {
  background-color: var(--light-grey);
  justify-content: flex-end;
  padding-left: 0%;
  padding-right: 7%;
}

.partial-right.justify-start {
  background-color: #000;
  justify-content: flex-start;
  padding-left: 7%;
}

.text-block {
  color: #cfcec7;
  margin-left: -45px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 500px;
  line-height: 500px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.partial-section {
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1139px;
  display: flex;
}

.numbers-box {
  border-bottom: 1px solid var(--lines);
  width: 45%;
  margin-bottom: 55px;
  padding-bottom: 10px;
}

.number {
  margin-right: 8px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.percentage {
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32.5px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  position: relative;
  bottom: 8px;
}

.numbers-right {
  align-items: center;
  width: 64%;
  display: flex;
}

.partial-bg-left {
  background-color: var(--light-grey);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.partial-bg-left.wallpaper {
  background-image: url('../images/13c17478724205.5cad3250a68f5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab {
  background-color: #0000;
  width: 33.333%;
  margin-top: -1px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab:hover {
  padding-top: 24px;
}

.tab.w--current {
  border-top: 1px solid var(--green);
  background-color: #0000;
  padding-top: 23px;
}

.tab.w--current:hover {
  padding-top: 23px;
}

.tab.purple.w--current {
  border-top-color: var(--purple);
}

.tab.orange.w--current {
  border-top-color: var(--orange);
}

.lightbox-link {
  width: 31.7%;
  position: relative;
}

.tabs-menu {
  border-top: 1px solid var(--lines);
  margin-top: 40px;
}

.iphone-left {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.iphone-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 75px;
  padding-bottom: 30px;
  display: flex;
}

.box-feature {
  border: 1px solid var(--lines);
  border-radius: 7.5px;
  flex-wrap: wrap;
  display: flex;
}

.box-feature-icon {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  padding-top: 20px;
  display: flex;
}

.box-feature-text {
  flex: 1;
  padding: 15px 35px 12px;
}

.top-bg {
  background-color: var(--body-bg);
  height: 75px;
  margin-top: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.features-set {
  border-right: 1px solid var(--lines);
  flex-wrap: wrap;
  width: 33.333%;
  padding: 37px 33px;
}

.features-set._3 {
  border-right-style: none;
}

.features-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.features-item._2 {
  width: 100%;
  margin-bottom: 0;
}

.features-item._3 {
  width: 100%;
}

.features-item._4, .features-item._6 {
  width: 100%;
  margin-bottom: 0;
}

.first-section {
  z-index: 1;
  width: 38%;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

._2 {
  width: 33.3333%;
  position: relative;
}

.fixed-width-section {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1350px;
  display: flex;
}

.second-section {
  width: 30%;
  position: relative;
}

.body {
  background-color: #e8e9ee;
}

.short-testimonial {
  font-size: 38px;
  font-style: italic;
  line-height: 56px;
  position: relative;
}

.quote-marks {
  z-index: 0;
  color: #c9d0d2;
  text-align: left;
  margin-top: -53px;
  margin-left: -22px;
  font-family: Droid Serif, serif;
  font-size: 500px;
  line-height: 500px;
  position: absolute;
}

.quote-marks.medium {
  color: #dadbdf;
  text-indent: 0;
  margin-left: -17px;
  font-size: 330px;
  line-height: 330px;
}

.quote-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  text-align: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 11%;
}

.large-quote {
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 53px;
  font-style: italic;
  line-height: 65px;
}

.picture {
  background-image: url('../images/Pic.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #bec4c7;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
}

.partial-bg {
  background-color: var(--gainsboro);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partial-bg.green {
  background-color: #d3d8da;
}

.third-section {
  width: 32%;
  position: relative;
}

.contact-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 35px;
  min-height: 58px;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 23px;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.partial-left-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.iphone-offset {
  position: relative;
  bottom: -95px;
}

.service-feature {
  border: 1px solid var(--lines);
  border-radius: 7.5px;
  flex-wrap: wrap;
  width: 31%;
  display: flex;
}

.service-icon-box {
  border-radius: 7.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  padding: 40px 25px;
  display: flex;
  overflow: hidden;
}

.service-icon-box._1 {
  background-image: url('../images/Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.service-icon-box._2 {
  background-image: url('../images/Icon-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.service-icon-box._3 {
  background-image: url('../images/Icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 100%;
}

.service-text-box {
  border-top: 1px solid var(--lines);
  padding: 33px 40px;
  display: flex;
}

.center-flex {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-start {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-item {
  width: 90%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.service-item.no-margin {
  margin-bottom: 0;
}

._80-percent-column {
  width: 80%;
}

.column-text-start {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 150px;
  padding-bottom: 180px;
  display: flex;
}

.iphones-x-box {
  z-index: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: relative;
}

.iphone-x {
  width: 44%;
  max-width: 280px;
  margin-right: 6%;
  position: relative;
}

.iphone-x._2 {
  margin-right: 0;
  top: 47px;
  transform: rotate(6deg);
}

.bottom-bg {
  z-index: 0;
  background-color: var(--body-bg);
  height: 125px;
  position: absolute;
  inset: auto 0% 0%;
}

.figure-11 {
  margin-top: -37px;
  margin-left: -296px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-12 {
  margin-right: -208px;
  position: absolute;
  inset: auto 0% 12% auto;
}

.tabs {
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs-menu-flex {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.feature-tab {
  border-top: 1px solid var(--lines);
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  transition: padding .2s;
  display: flex;
}

.feature-tab:hover, .feature-tab.w--current {
  background-color: var(--gray-hover);
  padding-left: 40px;
  padding-right: 20px;
}

.feature-tab.line {
  border-bottom: 1px solid var(--lines);
}

.tab-item {
  display: flex;
}

.tab-contentt {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  background-color: #3271ffcc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  display: flex;
}

.left-block {
  border-right: 1px solid var(--lines);
  width: 49%;
  padding: 45px 50px;
}

.block-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: flex;
}

.block-item.no-margin {
  margin-bottom: 0;
}

._97-percent-column {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.right-block {
  border-right-width: 1px;
  border-right-color: var(--lines);
  width: 49%;
  padding: 45px 50px;
}

.h4-italic {
  font-size: 35px;
  font-style: italic;
  line-height: 50px;
  position: relative;
}

.mini-item {
  border: 1px solid var(--lines);
  border-radius: 4px;
  width: 31.5%;
  padding: 20px 20px 10px;
  display: flex;
}

._60-percent-column {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  display: flex;
}

._40-percent-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 210px;
  padding-bottom: 170px;
  display: flex;
}

.hero-contact-us {
  width: 62%;
}

.figure-14 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  width: 290px;
  height: 280px;
  position: absolute;
  inset: -17% auto auto 50%;
}

.text-field {
  border-radius: 25px;
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
}

._57-percent-column {
  width: 57%;
}

.textarea {
  border-radius: 25px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 90px;
}

.send-button {
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  transition: background-color .2s;
}

.send-button:hover {
  background-color: var(--blue-hover);
}

.send-button.trsaining {
  transition: background-color .2s cubic-bezier(.25, .1, .257, 1.001);
}

.contact-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43%;
  padding-top: 46px;
  padding-left: 7%;
  display: flex;
}

.contact-item {
  margin-bottom: 30px;
}

.work-sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 256px;
  margin-bottom: 35px;
  margin-right: 35px;
}

.work-sample._1a {
  background-image: url('../images/1a_1.jpg');
  background-size: cover;
}

.work-sample._3a {
  background-image: url('../images/3a.jpg');
  background-size: 360px;
}

.work-sample._4a {
  background-image: url('../images/4a.jpg');
  background-size: 360px;
}

.work-sample._2a {
  background-image: url('../images/2a.jpg');
  background-size: 360px;
}

.work-sample._1b {
  background-image: url('../images/1b_1.jpg');
  background-size: 360px;
}

.work-sample._2b {
  background-image: url('../images/2b_1.jpg');
  background-size: 360px;
}

.work-sample._3b {
  background-image: url('../images/3b_2.jpg');
  background-size: 360px;
}

.work-sample._4b {
  background-image: url('../images/4b.jpg');
  background-size: 360px;
}

.work-sample._1c {
  background-image: url('../images/1c_1.jpg');
  background-size: 360px;
}

.work-sample._2c {
  background-image: url('../images/2c.jpg');
  background-size: 360px;
}

.work-sample._3c {
  background-image: url('../images/3c_1.jpg');
  background-size: 360px;
}

.work-sample._4c {
  background-image: url('../images/4c_1.jpg');
  background-size: 360px;
}

.work-sample._1d {
  background-image: url('../images/1d.jpg');
  background-size: 360px;
}

.work-sample._2d {
  background-image: url('../images/2d.jpg');
  background-size: 360px;
}

.work-sample._3d {
  background-image: url('../images/3d.jpg');
  background-size: 360px;
}

.work-sample._4d {
  background-image: url('../images/4d.jpg');
  background-size: 360px;
}

.work-sample._2 {
  background-image: url('../images/2a.jpg');
}

.sample-set-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.samples-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 3380px;
  margin-top: -70%;
  margin-left: -22%;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.sample-set-1, .sample-set-4, .sample-set-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.curve-bg {
  z-index: 20;
  background-image: url('../images/Curve.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 66px;
  padding-top: 12px;
  padding-left: 140px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.slide-text-box {
  z-index: 110;
  width: 226px;
  position: relative;
}

.works-section {
  background-color: #000;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.mini-text {
  color: var(--text-gray);
  font-size: 13px;
  line-height: 13px;
}

.mini-title-link {
  color: #303643;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 12.5px;
}

.works-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.year {
  color: #fff;
  margin-left: 28%;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.works {
  color: #fff;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.hero-service {
  width: 88%;
  max-width: 576px;
  padding-right: 10%;
}

.service-hero-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.service-sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 312px;
  height: 542px;
  margin-bottom: 35px;
  margin-right: 35px;
}

.service-sample._1a {
  background-image: url('../images/1a.jpg');
  background-size: 312px;
}

.service-sample._2a {
  background-image: url('../images/1b.jpg');
  background-size: 312px;
}

.service-sample._3a {
  background-image: url('../images/3a_1.jpg');
  background-size: 312px;
}

.service-sample._4a {
  background-image: url('../images/4a_1.jpg');
  background-size: 312px;
}

.service-sample._1b {
  background-image: url('../images/2a_1.jpg');
  background-size: 312px;
}

.service-sample._2b {
  background-image: url('../images/2b.jpg');
  background-size: 312px;
}

.service-sample._3b {
  background-image: url('../images/3b_1.jpg');
  background-size: 312px;
}

.service-sample._4b {
  background-image: url('../images/4b_1.jpg');
  background-size: 312px;
}

.service-sample._1c {
  background-image: url('../images/1c.jpg');
  background-size: 312px;
}

.service-sample._2c {
  background-image: url('../images/2c_1.jpg');
  background-size: 312px;
}

.service-sample._3c {
  background-image: url('../images/3c.jpg');
  background-size: 312px;
}

.service-sample._4c {
  background-image: url('../images/4c.jpg');
  background-size: 312px;
}

.service-set {
  margin-top: 54px;
}

.sevice-absolute {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1100px;
  margin-top: -440px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-set-2 {
  margin-top: 0;
}

.service-set-3 {
  margin-top: 54px;
}

.row {
  margin-bottom: 3%;
}

.row.line {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 15px;
}

._20-percent-column {
  width: 20%;
  padding-top: 20px;
  display: none;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 7px;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.answer {
  margin-bottom: 10px;
  font-size: 16px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 15px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.plus {
  background-image: url('../images/Plus_1Plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-top: 11px;
}

.faq-set {
  margin-bottom: 60px;
}

.faq-set.no-margin {
  margin-bottom: 0;
}

.faq-set.no-margin.sdr, .faq-set.no-margin.sdrtfd, .faq-set.imps, .faq-set.sdsd {
  display: none;
}

.hero-column {
  width: 60%;
  max-width: 580px;
}

.slider-dots {
  display: none;
}

.navbar {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

.navlink {
  color: #000;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--text-gray);
}

.navlink.fragenn {
  display: none;
}

.mini-play {
  background-color: #677583;
  background-image: url('../images/Play_1Play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  transition: transform .2s;
  position: relative;
  right: 13px;
}

.mini-play:hover {
  transform: scale(1.1);
}

.slide-play-box {
  justify-content: center;
  align-items: center;
  margin-left: 20%;
  display: flex;
}

.testimonial {
  width: 89%;
}

.iphone-expand {
  flex: 1;
}

.subtitle-box {
  width: 63%;
}

.slider-copy {
  background-color: #0000;
  height: 100%;
}

.tab-pane {
  height: 100%;
}

.nav-menu {
  height: 60px;
  display: flex;
}

.preloader {
  z-index: 100000000;
  background-color: var(--body-bg);
  color: var(--text-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.page-center-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._404 {
  font-size: 120px;
  line-height: 120px;
}

.input-password {
  border: 1px solid var(--lines);
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  font-size: 15px;
}

.login-button {
  background-color: var(--button);
  width: 100%;
  height: 53px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: var(--blue-hover);
}

.image {
  width: auto;
}

.navbar-bg {
  background-color: var(--body-bg);
  position: absolute;
  inset: 0%;
}

.element {
  background-color: var(--gray-bg);
}

.element-2 {
  background-color: var(--body-bg);
}

.relative {
  position: relative;
  transform: rotate(0);
}

.client-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.client-bg.facebook {
  background-image: url('../images/romina-farias-B5LZDN_t_fc-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.google {
  background-image: url('../images/mor-shani-hfMz6T7F1vE-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.spotify {
  background-image: url('../images/dane-wetton-t1NEMSm1rgI-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.audi {
  background-image: url('../images/foto-garage-ag-LAJO7_N3_sw-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.tc {
  background-image: url('../images/dylan-sauerwein-iPhWIgkWGPw-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.uber {
  background-image: url('../images/madison-lavern-D2uK7elFBU4-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.airbnb {
  background-image: url('../images/3b.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.esquire {
  background-image: url('../images/kira-auf-der-heide-_Zd6COnH5E8-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.client-bg.nike {
  background-image: url('../images/toa-heftiba-a9pFSC8dTlo-unsplash.jpg');
  background-size: cover;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

._3 {
  width: 33.3333%;
  position: relative;
}

.second-word {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  height: 100px;
  position: relative;
  transform: rotate(0);
}

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

.first-word {
  transform-style: preserve-3d;
  height: 100px;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.sample-set-5, .sample-set-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.slider-client {
  width: 33.3333%;
  height: 540px;
  position: relative;
  transform: rotate(0);
}

.mask {
  height: 100%;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--body-bg);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-bg.gray {
  background-color: var(--gray-bg);
}

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

.figure-service {
  background-image: url('../images/Purple.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  width: 248px;
  height: 350px;
  position: absolute;
  inset: auto auto 6% -136px;
}

.absolute-bg {
  background-color: var(--gray-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-bg.black {
  background-color: #000;
}

.absolute-bg.gainsboro {
  background-color: var(--gainsboro);
}

.absolute-bg.light-gray {
  background-color: var(--light-grey);
}

.absolute-bg.girl-bg {
  background-color: var(--girl-bg);
}

.absolute-bg.gray {
  background-color: var(--body-bg);
}

.feature-block {
  width: 31%;
}

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

.scale-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.scale-bg.painting {
  filter: brightness(53%);
  background-image: url('../images/dane-wetton-t1NEMSm1rgI-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 100%;
}

.scale-bg.painting.fitnness_01 {
  background-image: none;
}

.scale-bg.meeting {
  background-image: url('../images/austin-distel-1555607-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-arrow {
  opacity: .4;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: .9;
}

._80-percent-column-copy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.buy-template-button {
  color: #001b42;
  text-align: center;
  background-color: #0000;
  border: 2px solid #001b42;
  border-radius: 25px;
  height: 45px;
  padding-top: 9px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  position: relative;
  top: 7px;
  overflow: hidden;
}

.buy-template-button:hover {
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
}

.left-border {
  display: none;
}

.absolute-bg-2 {
  background-color: var(--gray-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-bg-2.gray {
  background-color: var(--gray-bg);
}

.absolute-bg-3, .absolute-bg-4 {
  background-color: var(--gray-bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.top-service-bg {
  background-color: var(--gray-bg);
  width: 100%;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.video-instruction {
  width: 100%;
  margin-bottom: 20px;
}

.slide-nav {
  font-size: 13px;
}

.position-sticky {
  position: sticky;
  top: 80px;
}

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

.w_rotational_word {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate(0, 50px);
}

.w_rotational_word.cc_word1 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word2 {
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word3 {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.w_rotational_word.cc_word4 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.image-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 800px;
  max-height: 800px;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 500px;
  height: 500px;
}

.image-4 {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 500px;
}

.image-5 {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 250px;
  overflow: visible;
}

.image-6 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 250px;
}

.image-7 {
  object-fit: cover;
  min-height: 100%;
  max-height: 250px;
}

.clock-number {
  color: var(--white);
  font-size: 80px;
  line-height: 70px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.wrapper {
  background-image: linear-gradient(#002356, #002356);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 8%;
}

.js-clock {
  justify-content: center;
  align-items: center;
  margin-top: -9px;
  font-size: 16px;
  display: block;
  position: relative;
  bottom: -111px;
}

.clock-label {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #b6b6b6;
  border-radius: 20px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: auto 0% 1.5%;
}

.button-2:hover {
  transform: translate(0, -2px);
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 4.24vw;
  font-family: Maven Pro, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.section {
  background-color: #002356;
  margin-bottom: 1100px;
  padding-bottom: 0;
}

.image-8 {
  text-align: center;
  object-fit: fill;
  border-radius: 6px;
  width: auto;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.section-2 {
  background-color: var(--corp-blau);
  background-image: linear-gradient(#01112b, #011029);
  min-height: 100vh;
  position: relative;
}

.div-block-2 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
}

.div-block-3 {
  text-align: center;
  margin-top: 63px;
}

.image-9 {
  object-fit: cover;
  max-width: 110%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.image-10 {
  object-fit: fill;
}

.h2 {
  color: var(--white);
  text-align: center;
}

.h2.welcome.mob {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 30px;
  padding-top: 0;
  font-family: Maven Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.image-11 {
  max-width: 500px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.js-clock-2 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: Maven Pro, sans-serif;
  font-size: 10px;
  display: flex;
  position: relative;
  bottom: -142px;
}

.box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  font-family: Maven Pro, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.clock-label-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
}

.lottie-animation {
  width: 600px;
  height: 600px;
}

.lottie-animation-2 {
  text-align: center;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 1%;
}

.image-13 {
  z-index: 3;
  width: 80px;
  margin-top: 7px;
  margin-left: 15px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-14.desk {
  display: none;
}

.link-2 {
  color: var(--corp-blau);
}

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

.link-3 {
  color: var(--deep-sky-blue);
}

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

.container {
  text-align: left;
  margin-top: 0;
}

.text-span-3 {
  color: var(--text-gray);
}

.text-span-4 {
  color: var(--shadow);
}

.f {
  color: var(--orange);
}

.link-4, .link-5 {
  color: var(--text-gray);
}

.link-6, .link-7 {
  color: var(--link-hover);
}

.menu-item {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.button-3 {
  color: #000;
  background-color: #ff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-3:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-3.search-form-button {
  background-color: #3c5ccf;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
}

.sfgr5z4dzu5fijkjzt {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.bufttonsdsds {
  color: #000;
  background-color: #0000;
  border: 1px solid #ff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 12px #ff0, inset 0 0 20px 20px #0000;
}

.bufttonsdsds:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.probetraining {
  color: #ff0;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #a25f4b4d;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.panel-body {
  z-index: auto;
  clear: both;
  color: #00000080;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body.modal-panel-body {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.modal-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.brand-2 {
  border-bottom-style: none;
  transition: opacity .4s;
  left: 0%;
}

.brand-2:hover {
  opacity: .8;
}

.content-width-medium {
  width: 100%;
  max-width: 612px;
}

.content-width-medium.modal-content {
  z-index: 2;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  color: #000;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  opacity: 1;
}

.menu-item-wrap.w--current {
  opacity: 1;
  font-family: Montserrat, sans-serif;
}

.form-input {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
}

.form-input:focus {
  color: #fff;
  background-color: #ffffff40;
}

.form-input::placeholder {
  color: #ffffff80;
}

.form-input.form-input-large {
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-input.form-input-large.search-modal-input {
  padding-right: 96px;
}

.modal-panel-bg {
  background-color: #12141d;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.navbar-buttons {
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.modal-background {
  background-color: #12141de6;
  position: absolute;
  inset: 0%;
}

.nav-menu-2 {
  color: #ffffff80;
  flex: 1;
  justify-content: flex-start;
  min-height: auto;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.panel {
  direction: ltr;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 250px;
  max-height: none;
  display: flex;
  position: relative;
}

.panel.modal-panel {
  position: relative;
}

.navbar-controls {
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.wrap-copy {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-copy.cc-menu-copy {
  z-index: 2000;
  color: #ffffffd9;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px 16px;
  display: none;
  right: auto;
}

.search-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.html-embed {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.go-up-button-copy2 {
  z-index: 20;
  background-color: var(--lines);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: auto;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
}

.go-up-button-copy2.w--current {
  z-index: 100;
}

.iubenda-advertising-preferences-link {
  z-index: 20;
  background-color: var(--body-bg);
  color: #fff;
  background-image: url('../images/Unknown.svg');
  background-repeat: no-repeat;
  background-size: 40px 100%;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: auto;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
}

.iubenda-advertising-preferences-link.w--current {
  z-index: 100;
}

.html-embed-2 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: var(--black);
  min-width: 300px;
  max-width: 300px;
  font-size: 20px;
}

.button-4 {
  background-color: var(--gainsboro);
  border-radius: 10px;
  min-width: 250px;
  max-width: 350px;
  min-height: 50px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fitness_01 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fitness_01.painting {
  height: auto;
  margin-top: 30px;
  padding-top: 7%;
  padding-bottom: 7%;
}

.fitness_01.painting.mission {
  margin-top: 0;
}

.finrss_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.quote_fitness {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Karla, sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 35px;
}

.h1-hero_trainning {
  font-size: 40px;
  line-height: 80px;
}

.text-span-5 {
  color: #ff0004;
}

.text-span-5._343 {
  margin-top: 30px;
  display: block;
}

.resolved {
  color: var(--green);
  text-align: center;
  font-size: 25px;
}

.field-row {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: var(--text-gray);
  cursor: pointer;
  border-style: none;
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 10px;
  transition: background-color .2s;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-image: url('../images/icon-check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 2px;
  height: 16px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 12px;
}

.checkbox-label.text-small {
  text-align: left;
  padding-left: 20px;
}

.form-block {
  display: none;
}

.intro_banner_01 {
  text-align: center;
  background-color: #ff715b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.intro_banner_01:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.intro_banner_01.intro_banner_02 {
  z-index: 300;
  clear: none;
  opacity: 1;
  color: #000;
  object-fit: fill;
  background-color: #d6aa7d;
  border-radius: 0;
  flex-wrap: nowrap;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: sticky;
  inset: 69px auto auto;
  overflow: visible;
  box-shadow: inset 0 0 20px 20px #0000;
}

.intro_banner_01.intro_banner_02.mhs {
  z-index: 0;
  background-color: var(--mh-gelb);
  top: 60px;
}

.dasteam {
  height: auto;
}

.container-2 {
  padding-top: 50px;
}

.image-17 {
  max-width: 40%;
  display: inline-block;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-5._22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--lines);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

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

.grid.zeiten {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  background-color: #0000;
  flex: none;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.carousel {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-18 {
  object-fit: contain;
  min-height: 76vh;
  max-height: 76vh;
}

.image-19 {
  background-color: var(--white);
  background-image: linear-gradient(#dddfe5, #d4d4d4);
  border-radius: 20px;
  max-width: 100%;
}

.div-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.scroll-bar {
  z-index: 9999;
  background-color: var(--corp-blau);
  width: 100%;
  height: 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-8, .div-block-9, .div-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.button-5 {
  background-color: var(--corp-blau);
  text-align: center;
  border-radius: 10px;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.div-block-11 {
  text-align: center;
}

.div-block-12 {
  position: relative;
  inset: auto;
}

.link-block-2 {
  width: 100%;
  height: 40px;
  margin-top: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  .content-section.iphone.pic {
    margin-top: -100px;
    position: relative;
  }

  .h1-large.welcome {
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 100px;
  }

  .send-button.trsaining:hover {
    background-image: linear-gradient(166deg, var(--link), var(--gray-hover));
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .image-8 {
    height: 200px;
  }

  .h2.welcome.mob {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .js-clock-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    inset: auto 0% 14%;
  }

  .image-13 {
    margin-left: 100px;
  }

  .wrap-copy.cc-menu-copy {
    display: none;
  }

  .iubenda-advertising-preferences-link {
    margin-right: 20px;
  }

  .image-19 {
    width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .bottom-margin.tablet {
    padding-bottom: 30px;
  }

  .content-wrapper.wide {
    background-color: var(--body-bg);
    padding-right: 0;
    display: block;
  }

  .content-section {
    padding-bottom: 0;
  }

  .hero-section {
    padding-top: 200px;
  }

  .center-box {
    width: 78%;
  }

  .heading-box {
    width: 80%;
  }

  .intro-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-border {
    margin-right: 15px;
  }

  .absolute.girl {
    padding-left: 3%;
    padding-right: 3%;
  }

  .underline-hover.services, .underline-hover.work, .underline-hover.faq, .underline-hover.blog, .underline-hover.contact-us, .underline-hover.about {
    display: none;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 155px);
  }

  .left-newsletter {
    flex: 1;
    padding-right: 23px;
  }

  .right-newsletter {
    background-size: contain;
    width: 55%;
  }

  .figure-1 {
    margin-left: -44%;
  }

  .figure-2 {
    margin-top: -225px;
    margin-right: -175px;
  }

  .iphone-left {
    width: 40%;
    margin-right: 50px;
  }

  .iphone-right {
    padding-bottom: 80px;
  }

  .top-bg {
    display: none;
  }

  .first-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .quote-box {
    padding: 45px 7%;
  }

  .service-icon-box._1, .service-icon-box._2, .service-icon-box._3 {
    background-size: 70%;
  }

  .center-flex {
    width: 50%;
  }

  .column-text-start {
    width: 37%;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .iphone-x {
    width: 44%;
  }

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

  .curve-bg {
    width: 41%;
    bottom: 0;
    right: 0;
  }

  .service-sample {
    width: 280px;
    height: 490px;
  }

  .sevice-absolute {
    margin-top: -432px;
  }

  .hero-column {
    width: 80%;
  }

  .navlink {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #ced1da;
  }

  .testimonial {
    width: 100%;
  }

  .subtitle-box {
    width: 90%;
  }

  .menu-button {
    color: var(--text-gray);
    background-color: #0000;
    height: 60px;
  }

  .menu-button.w--open {
    background-color: var(--gray-bg);
    color: var(--green);
  }

  .nav-menu {
    text-align: left;
    background-color: #0000;
    align-items: stretch;
    height: 60px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
    overflow: auto;
  }

  .navbar-bg {
    display: block;
    inset: 0% 0% 0% auto;
  }

  .figure-service {
    left: -188px;
  }

  .buy-template-button {
    flex: 0 auto;
  }

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

  .js-clock {
    width: 66%;
  }

  .button-2 {
    color: #b8b8b8;
    text-align: center;
    letter-spacing: .24vw;
    text-transform: lowercase;
    background-color: #f8f8f8;
    border-radius: 20px;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    transition: all .2s ease-in-out;
    position: absolute;
    inset: auto 25% 1.5%;
    box-shadow: 4px 4px 20px -2px #00000057;
  }

  .button-2:hover {
    width: 25%;
    transform: translate(0, -1px);
  }

  .link-6, .link-7 {
    color: var(--link-hover);
  }

  .button-3.w--current, .bufttonsdsds.w--current {
    flex-wrap: nowrap;
  }

  .menu-item-deco-line {
    display: none;
  }

  .brand-2 {
    flex: 1;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .image-15 {
    filter: contrast(63%);
    border: 1px #000;
  }

  .nav-menu-2 {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .navbar-controls {
    align-items: center;
    margin-right: 5%;
  }

  .wrap-copy {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-copy.cc-menu-copy {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    margin-left: 30px;
    margin-right: 12px;
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .content-wrapper.wide {
    display: block;
  }

  .content-section, .content-section.top-padding {
    padding-top: 80px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .content-section.wallpaper {
    height: 370px;
  }

  .content-section.double-hidden {
    padding-bottom: 100px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.facebook, .social-icon.twittter, .social-icon.instagram {
    background-size: 12px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-section.services {
    min-height: auto;
  }

  .h1-large {
    font-size: 80px;
    line-height: 90px;
  }

  .h1-large.welcome {
    font-size: 60px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .subtitle.large {
    font-size: 23px;
    line-height: 32px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 50px;
  }

  .center-box.large {
    width: 80%;
  }

  .heading-box {
    width: 90%;
  }

  .h2-big {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .icon-border {
    margin-bottom: 15px;
  }

  .h3-big {
    font-size: 37px;
    line-height: 44px;
  }

  .bg-section.painting {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .half-column {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quote {
    font-size: 45px;
    line-height: 60px;
  }

  .absolute.girl {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer {
    margin-top: 100px;
  }

  .footer-column {
    align-items: flex-start;
    width: 51%;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-expand {
    flex-direction: row;
  }

  .bottom-line {
    margin-bottom: 30px;
  }

  .post-preview-large {
    padding-bottom: 20px;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 113px);
  }

  .left-newsletter {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .success-message.height {
    height: auto;
  }

  .right-newsletter {
    background-size: contain;
    width: 100%;
    height: 400px;
  }

  .top-newsletter {
    display: none;
  }

  .figure-1 {
    margin-left: -59%;
  }

  .figure-6 {
    margin-right: -142px;
  }

  .work-box-grid {
    margin-bottom: 15px;
  }

  .hero-about-us {
    width: 80%;
  }

  .h1-hero {
    font-size: 65px;
    line-height: 74px;
  }

  .about-text-box {
    flex-direction: column;
  }

  .partial-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .numbers-right, .iphone-left {
    width: 100%;
  }

  .iphone-right {
    justify-content: flex-start;
    width: 100%;
  }

  .top-bg {
    display: block;
  }

  .features-set {
    border-bottom: 1px none var(--lines);
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .features-set._3 {
    width: 100%;
  }

  .features-item {
    text-align: center;
    flex-direction: column;
    width: 50%;
    padding-right: 10px;
  }

  .features-item._2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .features-item._1 {
    margin-bottom: 0;
  }

  .features-item._3 {
    width: 50%;
    margin-bottom: 0;
  }

  .features-item._5 {
    margin-bottom: 0;
  }

  .features-item._4, .features-item._6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
  }

  .first-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .second-section {
    width: 50%;
  }

  .short-testimonial {
    font-size: 35px;
    line-height: 54px;
  }

  .quote-marks {
    font-size: 410px;
    line-height: 460px;
  }

  .third-section {
    width: 50%;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .iphone-offset {
    bottom: -116px;
  }

  .service-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-text-start {
    width: 44%;
  }

  .iphones-x-box {
    width: 56%;
  }

  .iphone-x {
    width: 79%;
  }

  .iphone-x._2 {
    display: none;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-menu-flex {
    width: 100%;
    margin-bottom: 25px;
  }

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

  .mini-item {
    flex-direction: column;
  }

  .service-hero-left {
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-contact-us {
    width: 80%;
  }

  .samples-container {
    margin-top: -168%;
    margin-left: -134%;
  }

  .curve-bg {
    background-image: url('../images/Curve.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 56%;
  }

  .works-section {
    height: 450px;
  }

  .year, .works {
    font-size: 65px;
  }

  .service-hero-right {
    width: 40%;
  }

  .service-sample {
    width: 230px;
    height: 380px;
  }

  .sevice-absolute {
    margin-top: -344px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .hero-column {
    width: 95%;
  }

  .navlink {
    height: 45px;
    padding-top: 6px;
  }

  .iphone-expand {
    flex: 0 auto;
    margin-bottom: 25px;
  }

  .nav-menu {
    display: none;
  }

  .second-word, .first-word {
    height: 87px;
  }

  .buy-template-button {
    height: 45px;
  }

  .w_rotational_word.cc_word1 {
    transform: translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word2 {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word3 {
    transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }

  .w_rotational_word.cc_word4 {
    transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -43px);
  }

  .clock-number {
    font-size: 8vw;
  }

  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }

  .button-2 {
    width: 33%;
  }

  .form-input.form-input-large {
    height: 48px;
    padding-left: 20px;
  }

  .navbar-buttons {
    display: none;
  }

  .nav-menu-2 {
    background-color: var(--gray-bg);
    margin-left: 0;
    display: block;
  }

  .wrap-copy {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-copy.cc-menu-copy {
    margin-left: 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fitness_01.painting {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .quote_fitness {
    font-size: 45px;
    line-height: 60px;
  }

  .h1-hero_trainning {
    font-size: 65px;
    line-height: 74px;
  }

  .intro_banner_01 {
    height: 48px;
  }

  .div-block-5 {
    width: auto;
  }

  .image-18 {
    max-height: 40vh;
  }
}

@media screen and (max-width: 479px) {
  .bottom-margin._50-pixels, .bottom-margin.services {
    padding-bottom: 30px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.wide {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.iphone.pic {
    z-index: -2;
  }

  .content-section.wallpaper {
    height: 270px;
  }

  .hero-section {
    display: none;
  }

  .h1-large {
    font-size: 50px;
    line-height: 50px;
  }

  .h1-large.welcome {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  ._50-percent-column {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .subtitle {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle.sdsr {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle.sdsr.mobs.smal {
    font-size: 16px;
  }

  .subtitle.nnej {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .subtitle.mob {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
  }

  .center-box {
    width: 90%;
    margin-bottom: 45px;
  }

  .heading-box {
    width: 100%;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .intro-features {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .inline-block.right-border {
    font-size: 15px;
  }

  .flex-space {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .flex {
    width: 350px;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .flex.center {
    margin-left: auto;
    margin-right: auto;
  }

  .h3-big {
    margin-top: 50px;
  }

  .column-text-end {
    width: 100%;
  }

  .column-text-end.mobile-margin {
    margin-bottom: 25px;
  }

  ._90-percent-column.full {
    width: 100%;
    max-width: 600px;
  }

  .right-arrow {
    display: none;
  }

  ._36-percent-column {
    width: 100%;
    margin-bottom: 25px;
  }

  .background-image {
    width: 100%;
    height: 300px;
  }

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

  .bg-section.painting.mission {
    z-index: -2;
  }

  .half-column {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .team-title.white.title-wjite.bold {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .feaature {
    width: 100%;
    max-width: 350px;
  }

  .quote-container {
    width: 100%;
  }

  .quote {
    font-size: 30px;
    line-height: 40px;
  }

  .absolute.girl {
    padding-left: 42px;
    padding-right: 42px;
  }

  .insta-pic {
    width: 49%;
    margin-bottom: 2%;
  }

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

  .footer-column {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .menu {
    display: block;
  }

  .menu.no-margin {
    flex: none;
    order: 1;
    align-self: auto;
    width: 200px;
    margin: 0;
    display: block;
  }

  .menu.ssocial-media {
    display: none;
  }

  .footer-expand {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }

  .gray, .content-padding {
    width: 300px;
  }

  .post-preview-large {
    width: 100%;
  }

  .post-preview-large.mobile-margin {
    margin-bottom: 40px;
  }

  .turned-around-text {
    display: none;
  }

  .work-preview.first {
    transform: translate3d(0, 0, 59px);
  }

  .work-box {
    width: 100%;
    margin-bottom: 25px;
  }

  .h1-medium {
    font-size: 40px;
    line-height: 60px;
  }

  .preview-thumbnail {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .left-newsletter {
    padding-bottom: 20px;
  }

  .form {
    max-width: 350px;
  }

  .right-newsletter {
    height: 200px;
  }

  .figure-1 {
    margin-left: -136%;
  }

  .figure-2 {
    margin-right: -272px;
  }

  .work-box-grid {
    width: 100%;
  }

  ._22-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-about-us {
    width: 90%;
  }

  .h1-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .about-features {
    width: 100%;
    max-width: 350px;
  }

  .partial-left {
    width: 100%;
  }

  .partial-right {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partial-right.justify-start {
    padding-bottom: 60px;
  }

  .numbers-box {
    width: 100%;
    margin-bottom: 35px;
  }

  .partial-bg-left.wallpaper, .tab {
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
    margin-bottom: 25px;
  }

  .iphone-left {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: stretch;
    width: 300px;
    margin-right: 0;
    display: block;
  }

  .iphone-right {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .box-feature-icon {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 35px;
  }

  .box-feature-text {
    flex: 0 auto;
  }

  .features-set {
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .features-item {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
  }

  .features-item._2 {
    width: 100%;
    padding-left: 0;
  }

  .features-item._1 {
    margin-bottom: 40px;
  }

  .features-item._3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .features-item._5 {
    margin-bottom: 40px;
  }

  .features-item._4, .features-item._6 {
    width: 100%;
    padding-left: 0;
  }

  .first-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .fixed-width-section {
    width: 100%;
  }

  .second-section {
    width: 100%;
    padding-top: 63px;
  }

  .short-testimonial {
    font-size: 36px;
    line-height: 53px;
  }

  .quote-box {
    width: 90%;
  }

  .large-quote {
    font-size: 48px;
    line-height: 58px;
  }

  .partial-bg.green {
    display: none;
  }

  .third-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-button {
    font-size: 19px;
    line-height: 25px;
  }

  .partial-left-center {
    width: 100%;
  }

  .iphone-offset {
    bottom: -105px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .service-icon-box._1, .service-icon-box._2, .service-icon-box._3 {
    background-size: 50%;
  }

  .center-flex {
    width: 100%;
  }

  .center-start {
    flex: 0 auto;
    width: 100%;
    padding-top: 35px;
  }

  .service-item.no-margin {
    padding-bottom: 0;
  }

  .column-text-start {
    width: 100%;
    padding-bottom: 50px;
  }

  .iphones-x-box {
    width: 100%;
  }

  .iphone-x {
    width: 40%;
  }

  .iphone-x._2 {
    display: block;
  }

  .tabs-menu-flex {
    align-items: center;
  }

  .feature-tab {
    max-width: 350px;
  }

  .left-block {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
  }

  .block-item.no-margin {
    margin-bottom: 0;
  }

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

  .mini-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .mini-item.mobile-margin {
    margin-bottom: 0;
  }

  ._60-percent-column {
    width: 100%;
    padding-left: 0;
  }

  ._40-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-hero-left {
    width: 80%;
  }

  .text-field {
    width: 100%;
    margin-bottom: 10px;
  }

  ._57-percent-column {
    width: 100%;
  }

  .send-button.trsaining {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-details {
    width: 100%;
    padding-left: 0%;
  }

  .work-sample {
    width: 260px;
    height: 160px;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .samples-container {
    margin-top: -185%;
    margin-left: -126%;
  }

  .curve-bg {
    width: 110%;
    left: 7px;
  }

  .service-hero-right {
    width: 20%;
  }

  .service-set-3 {
    display: none;
  }

  ._20-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .slider-dots {
    display: block;
    position: relative;
  }

  .navbar {
    z-index: 2;
    display: block;
  }

  .navlink {
    text-align: center;
    margin-right: 0;
    padding-right: 20px;
  }

  .navlink.w--current, .navlink.erfahrung {
    text-align: center;
    margin-right: 0;
    padding-right: 20px;
    display: none;
  }

  .testimonial {
    width: 90%;
    max-width: 346px;
  }

  .subtitle-box {
    width: 100%;
  }

  .slider-copy {
    height: 500px;
  }

  .menu-button {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .nav-menu {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 10px;
    display: block;
  }

  .icon {
    width: 30px;
  }

  .navbar-bg {
    display: none;
  }

  .second-word, .first-word {
    height: 50px;
  }

  .slider-client {
    width: 100%;
    max-width: 350px;
  }

  .figure-service {
    left: -201px;
  }

  .feature-block {
    width: 100%;
  }

  .scale-bg.painting {
    z-index: -2;
  }

  .left-border {
    display: none;
  }

  .w_rotational_word.cc_word1 {
    transform: translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word2 {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word3 {
    transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

  .w_rotational_word.cc_word4 {
    transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -25px);
  }

  .image-2 {
    width: auto;
    height: 500px;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
  }

  .box.box-3 {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    width: 50%;
  }

  .heading {
    text-align: center;
    font-size: 12vw;
    line-height: 70px;
  }

  .image-8 {
    width: 180px;
    height: auto;
  }

  .section-2 {
    min-height: 80vh;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .image-9 {
    flex: 0 auto;
    align-self: center;
    min-width: 100vw;
    max-width: 100%;
    max-height: none;
  }

  .h2.welcome.mob {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 18px;
    line-height: 35px;
  }

  .image-11 {
    z-index: 5;
    max-width: 250px;
  }

  .js-clock-2 {
    margin-top: 5px;
    display: flex;
    position: static;
  }

  .clock-number-2 {
    font-size: 35px;
  }

  .clock-label-2 {
    font-size: 10px;
  }

  .image-12 {
    margin-top: 181px;
    display: inline;
  }

  .image-13 {
    z-index: 6;
    width: 70px;
    margin-top: 10px;
    margin-left: 13px;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .image-13.mobs {
    display: block;
  }

  .image-14 {
    display: none;
  }

  .div-block-4 {
    flex-direction: row;
  }

  .menu-item {
    color: var(--black);
    font-family: Maven Pro, sans-serif;
    font-size: 14px;
  }

  .menu-item-deco-line {
    display: none;
  }

  .panel-body {
    padding: 24px;
  }

  .nav-menu-2 {
    background-color: #c1c3cc;
    margin-left: 0;
  }

  .panel {
    border-radius: 0;
    margin: 10px;
  }

  .navbar-controls {
    text-align: right;
    margin-right: auto;
  }

  .wrap-copy {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-copy.cc-menu-copy {
    background-color: var(--body-bg);
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .menu-button-2 {
    text-align: right;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .image-16 {
    height: 25px;
  }

  .link-8 {
    width: 300px;
    display: inline;
  }

  .iubenda-advertising-preferences-link {
    bottom: 6px;
    left: 3px;
  }

  .button-4 {
    margin-top: 20px;
  }

  .fitness_01.painting {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quote_fitness {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
  }

  .h1-hero_trainning {
    font-size: 37px;
    line-height: 60px;
  }

  .resolved {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox {
    transition: background-color .2s;
  }

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

  .intro_banner_01.intro_banner_02.mhs {
    height: 60px;
    font-size: 17px;
    top: 60px;
  }

  .div-block-5 {
    width: 350px;
  }

  .div-block-5._22 {
    width: auto;
  }

  .grid.zeiten {
    flex-direction: column;
    place-items: center;
    width: auto;
    display: flex;
  }

  .gallery-wrapper {
    z-index: -2;
    position: relative;
  }

  .image-18 {
    max-height: 65vw;
  }

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

  .scroll-bar {
    z-index: -1;
    width: 2%;
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .div-block-7 {
    height: 70px;
  }

  .button-5 {
    width: auto;
  }
}


