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

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

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

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

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

@font-face {
  font-family: Familjengrotesk_Google;
  src: url('../fonts/FamiljenGrotesk-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Familjengrotesk_Google;
  src: url('../fonts/FamiljenGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --carmen-braun: #b29b89;
  --carmen-gruen: #5e6a68;
  --font-grey: #343434;
  --white-overlay: #ffffffbf;
  --white: white;
  --off-white: #e4d9d1;
  --mint: #e4e9e3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #121e38;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk;
  font-size: 5rem;
  font-weight: 600;
  line-height: 115%;
}

h2 {
  color: #121e38;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 4.375rem;
}

h3 {
  color: #121e38;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h4 {
  color: #121e38;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h5 {
  color: #121e38;
  letter-spacing: .02rem;
  text-transform: uppercase;
  min-width: 44px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 125%;
}

h6 {
  color: #121e38;
  letter-spacing: -.01rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hanken Grotesk;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 125%;
}

p {
  color: #4a4b5c;
  letter-spacing: .002rem;
  min-width: 44px;
  min-height: 44px;
  margin-bottom: 10px;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.125rem;
  line-height: 165%;
}

a {
  color: var(--carmen-braun);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--carmen-gruen);
}

li {
  color: #4a4b5c;
  letter-spacing: .002rem;
  min-width: 44px;
  min-height: 44px;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 165%;
}

blockquote {
  color: #4a4b5c;
  letter-spacing: .002rem;
  border-left: 0 solid #e2e2e2;
  min-width: 44px;
  min-height: 44px;
  margin-bottom: 0;
  padding: 0 0 1rem;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 150%;
}

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.hero-section {
  background-image: url('../images/Home-Banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 104vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.hero-section.home-two-bg {
  background-image: url('../images/Home-Two-Banner.webp');
}

.hero-section.home-two-bg.home-two-hero {
  background-image: linear-gradient(#0003, #0003), url('../images/Home-Two-Banner.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.home-three-bg {
  background-image: url('../images/Home-Three-Banner-Bg.webp');
  background-position: 50%;
}

.hero-section.home-three-bg.home-three-hero {
  background-image: linear-gradient(#0003, #0003), url('../images/Home-Three-Banner-Bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.home-one-hero {
  background-image: url('../images/027.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.container-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1320px;
  padding-top: 80px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.banner-main-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  margin-top: 114px;
  display: flex;
}

.bannerr-text-div {
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  max-width: 63%;
  display: flex;
}

.main-heading {
  color: #fff;
  letter-spacing: -.005rem;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-right: 0;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-weight: 400;
  position: relative;
}

.button-in-hero {
  width: auto;
  height: auto;
  display: flex;
}

.button-in-hero.fixed-width-btn {
  width: 240px;
}

.button-in-hero.full-width-button-for-password {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.button-in-hero.full-width-button-for-password.first-button {
  margin-top: 70px;
}

.button-in-hero.full-width-button-for-password.first-button.half-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-in-hero.full-width-button-for-password.second-button {
  margin-top: 1.9rem;
}

.button-in-hero.full-width-button-for-password.second-button.half-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-in-hero.case-study-btn {
  width: 240px;
}

.button-in-hero.padding-top-oneem-for-mobile {
  padding-top: 0;
}

.button-in-hero.landing-btn {
  width: 260px;
}

.button-in-hero.service-button {
  justify-content: center;
}

.button-text {
  letter-spacing: .16rem;
  margin-top: -2px;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.button-text.black {
  color: #000411;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
  position: static;
  overflow: hidden;
}

.primary-button {
  z-index: 10;
  background-color: var(--carmen-braun);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: .28em;
  text-transform: uppercase;
  border: 0 solid #935d4b;
  min-width: auto;
  min-height: auto;
  padding: 1.2rem 1.5em;
  font-family: Antonio;
  font-size: 1.125rem;
  line-height: 180%;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

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

.primary-button.w--current:hover {
  color: #fff;
  background-color: #b29b89a8;
  border-color: #b07b6a;
}

.primary-button.transparent-btn {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.primary-button.second-button {
  background-color: #090909;
  border-color: #090909;
}

.button-arrow {
  object-fit: cover;
  min-width: 1.06em;
  position: absolute;
}

.home-section-intro {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/06_HG_web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 200px;
  overflow: hidden;
}

.wide-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.get-wide-image {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: none;
  display: flex;
}

.get-wide-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6%;
  display: flex;
}

.text-block-main {
  width: auto;
  min-height: auto;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-main.margin-top-one {
  width: 100%;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-main.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.text-block-main.margin-top-one.deeo-grey.width-half {
  color: #ffffffb3;
  width: 80%;
}

.text-block-main.margin-top-one.deeo-grey.width-quarter {
  width: 90%;
}

.text-block-main.margin-top-one.deep-grey {
  color: #ffffffb3;
}

.text-block-main.margin-top-one.margin-bottom-1em {
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
}

.text-block-main.margin-bottom-1em {
  margin-bottom: 1em;
}

.text-block-main.deep-grey {
  color: #ffffffb3;
}

.text-block-main.bold-text {
  color: #000;
  font-family: Questrial;
  font-weight: 400;
}

.text-block-main.bold-text.margin-top-one {
  font-weight: 400;
}

.text-block-main.blog-date {
  background-image: url('../images/Calendar_1Calendar.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: .125em;
  margin-left: 0;
  padding-left: 1.5rem;
}

.text-block-main.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.text-block-main.margin-top-0-5-rem {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.text-block-main.margin-top-0-5-rem.half-width-text {
  padding-right: 16%;
}

.container-two {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin-top: 4.3em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.home-section-uber-mich {
  background-image: url('../images/Rectangel-20pro-transparent-green.webp'), linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/06_HG_web.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, scroll;
  padding-top: 13.6em;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.create-culture {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.create-image-responsive {
  display: none;
  position: absolute;
  top: auto;
  left: 50%;
}

.create-image-desktop {
  position: static;
}

.big-heading {
  color: #121e38;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  margin-right: 0;
  font-family: Hanken Grotesk;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 125%;
}

.create-culture-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2em;
  display: flex;
}

.create-culture-image {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container-three {
  border-bottom: 0 #000;
  align-items: center;
  max-width: 1320px;
  padding-bottom: 120px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.padding-top-threeem {
  padding-top: 3em;
}

.home-section-four {
  padding-top: 10.7em;
  padding-bottom: 10.1em;
  display: none;
  overflow: hidden;
}

.three-box-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.box-one-home {
  text-align: center;
}

.heading-discover {
  margin-bottom: 0;
}

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

.solving-problems-box {
  background-color: var(--carmen-gruen);
  text-align: right;
  order: 0;
  align-self: auto;
  width: 45%;
  padding: 3.125em 4em 3.4375em;
  display: block;
}

.get-started-box {
  justify-content: flex-end;
  margin-top: 2rem;
  display: flex;
}

.home-section-six {
  background-color: #1e2026;
  padding-top: 7.1875rem;
  padding-bottom: 8em;
  display: none;
  overflow: hidden;
}

.expertise-advice-text-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.expertise-advice {
  grid-column-gap: 138px;
  grid-row-gap: 138px;
  max-width: none;
  display: flex;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.case-study-section-one {
  background-color: #1d1d1f;
  background-image: linear-gradient(#1c1f1f8f, #1c1f1f8f), url('../images/001.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: -2px;
  padding-top: 9.8em;
  display: block;
  overflow: hidden;
}

.case-study-button {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.case-study-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.case-study {
  grid-column-gap: 405px;
  grid-row-gap: 405px;
  display: flex;
}

.client-section {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 6.25rem;
  display: none;
  overflow: hidden;
}

.client-section.contact-one-client {
  background-color: #e3dad0;
}

.who-with-us {
  text-align: center;
  flex: 0 auto;
  padding-left: 17em;
  padding-right: 17em;
  display: block;
}

.home-client-marque-slider {
  background-color: #242020;
}

.home-client-marque-slider.wht {
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.marque-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-container {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marque-container-one {
  flex: none;
  width: auto;
  display: flex;
}

.marque-train-wrapper {
  flex: none;
  align-items: center;
  margin-right: 24px;
  padding: 12px 24px;
  display: flex;
}

.marque-container-two {
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.marque-container-three {
  flex: none;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #000;
  background-image: url('../images/015_Ausschnitt3.webp'), url('../images/060-linksbuendig.webp'), linear-gradient(to top, #070707, #131512a6), url('../images/058.webp');
  background-position: 50%, 0 42%, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, cover, auto, cover;
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
  display: block;
  overflow: hidden;
}

.footer-heading-small {
  color: #ffffffb3;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.footer-info-text {
  color: #fff;
  letter-spacing: .0002rem;
  text-transform: none;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.25rem;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s;
}

.footer-info-text:hover {
  color: #c5a49a;
}

.footer-link-block-one {
  color: #fff;
  letter-spacing: .08px;
  padding-top: .8em;
  font-family: Questrial;
  font-size: 1.25rem;
  line-height: 135%;
  text-decoration: none;
  display: block;
}

.footer-link-block-one:hover {
  color: #c5a49a;
}

.footer-container-two {
  max-width: 1600px;
  padding-top: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-container-three {
  max-width: 1600px;
  padding-top: 5.3125rem;
  padding-left: 1em;
  padding-right: 0;
}

.footer-text-block {
  color: #fff;
  letter-spacing: .005em;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
}

.footer-container-one {
  max-width: 1630px;
  padding-left: 1em;
  padding-right: 1em;
}

.column-two {
  padding-left: 10px;
}

.column-three {
  padding-right: 20px;
}

.column-five {
  padding-top: .5rem;
  padding-right: 10px;
}

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

.footer-link-block-social {
  margin-right: 2.1875em;
  transition: transform .45s;
  transform: translate(0);
}

.footer-link-block-social:hover {
  transform: translate(0, -5px);
}

.column-six {
  padding-top: 5rem;
}

.container-client {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.about-footer-up {
  background-image: url('../images/About-Solving-Bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 300px;
}

.about-footer-up.home-footer-up {
  background-image: url('../images/Home-Get-Started-Bg.webp');
  background-attachment: scroll;
  display: none;
  overflow: hidden;
}

.about-counter-main {
  background-color: #0000;
  background-image: url('../images/About-HG.webp'), url('../images/Work-With-Bg.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  padding-top: 8.125em;
  padding-bottom: 8em;
}

.work-with-us {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.work-with-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-with-image {
  align-items: flex-end;
  display: flex;
}

.work-with-image-small {
  max-width: 100%;
  margin-top: 0;
  margin-left: -241px;
  display: block;
  position: relative;
  top: 68px;
  left: auto;
}

.about-section-three {
  padding-top: 7.5rem;
}

.margin-bottom-4em {
  margin-bottom: 4em;
}

.strategic-advise {
  padding-top: 10.8em;
  padding-bottom: 1.5em;
}

.strategic-advise.about-two-advice {
  background-image: url('../images/About-Who-We-Bg.webp');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10em;
  display: none;
}

.container-stragic-advice {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.strategic-tab {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
}

.blog-one-date {
  justify-content: flex-start;
  align-items: center;
  margin-top: .8em;
  display: flex;
}

.strategic-advice-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.strategic-advice-text-box {
  align-items: flex-start;
  width: 75%;
  max-width: none;
  display: block;
}

.container-five {
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.case-study-section-three {
  background-color: #090a0e;
  padding-top: 5em;
  padding-bottom: 3.75rem;
  display: none;
  overflow: hidden;
}

.case-study-container {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.case-study-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: none;
  justify-content: center;
  display: flex;
}

.case-study-box-main {
  background-color: #0000;
  flex: 1;
  padding-top: 0;
}

.case-link {
  z-index: 9;
  color: #fff;
  letter-spacing: -.015em;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Abhaya Libre;
  font-size: 2em;
  line-height: 110%;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  inset: -100px 0% 0%;
}

.case-link:hover {
  color: #fffc;
}

.case-studies-collection {
  padding: 0;
}

.case {
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.875rem;
  transition: color .2s;
}

.case:hover {
  color: #fffc;
}

.case-study-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-one-hero-section {
  background-color: #ebd9d6;
  margin-top: 0;
  padding: 4rem 0 30em;
  overflow: hidden;
}

.contact-container {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.blog-one-section-two {
  background-image: url('../images/Blog-Banner-Bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -450px;
  overflow: hidden;
}

.blog-one-popular-container {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.blog-one-hero-image-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.blog-one-hero-image-one {
  align-items: flex-end;
  display: flex;
}

.blog-one-hero-image-two {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-one-section-three {
  background-color: #f8f4f1;
  padding-top: 8.9375rem;
  padding-bottom: 8.25rem;
  overflow: hidden;
}

.blog-one-popular-posts-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.blog-one-popular-posts-block.margin-bottom-4em {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.featured-post-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.popular-posts-text-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-one-date-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
}

.blog-one-popular-posts-image-block {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 35%;
  height: 115px;
  display: flex;
}

.blog-one-popular-posts-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.blog-one-section-four {
  padding-top: 7.1875rem;
  padding-bottom: 8.75rem;
  overflow: hidden;
}

.blog-one-img-two {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-one-featured-post-block {
  margin-top: .5em;
}

.blog-one-popular-posts-heading {
  font-size: 1.5rem;
  line-height: 130%;
}

.blog-one-popular-posts-heading:hover {
  color: #935d4b;
}

.blog-one-text-container {
  max-width: 1320px;
  padding-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
}

.blog-one-popular-posts-date-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.blog-two-hero {
  background-color: #ececec;
  margin-top: 0;
  padding-top: 12em;
  padding-bottom: 4em;
}

.blog-two-posts-container {
  width: 100vw;
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.blog-two-recent-posts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.blog-two-new-post-left {
  width: 50%;
  padding-right: 0;
}

.blog-two-new-posts-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 0%;
  padding-top: 0%;
  padding-left: 0%;
  display: flex;
}

.blog-two-recent-post-author-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.featured-post-author-image {
  border-radius: 18%;
}

.featured-post-author-text-block {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.blog-two-recent-posts-heading {
  color: #121e38;
  text-transform: uppercase;
  padding-right: 4rem;
  font-family: Hanken Grotesk;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 125%;
}

.blog-two-recent-posts-heading:hover {
  color: #935d4b;
}

.blog-two-recent-posts-hifen {
  flex: 0 auto;
  max-width: none;
  margin-top: 8px;
}

.category-name {
  color: #4a4b5c;
  letter-spacing: .21em;
  text-transform: uppercase;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 165%;
}

.blog-two-recent-post-block {
  display: flex;
}

.blog-two-recent-post-block.margin-top-3em {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 3em;
  margin-bottom: 0;
}

.blog-two-recent-post-image {
  align-items: flex-start;
  width: 100%;
  max-width: 22%;
  height: 147px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-two-recent-post-text {
  flex: 1;
}

.blog-two-popular-posts-heading {
  color: #242731;
  letter-spacing: -.015rem;
  width: 70%;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 110%;
}

.blog-two-popular-posts-heading:hover {
  color: #935d4b;
}

.blog-two-recent-post-button {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: row;
  display: flex;
}

.blog-two-recent-posts-date {
  align-items: center;
  width: 99.9999%;
  margin-top: 0;
  display: flex;
}

.blog-sidebar-button {
  cursor: pointer;
  background-color: #b07b6a;
  border: 1px solid #b07b6a;
}

.blog-sidebar-button:hover {
  background-color: #000411;
  border-color: #000411;
}

.blog-two-post-arrow-button {
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: static;
  inset: 0%;
}

.blog-two-recent-posts-button {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.blog-two-recent-post-date-block {
  flex: 0 auto;
  width: auto;
  margin-top: .7rem;
}

.blog-two-banner-block {
  max-width: 100vw;
}

.blog-two-author-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.featured-post-author-text {
  letter-spacing: -.005em;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .6rem;
  font-size: 1.25rem;
  line-height: 120%;
  display: block;
}

.blog-two-link {
  cursor: pointer;
  margin-top: .5em;
  text-decoration: none;
}

.blog-two-link:hover {
  color: #fff;
}

.blg-two-post-arw-blk {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -51%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.featured-post-heading {
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 140%;
  display: flex;
}

.featured-post-heading:hover {
  color: #935d4b;
}

.blog-two-other-posts {
  padding-bottom: 8.5rem;
}

.blog-two-recent-posts-excerpt {
  padding-right: 8em;
}

.contat-form-text-field {
  color: #626262;
  letter-spacing: .005em;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: .5px solid #bebebe;
  margin-bottom: 2rem;
  padding: 1.5rem .25rem;
  font-family: Source Sans Pro;
  font-size: 1.25em;
  line-height: 145%;
}

.contat-form-text-field:focus-visible, .contat-form-text-field[data-wf-focus-visible] {
  border-style: none none solid;
  border-color: #000 #000 #935d4b;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.contat-form-text-field.footer-newsletter {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}

.contact-form {
  flex: 0 auto;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.contact-textarea {
  color: #626262;
  letter-spacing: .005em;
  background-color: #0000;
  border: 0 solid #0000;
  border-bottom: .5px solid #bebebe;
  margin-bottom: 3.1rem;
  padding: .3125rem .25rem 4rem;
  font-family: Source Sans Pro;
  font-size: 1.25em;
  line-height: 145%;
}

.contact-textarea:focus-visible, .contact-textarea[data-wf-focus-visible] {
  border-bottom-color: #935d4b;
}

.padding-top-bottom-22-rem {
  padding-top: 24.3rem;
  padding-bottom: 24.3rem;
}

.featured-blog-posts-block {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9.0625rem 2%;
}

.featured-post-date-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  padding-bottom: 0;
  display: flex;
}

.featured-post-date-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.featured-post-author-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.featured-post-divider {
  border-bottom: 2px solid #aca8a8;
  width: 60%;
  margin: 3.75em auto 3.25em;
}

.featured-post-text-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.featured-blog-section {
  background-color: #0000;
  background-image: linear-gradient(360deg, #f3eae6, #fff);
  padding-bottom: 9.375rem;
}

.blog-details-cta-button {
  align-items: center;
  display: flex;
}

.blog-details-cta-container {
  background-color: #050027;
  background-image: linear-gradient(#00000080, #00000080);
  align-items: center;
  max-width: 1290px;
  padding: 5em 1em 5.2em;
  display: flex;
}

.expertise-advice-text {
  color: #fff;
}

.featured-post-author-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8125rem;
  line-height: 150%;
}

.blog-two-author-name {
  color: #121e38;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hanken Grotesk;
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 150%;
}

.blog-details-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.blog-details-rich-text {
  padding-top: 7.3rem;
  padding-bottom: 8.3rem;
}

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

.utility-page-content {
  text-align: center;
  background-color: #0000;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.utility-page-content.password-page-content {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 60%;
  padding: 2rem 3.4375rem 3.4375rem;
  box-shadow: 64px 0 80px -2px #0403321c;
}

.error-page-button-space {
  justify-content: center;
  align-items: center;
  padding-top: 2.1rem;
  display: flex;
}

.error-image {
  display: block;
}

.error-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.field-label {
  display: none;
}

.password-protected-block {
  text-align: left;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.password-protected-image {
  margin-top: .5rem;
  margin-right: 1.2em;
  padding-right: 0;
}

.password-body {
  background-color: #fff8f1;
}

.page-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-menu {
  z-index: 99;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  overflow: hidden;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  display: flex;
  position: relative;
}

.menu-background {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-content-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding: 8rem 8% 4rem;
  display: block;
  position: relative;
}

.brisk {
  margin-top: -6px;
}

.right-nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  display: flex;
  overflow: hidden;
}

.brisk-white {
  height: 2rem;
  min-height: 1.8125rem;
}

.menu-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-top: -3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-line.top {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.bottom {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-background-fill {
  background-color: #101118;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.lottie-menu {
  width: 100%;
  margin-top: -1%;
  margin-left: -1px;
  margin-right: 0;
  overflow: visible;
}

.nav-menu-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  margin-left: 0%;
  display: flex;
}

.item-menu-wrapper {
  flex: 1;
  align-items: flex-start;
  display: block;
}

.nav-overflow-hidden {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.nav-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 8%;
  text-decoration: none;
  display: flex;
}

.nav-link.nav-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: Abhaya Libre;
  transition: opacity .2s;
}

.nav-link.nav-two, .nav-link.nav-three, .nav-link.nav-five, .nav-link.nav-six {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-text {
  color: #fff;
  letter-spacing: -.24px;
  text-transform: uppercase;
  flex: 0 auto;
  height: auto;
  min-height: auto;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 65px;
  line-height: 98%;
}

.menu-item-arrow {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 0;
  display: block;
}

.header-info-link {
  color: #fff;
  cursor: pointer;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}

.header-social-link {
  color: #ffffffb3;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.header-social-link:hover {
  color: #fff;
}

.header-social-text {
  letter-spacing: 4.48px;
  font-family: Questrial;
  font-size: 18px;
  line-height: 240%;
}

.padding-five-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}

.nav-menu-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-line-black {
  background-color: #000411;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line-black.top-black {
  margin-bottom: 12px;
}

.menu-line-black.bottom-black {
  margin-top: 12px;
}

.logo-black {
  height: 1.8125rem;
  min-height: 1.8125rem;
}

.blog-one-collection-items {
  padding-left: 0;
  padding-right: 0;
}

.blog-popular-posts-link {
  cursor: pointer;
  text-decoration: none;
}

.image-cover-shape {
  z-index: 1;
  background-color: var(--carmen-braun);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-ripple-effect {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.image-hover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-one-posts-block {
  z-index: 4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-one-popular-posts-image {
  width: 100%;
  height: 152px;
  position: relative;
  overflow: hidden;
}

.blog-one-image-one {
  flex: 0 auto;
  width: 100%;
  height: 840px;
  position: relative;
  overflow: hidden;
}

.main-image {
  width: 100%;
  position: static;
}

.blog-one-image-two {
  object-fit: cover;
  width: 100%;
  height: 568px;
  position: relative;
  overflow: hidden;
}

.blog-two-other-post-image {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.blog-two-other-post-image.home-three-blog-img-box {
  height: 360px;
}

.m-image-animation {
  width: 100%;
  height: 400px;
  margin-top: 195px;
  position: relative;
  overflow: hidden;
}

.case-study-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.case-study-box {
  cursor: none;
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.strategic-advice-tab {
  object-fit: fill;
  width: 69.9%;
  height: 416px;
  position: relative;
  overflow: hidden;
}

.contact-arrow-block {
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 6rem;
}

.contact-text-block {
  display: flex;
}

.contact-text-address, .contact-text-phone {
  text-align: center;
  flex: 1;
}

.contact-text {
  color: #4e4f57;
  font-family: Questrial;
  font-size: 1.875rem;
  line-height: 145%;
}

.email-phone-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.contact-text-link {
  text-decoration: none;
  display: block;
}

.contact-form-with-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 8.75rem;
  padding-bottom: 9.375rem;
  display: flex;
}

.contact-form-image-box {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-form-image-block {
  width: 88%;
  height: 797px;
  position: relative;
  overflow: hidden;
}

.contact-form-image {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
}

.contact-hero-section {
  background-image: linear-gradient(#fff8f1, #fff);
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.display {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.hero-info-div {
  text-align: center;
  width: 900px;
  margin: 120px auto 60px;
}

.read-more-hover {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #f8cfcf;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: 40% 0% 0 40%;
  overflow: hidden;
}

.work-circle {
  z-index: 10;
  text-align: center;
  background-color: #935d4b;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 35% auto auto 25%;
}

.view-project {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5;
}

.case-study-box-link {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.project-image-inner {
  object-fit: cover;
  width: 365px;
  height: 337px;
  margin-top: -8rem;
  position: absolute;
  inset: 0 5% 0% auto;
}

.project-hover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.accordion-one {
  cursor: pointer;
  border-bottom: 1px solid #444447;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 7px;
  position: relative;
}

.container-project-one {
  background-color: #1e2026;
  border-bottom: 1px solid #1e2026;
  max-width: 100%;
  padding-bottom: 9.375rem;
  padding-left: 1em;
  padding-right: 1em;
  display: none;
  overflow: visible;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.main-header-white, .main-header-black {
  width: 100%;
  position: absolute;
}

.padding-top-banner {
  padding-top: 1rem;
}

.blog-two-main-image {
  max-width: 100%;
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.templates-hero-section {
  background-image: url('../images/Style-Guide-Banner.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 13.7rem;
  padding-bottom: 14rem;
}

.style-guide-heading {
  color: #121e38;
  text-align: center;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  font-size: 5rem;
  font-weight: 600;
  line-height: 115%;
}

.style-guide-for-color {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.style-guide-color-block {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  display: flex;
}

.style-guide-color-text {
  color: #4a4b5c;
  font-family: Questrial;
  font-size: 1.625rem;
  line-height: 165%;
  display: flex;
}

.style-guide-color-name-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: -45px;
  display: flex;
}

.style-guide-color-box {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guide-color-box.style-guide-color-one {
  background-color: #000411;
}

.style-guide-color-box.style-guide-color-two {
  background-color: #242731;
}

.style-guide-color-box.style-guide-color-three {
  background-color: #ebebeb;
}

.style-guide-color-box.style-guide-color-four {
  background-color: #c1b9b6;
}

.style-guide-color-box.style-guide-color-five {
  background-color: #f6eceb;
}

.style-guide-color-box.style-guide-color-six {
  background-color: #935d4b;
}

.style-guide-color-box.style-guide-color-seven {
  background-color: #c5a49a;
  margin-left: 4px;
  padding-left: 0;
}

.style-guide-color-box.style-guide-color-eight {
  background-color: #fbf3f2;
  margin-left: 20px;
}

.style-guide-color-box.style-guide-color-nine {
  background-color: #e4d7d1;
  margin-left: 8px;
}

.style-guide-color-box.style-guide-color-ten {
  background-color: #f5f1ee;
  margin-left: 20px;
}

.style-guide-color-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.style-guide-for-typography {
  background-color: #ebebeb;
  padding-top: 6.75rem;
  padding-bottom: 8.8125rem;
}

.heading-block-one {
  margin-bottom: 2.7rem;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.heading-block-five {
  margin-bottom: 3.4rem;
}

.heading-block-six {
  margin-bottom: 2.8rem;
}

.padding-top-7rem {
  padding-top: 7rem;
}

.what-we-do-text-block {
  padding-top: 7%;
}

.what-we-do-image-animation {
  object-fit: fill;
  width: 100%;
  height: 566px;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-two-counter-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: none;
}

.about-two-excellence-section {
  background-image: url('../images/For-Excellence-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9.2rem;
  padding-bottom: 7.375rem;
  padding-right: 0;
  display: none;
}

.strategic-advice-for-excellence {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.strategic-advice-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 5.1rem;
  display: flex;
}

.for-excellence-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.about-two-lists {
  padding-top: 1em;
  padding-left: 20px;
  list-style-type: disc;
}

.for-excellence-image-animation {
  width: 100%;
  height: 718px;
  margin-bottom: 3.4em;
  position: relative;
  overflow: hidden;
}

.strategic-advice-image-animation {
  width: 88%;
  height: 472px;
  margin-top: 3em;
  margin-bottom: 2.7em;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.strategic-image, .excellence-image {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: block;
  position: relative;
}

.changelog-section {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.button-block {
  margin-bottom: 0;
}

.list-block {
  margin-bottom: 1.8rem;
}

.licencing-section {
  background-color: #ebebeb;
  padding-top: 7.3rem;
  padding-bottom: 9.375rem;
}

.licencing-image-block {
  padding-top: 0;
}

.licencing-images {
  margin-right: 1.5rem;
  padding-top: 2.2rem;
}

.licence-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.licence-link {
  color: #935d4b;
  text-decoration: none;
}

.accordion-trigger {
  color: #000;
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  color: #4353ff;
}

.main-project-block {
  border-bottom: 1px solid #444447;
  padding-top: 5.563rem;
  padding-bottom: 5.563rem;
  display: flex;
}

.project-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.project-image-block {
  width: 40%;
  position: relative;
}

.main-project-link {
  width: 70px;
  height: 70px;
}

.project-link-image-one {
  border: 1px #fff;
  border-radius: 50%;
  margin-left: 0;
  position: absolute;
}

.project-link-image-two {
  border: 1px #fff;
  border-radius: 50%;
}

.project-text-block {
  width: 35%;
  margin-top: -2rem;
}

.service-container {
  max-width: 1320px;
  padding-left: 0;
}

.main-heading-span {
  color: #ffffff8c;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 11.8125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  position: absolute;
  inset: auto 0% -100%;
}

.wht-main-heading {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.wht-main-heading.home-two-banner {
  padding-right: 10%;
}

.white-heading-one {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-size: 2.8125rem;
  line-height: 4.0625rem;
}

.white-heading-one.padding-right-05em {
  padding-right: .5em;
}

.white-heading-two {
  color: #fff;
}

.img-margin-bottom {
  margin-bottom: .3rem;
}

.about-us-how-we-block {
  padding-top: 2rem;
}

.popular-heading {
  margin-top: -.5rem;
}

.home-two-market-benefits {
  background-image: linear-gradient(to top, #000411, #0d1018);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.home-two-market-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-two-market-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  padding-right: 2rem;
  display: flex;
}

.home-two-market-box {
  flex: 1;
}

.home-two-market-box-both {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-two-market-box-one {
  text-align: center;
  background-image: linear-gradient(#212531, #2125ff00);
  flex: 1;
  padding: 3.125rem 1rem 2rem;
}

.grey-paragraph {
  color: #ffffffb3;
}

.home-two-discover-section {
  padding-top: 7.5rem;
}

.home-two-research-block {
  flex: 1;
  display: flex;
}

.home-two-research-block.margin-top-bottom-tworem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-two-research-icon {
  flex: 0 auto;
  max-width: none;
  margin-right: 0;
  padding-top: 1.1rem;
}

.home-two-research-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 2rem;
  display: block;
}

.home-two-discover-research-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.home-two-discover-main-block {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-research-image {
  text-align: right;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.home-two-planning-section {
  padding-bottom: 9.375rem;
}

.home-two-advance-text-block {
  flex: 0 auto;
}

.home-two-hover-box-one {
  border-bottom: 1px solid #1c1c21;
  border-left: 1px solid #1c1c21;
  padding-top: 1.625rem;
  padding-bottom: 2.9375rem;
  padding-left: 2rem;
  transition: transform .45s;
  display: flex;
}

.home-two-hover-box-one:hover {
  background-color: #19191c;
}

.home-two-help-section {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.home-two-we-help-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.home-two-we-help-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-we-help-img {
  flex: 1;
  margin-left: 4rem;
  padding-left: 0;
}

.we-help-img-block {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 710px;
  position: relative;
  overflow: hidden;
}

.we-help-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}

.white-client-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}

.home-two-financial-section {
  background-image: url('../images/Home-Two-Financial-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}

.home-two-financial-section.home-two-counter-bg {
  background-image: linear-gradient(#0003, #0003), url('../images/Home-Two-Financial-Bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.we-are-helping-block {
  text-align: center;
  margin-bottom: 2.1875rem;
}

.we-are-helping-counter {
  display: flex;
}

.home-two-increase-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-financial-container {
  max-width: 800px;
}

.home-two-counter-divider {
  display: block;
}

.home-two-contact-section {
  background-color: #fbf3f2;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  display: block;
}

.home-two-contact-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.home-two-contact-image {
  flex: 1;
  padding-right: 4.375rem;
}

.home-two-contact-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-two-we-help-icon {
  margin-top: 2.5rem;
}

.home-two-contact-woman {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}

.home-two-contact-woman-box {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 780px;
  position: relative;
  overflow: hidden;
}

.team-into-wrapper {
  background-color: #ead9d3cc;
  width: 100%;
  height: 100%;
  padding: 55% 0 1.375rem;
  transition: opacity .2s;
  position: relative;
}

.team-link-block {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 25%;
  display: flex;
}

.team-person-block {
  padding-left: 2.8125rem;
  position: static;
  inset: auto auto 0% 0%;
}

.home-two-team-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.home-two-team-designation {
  margin-bottom: 0;
}

.team-link-block-social {
  margin-left: .6875rem;
  margin-right: .6875rem;
  transition: transform .45s;
  transform: translate(0);
}

.team-link-block-social:hover {
  transform: translate(0, -5px);
}

.margin-top-threerm {
  margin-top: 3rem;
}

.client-container {
  max-width: 1200px;
  padding-left: .625rem;
  padding-right: .625rem;
}

.home-two-team-section {
  background-color: #fbf3f2;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}

.home-two-case-outer-box {
  background-image: url('../images/Case-Study-Two_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px linen;
  flex: 1;
  margin-bottom: 0;
  padding: 27rem 0 0;
  overflow: hidden;
}

.home-two-case-outer-box.bg-one {
  background-image: url('../images/Case-Study-One.webp');
}

.home-two-case-outer-box.bg-two {
  background-image: url('../images/Case-Study-Two.webp');
}

.home-two-case-outer-box.bg-three {
  background-image: url('../images/Case-Study-Three.webp');
}

.home-two-case-outer-box.bg-four {
  background-image: url('../images/Case-Study-Six.webp');
}

.home-two-case-outer-box.bg-five {
  background-image: url('../images/Case-Study-Five.webp');
}

.home-two-case-outer-box.bg-six {
  background-image: url('../images/Case-Study-Four.webp');
}

.home-two-case-inner-box {
  background-color: #fbf3f2;
  border-bottom: 2px linen;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 1rem 0 0;
  display: flex;
  position: relative;
}

.home-two-service-section {
  background-color: #fbf3f2;
  padding-top: 7.5rem;
  padding-bottom: 4.375rem;
}

.footer-text-block-brwn {
  color: var(--carmen-braun);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 125%;
}

.footer-text-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-text-link:hover {
  color: var(--carmen-braun);
}

.form-submit-btn {
  letter-spacing: .16rem;
  text-transform: uppercase;
  background-color: #935d4b;
  padding: 1.4rem 2rem 1.2rem;
  font-family: Questrial;
  font-size: 1rem;
  line-height: 100%;
}

.form-submit-btn:hover {
  background-color: #935d4b;
}

.form-submit-btn.fullwidth-submit {
  width: 100%;
}

.footer-copyright-block-two {
  display: flex;
}

.footer-copyright-image {
  padding-left: .5rem;
  display: none;
}

.footer-copyright-image.webflow-img {
  display: block;
}

.footer-copyright-block-one {
  display: none;
}

.brown-heading {
  color: #b07b6a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 4.0625rem;
}

.home-three-banner-block {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.home-three-wide-range-section {
  padding-bottom: 9.375rem;
  overflow: hidden;
}

.home-three-advice-section {
  padding-top: 6.375rem;
  padding-bottom: 6.125rem;
}

.home-three-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 1rem;
  display: flex;
}

.home-three-service-box {
  border: 1px solid #e7e7e7;
  flex: 1;
  padding: 4.0625rem .75rem 4.6rem;
}

.home-three-wide-section {
  align-items: center;
  padding: 0 2rem .625rem 1.7rem;
  display: flex;
}

.home-three-wide-img {
  flex: 0 auto;
  padding-top: 0;
}

.home-three-wide-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.home-three-service-btn-block {
  padding-left: 1.7rem;
}

.home-three-service-text-block {
  padding-bottom: 2.0625rem;
  padding-left: 1.7rem;
  padding-right: 2rem;
}

.about-who-container {
  max-width: 1320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-who-we-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.about-who-we-img {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-who-we-txt {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-question-wrap {
  cursor: pointer;
  border-bottom: 1px #000;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question-wrap.faq-question-one {
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1;
}

.faq-question-wrap.faq-question-one.faq-question-one-six {
  border-bottom-color: #a8a5a5;
}

.faq-question-wrap.faq-question-two {
  border-top: 1px #e1e1e1;
}

.faq-question-wrap.faq-question-two.faq-question-two-seven {
  border-top: 1px #a8a5a5;
  border-bottom-style: solid;
  border-bottom-color: #a8a5a5;
}

.faq-question-wrap.faq-question-three {
  border-top: 1.5px solid #e1e1e1;
}

.faq-question-wrap.faq-question-three.faq-question-three-eight {
  border-top-style: none;
  border-top-color: #a8a5a5;
  border-bottom-style: solid;
  border-bottom-color: #a8a5a5;
}

.faq-question-wrap.faq-question-four {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1.5px solid #e1e1e1;
}

.faq-question-wrap.faq-question-four.faq-question-four-five {
  border-bottom-width: 1px;
  border-bottom-color: #a8a5a5;
}

.faq-question-bar {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.acco-block {
  width: 100%;
  height: 1px;
}

.home-two-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-text-block {
  color: #a9796a;
  text-align: center;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 125%;
}

.counter-number {
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-number.bottom {
  height: 55px;
}

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

.all-numbers.all-numbers-one {
  font-family: Questrial;
}

.counter-box-two {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-digit {
  color: #a9796a;
  letter-spacing: -.08px;
  font-family: Hanken Grotesk;
  font-size: 2.8125rem;
  line-height: 125%;
}

.home-three-expertise-section {
  padding-top: 9.375rem;
  padding-bottom: 2rem;
}

.home-three-expertise-advice {
  margin-bottom: .8rem;
  display: flex;
}

.home-three-expertise-image {
  flex: 1;
  align-items: flex-end;
  margin-right: 5rem;
  display: flex;
}

.home-three-expertise-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5.5rem;
  display: flex;
}

.home-three-box-one {
  background-color: #0000;
  background-image: linear-gradient(to right, #f9f4f1, #fcf4f1);
  flex: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.home-three-box-image {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.home-three-box-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.home-three-box-main {
  flex: 1;
  display: flex;
}

.heading-advice {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.home-three-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
}

.home-three-culture-section {
  padding-top: 5.9375rem;
  padding-bottom: 9.375rem;
}

.home-three-culture-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  display: flex;
}

.home-three-culture-img {
  flex: 1;
}

.home-three-culture-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hm-three-create-img-block-one {
  object-fit: fill;
  width: 90%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.hm-three-create-img-one {
  z-index: 0;
  height: auto;
  position: absolute;
}

.hm-three-create-img-block-two {
  object-fit: fill;
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.hm-three-create-img-two {
  z-index: 0;
  height: auto;
  position: absolute;
}

.home-three-accodian-section {
  background-color: #f5f5f4;
  background-image: none;
  padding-top: 7.5rem;
  padding-bottom: 9.0625rem;
}

.home-three-accodian-section.contact-two-acco-section {
  background-color: #eee6e3;
}

.home-three-accidian-block {
  padding-top: .75rem;
  padding-left: 10%;
  padding-right: 10%;
}

.timeline_circle {
  background-color: #0000;
  background-image: url('../images/Home-Three-Strategy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  position: sticky;
  top: 50vh;
}

.margin-bottom-xlarge {
  margin-bottom: 0;
  padding-top: 0;
}

.paragraph-timeline {
  color: #4a4b5c;
  min-height: auto;
  margin-top: -10px;
  margin-bottom: 0;
}

.timeline-component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline-item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-self: auto;
  place-items: center start;
  padding-top: 10px;
  padding-bottom: 55px;
  display: grid;
  position: relative;
  left: 0;
}

.timeline-left {
  justify-content: center;
  margin-top: -4.2rem;
  display: flex;
}

.timeline-progressbar {
  z-index: -1;
  background-color: #0000;
  background-image: url('../images/Vector-393.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2px;
  height: 10vh;
  position: sticky;
  top: 0;
  bottom: 0;
}

.timeline-right {
  flex-direction: column;
  align-items: center;
  margin-top: -1rem;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: .5rem;
  display: block;
}

.timeline-progress {
  z-index: -2;
  background-color: #0000;
  width: 3px;
  height: 82%;
  position: absolute;
  left: 34px;
}

.timeline-block {
  z-index: -3;
  flex: 1;
  position: relative;
}

.testimonial-left-arrow, .testimonial-slide-nav {
  display: none;
}

.testimonial-designation {
  color: #626262;
  margin-bottom: 0;
}

.horizontal-content-block {
  background-color: #e6edf1;
  background-image: url('../images/Case-Deatils-Quote.png');
  background-position: 15% 0;
  background-repeat: no-repeat;
  background-size: 183px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 35px 90px 100px;
  display: flex;
}

.horizontal-content-block.case-details-testimonial {
  background-color: #ededed;
  padding-bottom: 95px;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.horizontal-fixed-height.case-details-fixed-height {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-right-arrow {
  display: none;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  margin-left: .125rem;
  display: flex;
}

.author-block.case-details-author {
  justify-content: center;
}

.testimonial-title {
  text-transform: uppercase;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hanken Grotesk;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 125%;
}

.testimonial-contant-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: block;
}

.testimonial-designation-block {
  padding-top: 75px;
}

.testimonial-designation-block.case-details-designation-block {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.875rem;
  line-height: 2.6875rem;
}

.home-three-service-textbox {
  background-color: #f0e6e3;
  margin-top: -20%;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 4rem 7.1% 2rem;
  position: relative;
}

.home-three-timeline-text {
  flex: 1;
  margin-top: 0%;
  margin-left: 4.5rem;
  position: relative;
  top: auto;
}

.home-three-button-block {
  text-align: right;
  padding-top: .5rem;
}

.home-three-circular-btn {
  cursor: pointer;
}

.home-three-service-batch {
  position: absolute;
  inset: -15% auto auto 9%;
}

.home-three-blog-author-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-three-post-section {
  padding-top: 7.1875rem;
  padding-bottom: 8.875rem;
}

.home-three-other-posts {
  padding-bottom: 0;
}

.home-three-blog-heading {
  padding-bottom: 1.2rem;
}

.details-project-section {
  background-color: #eceef1;
  margin-bottom: 0;
  padding-top: 7.5rem;
}

.scroll-card-outer-box {
  background-image: url('../images/Home-Three-Market-Research.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0%;
  overflow: hidden;
}

.scroll-card-outer-box.scroll-outer-one {
  background-image: url('../images/Case-Study-One.webp');
}

.scroll-card-outer-box.scroll-outer-two {
  background-image: url('../images/Case-Study-Two.webp');
}

.scroll-card-outer-box.scroll-outer-three {
  background-image: url('../images/Case-Study-Three.webp');
}

.scroll-card-outer-box.scroll-outer-three-one {
  background-image: url('../images/Home-Three-Expertise-Advice-One.webp');
}

.scroll-card-outer-box.scroll-outer-three-two {
  background-image: url('../images/Home-Two-We-Help.webp');
}

.scroll-card-outer-box.scroll-outer-three-three {
  background-image: url('../images/Home-Three-Inspire-Two.webp');
}

.scroll-card-outer-box.scroll-outer-three-four {
  background-image: url('../images/Team-Image-One.webp');
}

.scroll-card-outer-box.scroll-outer-three-five {
  background-image: url('../images/What-We-Do.webp');
}

.scroll-card-outer-box.scroll-outer-three-six {
  background-image: url('../images/Scroll-Img-Two.webp');
}

.scroll-card-outer-box.scroll-outer-three-seven {
  background-image: url('../images/Scroll-Img-Three.webp');
}

.scroll-card-outer-box.scroll-outer-three-eight {
  background-image: url('../images/Scroll-Img-One.webp');
}

.scroll-card-inner-box {
  background-color: #0000;
  background-image: linear-gradient(#09090900, #090909);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
}

.home-three-case-mobile-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-three-case-mobile-box {
  flex: 1;
}

.case-study-for-mobile {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
  display: none;
}

.contact-two-from-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 7.5rem;
  display: flex;
}

.contact-two-from-text {
  flex: 1;
}

.contact-two-from {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.3rem;
  padding: 3rem;
  display: block;
}

.contact-two-text-link {
  text-decoration: none;
  display: block;
}

.contact-two-text {
  color: #4e4f57;
  font-family: Questrial;
  font-size: 1.5625rem;
  line-height: 125%;
}

.contact-two-email-and-address {
  padding-top: 6.8rem;
  padding-bottom: 1.2rem;
}

.contact-two-hero-section {
  background-color: #fcf7f5;
  padding-top: 5rem;
  padding-bottom: 9.375rem;
  overflow: hidden;
}

.pricing-one-hero-section {
  background-color: #040213;
  padding-top: 12rem;
  padding-bottom: 12.625rem;
}

.pricing-page-amount-main-two {
  flex: 1;
  display: none;
}

.pricing-service {
  flex-direction: column;
  flex: 0 0 30%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.pricing-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pricing-main-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-page-detail {
  padding-top: 60px;
}

.pricing-page-detail.monthly {
  padding-top: 0;
}

.pricing-page-detail-two {
  display: block;
}

.pricing-details-box {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: .125rem;
  display: flex;
}

.pricing-details-box.pricing-align-left {
  padding-left: .5rem;
}

.pricing-column-two {
  background-color: #0000;
  border-radius: 1.25rem;
  flex: 1;
  padding: 0 0;
}

.pricing-column-two:hover {
  background-color: #0000;
}

.pricing-column-three {
  background-color: #0000;
  border-radius: 1.25rem;
  flex: 1;
  padding: 0 0;
}

.pricing-column-three:hover {
  background-color: #0000;
}

.pricing-heading-box {
  flex: 0 0 30%;
}

.pricing-column-one {
  background-color: #0000;
  border-radius: 1.25rem;
  flex: 1;
  padding: 0 0;
}

.pricing-column-one:hover {
  background-color: #0000;
}

.pricing-page-amount-main-one {
  flex: 1;
  display: block;
}

.pricing-table {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  display: flex;
}

.pricing-table.upper-border {
  border: 0 solid #000;
  border-top: .5px solid #050027;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-table.transparent {
  background-color: #fff0;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pricing-details-btn {
  display: none;
}

.pricing-button-desktop {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.pricing-acco-icon {
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  display: flex;
}

.pricing-plan-txt-box-one {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: .5rem;
  display: flex;
}

.pricing-plan-txt-box-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.service-facility.monthly {
  color: #050027;
  letter-spacing: .002rem;
  letter-spacing: .002rem;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 165%;
}

.pricing-plan-txt-box-four {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: .5rem;
  display: flex;
}

.pricing-plan-txt-box-five {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.circle-icon {
  object-fit: cover;
  margin-left: 0;
}

.pricing-plan-text-box-seven {
  width: 100%;
  display: flex;
}

.pricing-plan-text-box-nine {
  width: 100%;
  margin-left: 0;
  display: flex;
}

.pricing-plan-txt-box-ten {
  width: 100%;
  display: flex;
}

.pricing-details-column {
  flex: 1;
}

.pricing-one-choose-plan-blk {
  text-align: center;
  padding-bottom: 2.5rem;
  padding-left: 12rem;
  padding-right: 12rem;
}

.hm-two-research-img {
  margin-left: 0;
}

.case-study-title {
  padding-bottom: 1.3rem;
}

.case-study-discover-blk {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.finance-groth-img {
  padding-bottom: 1rem;
}

.heading-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13.8rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pricing-option {
  color: #050027;
  text-align: center;
  letter-spacing: .02em;
  margin-bottom: 12px;
  font-family: Questrial;
  font-size: 35px;
  line-height: 39.9px;
}

.integrations-block {
  background-color: #fff;
  flex-direction: column;
  padding: 3em 2em 3.125em;
  display: flex;
}

.integrations-block.integrations-block-three {
  border: 1px solid #e9e9e9;
}

.integrations-block.integrations-block-two {
  background-color: #e1d3ce;
  border: 1px solid #e9e9e9;
}

.integrations-block.integrations-block-one {
  border: 1px solid #e9e9e9;
}

.pricing-month {
  color: #000411;
  letter-spacing: .32px;
  align-items: center;
  margin-left: 4.5px;
  padding-top: 1rem;
  font-family: Questrial;
  font-size: 25px;
  line-height: 28.5px;
  display: flex;
}

.detail {
  color: #000;
  letter-spacing: .32px;
  font-family: Questrial;
  font-size: 18px;
  line-height: 20.52px;
}

.pricing-two-price {
  color: #000411;
  letter-spacing: -.32px;
  margin-bottom: auto;
  margin-right: 4.5px;
  font-family: Hanken Grotesk;
  font-size: 45px;
  font-weight: 600;
  line-height: 51.3px;
}

.price {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.relative {
  width: 100%;
  position: relative;
}

.relative.relative-two {
  margin-top: 0;
}

.discount-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7.6% 0% auto;
}

.feature-wrap {
  background-image: url('../images/Group-710.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: 39px;
  display: flex;
}

.pricing-two-popular-block {
  color: #fff;
  text-align: center;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  background-color: #000411;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Hanken Grotesk;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.52px;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.pricing-two-acco-container {
  background-image: linear-gradient(270deg, #f5f5f4, #f6f4f3);
  max-width: 1320px;
  padding: 7.5rem 1rem 9.375rem;
}

.pricing-two-section {
  padding-bottom: 0;
}

.pricing-two-hero {
  background-color: #faf6f4;
  padding-bottom: 30rem;
}

.pricing-two-heading {
  font-size: 5rem;
}

.plan-switch-box {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: -446px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.monthly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.toggle-box {
  background-color: #0000;
  border: 1px solid #cfcdcc;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.white-ball {
  color: #fff;
  background-color: #000411;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.yearly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.save-box {
  border: 1px solid #a9796a;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px 2px;
  display: flex;
}

.percent-off {
  color: #a9796a;
  letter-spacing: .02em;
  font-family: Questrial;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.pricing-plan-table {
  background-color: #0000;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0 30px;
  display: block;
}

.pricing-plan-table.monthly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: flex;
}

.pricing-plan-table.yearly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: none;
}

.pricing-two-container {
  max-width: 1320px;
  padding-bottom: 7.5rem;
  padding-left: 0;
  padding-right: 0;
}

.acoo-two-heading-title {
  min-height: 44px;
  font-size: 1.5625rem;
  line-height: 120%;
}

.case-study-section-two {
  background-color: #efe3e0;
  padding-top: 7.1875rem;
  padding-bottom: 8.875rem;
}

.case-explore-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 2rem;
  display: flex;
}

.case-explore-left-block {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-explore-right-block {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.case-study-box-one {
  flex: 1;
  padding-bottom: 0;
}

.case-study-box-one.hidden {
  display: none;
}

.case-outer-box-one {
  background-image: url('../images/Case-Study-Three.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.case-inner-box-one {
  background-image: linear-gradient(#09090900, #090909);
  flex-direction: column;
  align-items: center;
  padding: 32rem 0 3.2rem;
  display: flex;
  position: relative;
}

.case-one-title-box {
  text-align: center;
  padding-top: 1.5625rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.case-one-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.case-one-title:hover {
  color: #935d4b;
}

.case-section-three {
  padding-top: 7.2rem;
  padding-bottom: 8.375rem;
}

.case-study-box-two {
  flex: 1;
}

.case-outer-box-two {
  background-image: url('../images/Case-Study-Four.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.case-inner-box-two {
  background-image: linear-gradient(#09090900, #090909);
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.case-inner-box-two.blog-one-inner-box {
  padding-top: 10rem;
  padding-bottom: 9rem;
}

.case-box-two-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: block;
}

.blog-box-two-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  padding-top: 2rem;
  display: flex;
}

.blog-box-two-block-main.blog-box-two-block-one {
  padding-top: 3.5rem;
}

.case-study-box-one-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.case-main-title-block {
  flex: 1;
  align-self: stretch;
}

.collection-list-case-one {
  flex: 1;
}

.home-three-post-block {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.home-three-post-wrapper {
  flex: 1;
}

.landing-hero-section-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.landing-hero-section-top-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.align-center.color-white.padding-bottom-twenty {
  background-image: none;
  padding-top: 0;
}

.landing-hero-section-top-heading-main {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 3px 0 3px 14px;
  display: flex;
}

.landing-hero-section-container {
  max-width: 1290px;
}

.landing-hero-section {
  background-color: #fcf7f5;
  position: relative;
}

.landing-hero-section-gradient-one {
  padding: 12.685rem 15px 14.375rem;
}

.landing-hero-section-particle-one {
  position: absolute;
  inset: 30% auto auto 5%;
}

.heading-top {
  z-index: 99;
  color: #e1271b;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-top.align-center.text-gradient-two {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b07b6a, #000411);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  margin-right: 0;
  font-family: Outfit;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.landing-hero-section-top-heading-icon {
  max-width: 10%;
}

.landing-hero-section-particle-two {
  position: absolute;
  inset: 50% 10% auto auto;
}

.landing-hero-section-title-wrapper {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: #b07b6a;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.landing-inner-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-utility-pages-main {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.underline {
  grid-column-gap: 5px;
  text-decoration: none;
  display: flex;
}

.landing-utility-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.overflow {
  overflow: hidden;
}

.landing-utility-pages {
  max-width: 1320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.landing-inner-pages {
  max-width: 1320px;
  margin-top: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-home-pages-main {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.landing-home-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.landing-home-pages {
  background-color: #f4f3f3;
  background-image: radial-gradient(circle at 0%, #f9e0d7, #0000 28%);
  padding: 7.1875rem 0 9.375rem;
}

.landing-home-pages-grid-block {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 30px 20px;
  display: flex;
}

.landing-home-pages-grid-block.box-shadow.border-radius-twenty {
  text-align: center;
  border-radius: 15px;
  padding-bottom: 0;
  box-shadow: 0 0 35px #05035026;
}

.landing-home-pages-container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.padding-bottom-thirty {
  padding-bottom: 30px;
}

.landing-utility-page {
  background-image: url('../images/Landing-Utility-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 7.1875rem;
  padding-bottom: 8.125rem;
}

.landing-cta-container {
  max-width: 1290px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.landing-cta-button-wrapper {
  justify-content: center;
  display: flex;
}

.landing-cta-title-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}

.landing-slide-section {
  background-color: #a9796a;
  padding-top: 0;
  padding-bottom: 120px;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mrq-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.mrq-container.mrq-container-one {
  justify-content: flex-start;
}

.mrq-container.mrq-container-one.right-one {
  justify-content: flex-end;
}

.mrq-container-three {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mrq-container-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.mrq-slider {
  margin-top: 30px;
  display: none;
}

.mrq-slider.mrq-slider-one {
  margin-top: -7.8125rem;
  display: none;
}

.mrq-slider.mrq-slider-one.mrq-slider-right {
  display: block;
}

.mrq-slider.mrq-slider-one.mrq-slider-left {
  margin-top: 0;
  display: block;
}

.mrq-train-wrapper {
  background-color: #0000;
  border-radius: 14px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.train-wrapper-mrq-container-one {
  flex: none;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.image-scroll {
  border-radius: 15px;
}

.case-studies-banner {
  background-image: url('../images/Case-Study-Banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-studies-banner.case-details-banner {
  background-image: url('../images/Case-Details-Banner.webp');
  background-position: 50%;
  background-size: cover;
}

.case-studies-banner.case-details-banner.case-details-banner-overlay {
  background-image: linear-gradient(#0003, #0003), url('../images/Case-Details-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.case-studies-banner.case-banner-overlay {
  background-image: linear-gradient(#0003, #0003), url('../images/Case-Study-Banner.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.case-study-banner {
  text-align: center;
  padding-top: 20.4rem;
  padding-bottom: 20.9375rem;
}

.case-study-banner.case-details-banner {
  padding-top: 17.5rem;
  padding-bottom: 18rem;
}

.pricing-one-tab {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 6rem;
  display: flex;
}

.pricing-one-main-two {
  grid-column-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pricing-one-switch-blk-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-one-text-about {
  color: #050027;
  letter-spacing: .02rem;
  text-transform: capitalize;
  padding-top: 0;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 170%;
}

.pricing-one-plan-one {
  color: #050027;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  font-family: Hanken Grotesk;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 90%;
}

.pricing-one-container {
  max-width: 1160px;
  padding-top: 7.2rem;
  padding-bottom: 7.5rem;
}

.swtich {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 107px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.pricing-one-switch-block-two {
  cursor: pointer;
  background-color: #000411;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 224px;
  max-width: none;
  height: 58px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-main-two {
  color: #4a4b5c;
  letter-spacing: .002rem;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 165%;
}

.text-block-main-two.bold-text {
  color: #050027;
  font-weight: 400;
}

.pricing-one-off-two {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.pricing-one-relative-two.pricing-one-relative-one {
  background-color: #0000;
}

.pricing-text {
  color: #050027;
  letter-spacing: -.038em;
  font-family: Hanken Grotesk;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 110%;
  position: static;
}

.pricing-text.monthly {
  color: #b07b6a;
  position: static;
}

.pricing-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  margin-left: -1em;
  margin-right: -1em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.pricing-card-grid.yearly {
  display: block;
}

.pricing-card-grid.monthly {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1.5fr;
}

.button-text-two {
  letter-spacing: .16rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.pricing-table-two {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.pricing-table-two.monthly {
  border: 1px #000;
  flex-direction: column;
  display: block;
}

.pricing-text-btn-two {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.pricing-one-text {
  color: #7c7b7b;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  font-family: Hanken Grotesk;
  font-size: 25px;
  line-height: 28px;
  display: block;
}

.pricing-one-on {
  z-index: 1;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.monthly-tab-name {
  color: #050027;
  text-align: left;
  margin-left: 5px;
  font-size: 18px;
  line-height: 22.5px;
}

.monthly-tab-name.yearly {
  text-align: center;
  letter-spacing: .02rem;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 128%;
}

.monthly-tab-name.monthly {
  color: #000;
  text-align: center;
  letter-spacing: .02rem;
  margin-left: 17px;
  font-family: Questrial;
  font-size: 1.125rem;
  line-height: 128%;
}

.case-details-grid {
  align-items: stretch;
  display: flex;
}

.case-client {
  margin-bottom: 83px;
}

.case-client-heading {
  color: #935d4b;
  text-align: center;
  font-family: Questrial;
  font-size: 18px;
  line-height: 27px;
}

.case-study-details-section {
  padding-top: 7.1875rem;
  padding-bottom: 9.375rem;
}

.case-study-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  padding-right: 0%;
  display: flex;
}

.case-details-container {
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
}

.case-study-left-side {
  background-color: #f8f4f3;
  width: 328px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.case-study-column {
  flex: 1;
  width: 40%;
  display: block;
  position: relative;
}

.case-study-column.case-study-one {
  flex: 0 auto;
  width: 35%;
  padding-top: 36px;
}

.case-study-column.case-study-two {
  flex: 0 auto;
  width: 60%;
}

.case-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.case-details-right.case-details-right-one {
  height: auto;
}

.case-details-right.case-details-right-two {
  height: auto;
  margin-top: 0;
}

.case-details-right.case-details-right-three {
  height: auto;
}

.case-client-desc {
  color: #000411;
  text-align: center;
  font-family: Questrial;
  font-size: 30px;
  line-height: 42px;
}

.case-teaser-img-wrap {
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.home-two-create-text {
  max-width: 75%;
}

.footer-powered-by {
  margin-left: 1rem;
}

.hm-two-teaser-col-text-block {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-left: auto;
  padding-top: 190px;
  display: none;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.home-two-scroll-grid {
  align-items: stretch;
  display: flex;
}

.advance-text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  font-size: 60px;
  line-height: 90px;
  transform: rotate(0);
}

.hmtwo-teaser-img-wrap {
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-two-scroll-container {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.home-two-teaser-column {
  width: 50%;
  display: block;
  position: relative;
}

.home-two-teaser-column.home-two-teaser-three {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
  transform: rotate(-90deg);
}

.home-two-teaser-column.home-two-teaser-one {
  width: 37%;
}

.home-two-scroll-section {
  background-color: #020205;
}

.white-heading-main {
  color: #fff;
}

.case-list {
  padding-left: 18px;
}

.blog-one-main-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 1.8rem;
  display: flex;
}

.case-box-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 1rem;
  display: flex;
}

.case-study-box-title {
  font-size: 1.25rem;
  line-height: 140%;
}

.case-study-box-title:hover {
  color: #935d4b;
}

.blog-all-section {
  padding-top: 7.125rem;
  padding-bottom: 10rem;
}

.blog-one-collection {
  flex: 1;
}

.preloader-counter {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto;
}

.preloader-top {
  color: #000;
  background-color: #030303;
  height: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-counter-box {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.all-texts {
  color: #0000;
  background-color: #0000;
  flex: 1;
}

.all-texts.alt-text-one {
  padding-right: .7rem;
}

.all-texts.alt-text-two {
  flex: 0 auto;
  padding-right: .6rem;
}

.preloader-text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Antonio;
  font-size: 80px;
  font-weight: 400;
  line-height: 92px;
}

.preloader-counter-number {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  height: 90px;
  display: flex;
  overflow: hidden;
}

.preloader-bottom {
  color: #000;
  background-color: #000;
  height: 50%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-plus-image {
  object-fit: cover;
}

.pricing-plus-image.pricing-plus-one {
  margin-left: 2px;
}

.landing-cta-section {
  background-image: url('../images/CTA-Bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 8.125rem;
}

.heading {
  margin-top: -3.5rem;
  padding-bottom: 2rem;
}

.hidden {
  display: none;
}

.blog-one-ttle:hover {
  color: #935d4b;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.card {
  color: #fff;
  background-color: #000;
  border: 2px #000;
  width: 100%;
  padding: 42px 42px 0;
  position: relative;
  overflow: visible;
}

.horizontal-scroll-section {
  padding-bottom: 0;
  padding-left: 0;
}

.horizontal-scroll-section.home-three-project-sction {
  background-color: #eceef1;
}

.sticky-container-two {
  width: 100%;
  height: 300vw;
  display: flex;
  position: relative;
}

.sticky-wrap-two {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner-two {
  align-items: flex-start;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card-two {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 77%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.documentation-section {
  padding-top: 7.1rem;
  padding-bottom: 5rem;
}

.middle-img {
  border: 1px solid #e1e1e1;
}

.innerpage-banner-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 18rem;
  padding-bottom: 15rem;
  display: block;
}

.documentation-section-two {
  padding-bottom: 7.7rem;
}

.documentation-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.documentaion-block-two {
  flex: 1;
}

.team-block {
  background-image: url('../images/speechless-.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  padding: 0;
  overflow: hidden;
}

.team-block.team-member-one {
  background-image: url('../images/Team-Image-One.webp');
}

.team-block.team-member-two {
  background-image: url('../images/Team-Image-Three.webp');
}

.team-block.team-member-three {
  background-image: url('../images/Team-Image-Two.webp');
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.about-hero-section {
  background-image: url('../images/About-Banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9.5rem;
}

.about-hero-section.about-hero-overlay {
  background-image: linear-gradient(#0003, #0003), url('../images/045.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.about-hero-section.about-hero-overlay.angebot {
  background-image: linear-gradient(#0003, #0003), url('../images/004.webp'), url('../images/045.webp');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
}

.about-hero-section.about-hero-overlay.kontakt-header {
  background-image: linear-gradient(#0003, #0003), url('../images/001.webp'), url('../images/045.webp');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
}

.about-hero-section.about-hero-overlay.zertifikate {
  background-image: linear-gradient(#0003, #0003), url('../images/004.webp'), url('../images/045.webp');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
}

.financial-heading {
  color: #a9796a;
  padding-top: 1rem;
  font-family: Hanken Grotesk;
  font-size: 2.8125rem;
  line-height: 2.5rem;
}

.service-hero-section {
  padding-top: 12.5rem;
}

.our-services-hifen-text {
  color: #000411;
  letter-spacing: normal;
  text-transform: uppercase;
  background-image: url('../images/Service-Line.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 68px;
  padding-left: 5rem;
  font-family: Hanken Grotesk;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.service-heading-block {
  padding-right: 8.75rem;
}

.service-case-block {
  display: flex;
}

.service-case-three-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  display: flex;
}

.service-case-text-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  padding-right: 0;
  display: block;
}

.service-section-two {
  padding-top: 7.625rem;
}

.service-case-single-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  padding: 11rem 1.5625rem 1.5625rem;
  overflow: hidden;
}

.service-case-single-block.service-single-one {
  background-image: url('../images/Service-Sofa.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-case-single-block.service-single-two {
  background-image: url('../images/Service-Typewriter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-case-single-block.service-single-three {
  background-image: url('../images/Service-Staircase.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-case-info-block {
  background-color: #fff;
  padding: 1.125rem 1rem 1.125rem 1.5625rem;
}

.service-title-strategic {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 140%;
}

.service-title-strategic:hover {
  color: #935d4b;
}

.margin-top-onerem {
  margin-top: 1.2rem;
}

.best-consultant-block {
  text-align: center;
}

.service-four-bg-section {
  background-image: url('../images/Service-Consultant-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11.5625rem;
  padding-bottom: 12.5rem;
}

.service-four-bg-section.service-bg-overlay {
  background-image: linear-gradient(#0003, #0003), url('../images/Service-Consultant-Bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-section-three {
  padding-top: 7.5rem;
  padding-bottom: 8.25rem;
}

.service-name-block-single {
  flex: 1;
}

.service-name-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.service-name-link-block {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.service-link-arrow {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.service-link-name {
  flex: 0 auto;
}

.service-link-block {
  border: 1px #626262;
  border-bottom-style: dotted;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.service-link-block.service-no-border {
  border-bottom-style: none;
}

.full-width-link {
  width: 100%;
  text-decoration: none;
}

.other-service-block {
  flex: 1;
  max-width: 28%;
  padding-top: 1.4rem;
}

.teaser-img-wrap {
  height: 70vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service-details-grid-wrap {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.service-details-woman-block {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.service-details-woman-block.service-details-woman-one, .service-details-woman-block.service-details-woman-two {
  margin-bottom: 80px;
  display: flex;
}

.service-details-woman-block.service-details-woman-three {
  margin-bottom: 0;
  display: flex;
}

.service-details-grid-wrapper {
  max-width: none;
  padding-right: 15%;
}

.service-list {
  min-height: auto;
  padding-bottom: .25rem;
}

.service-details-grid-col {
  width: 50%;
  display: block;
  position: relative;
}

.service-details-grid-col.service-details-grid-two {
  background-color: #fff;
  width: 100%;
  padding-top: 144px;
  padding-bottom: 140px;
  padding-left: 250px;
}

.service-details-grid-col.service-details-grid-one {
  z-index: 1;
  width: 60%;
  padding-top: 148px;
  padding-bottom: 150px;
  left: 200px;
}

.service-details-image {
  width: 100%;
}

.expert-strategy-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 90vh;
  padding-left: 0%;
  display: flex;
  top: 150px;
  bottom: auto;
}

.service-details-section-one {
  background-image: url('../images/Service-Details-Banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-details-text {
  padding-top: 358px;
  padding-bottom: 230px;
}

.service-details-banner-heading {
  color: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.service-details-grid {
  align-items: stretch;
  display: flex;
}

.expert-text.expert-text-one, .expert-text.expert-text-three, .expert-text.expert-text-two {
  color: #000411;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-left: .125rem;
  font-family: Hanken Grotesk;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 120%;
}

.service-details-section-two {
  background-color: #fafafa;
  padding: 9.0625rem 0% 5.8rem;
  display: block;
}

.expert-strategy-text-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.expert-strategy-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1320px;
  display: flex;
  position: relative;
}

.expert-number.expert-number-one, .expert-number.expert-number-three, .expert-number.expert-number-two {
  color: #000411;
  font-family: Hanken Grotesk;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}

.details-text-card {
  border-bottom: 1px solid #cac8c8;
  margin-bottom: 50px;
  padding-bottom: 55px;
}

.service-case-container {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.service-five-section {
  background-color: #faf4f2;
  padding-top: 7.0625rem;
  padding-bottom: 8.75rem;
}

.featured-service-block {
  display: flex;
}

.featured-service-text {
  flex: 1;
  max-width: 45%;
  padding-right: 0;
}

.seatured-service-icon {
  flex: 1;
}

.featured-service-four-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 2.3125rem;
  display: flex;
}

.featured-service-four-block.featured-service-four-one {
  padding-top: 6.25rem;
}

.featured-service-single-block {
  flex: 1;
}

.service-details-container {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.business-heading {
  color: #141f39;
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 2rem;
}

.details-arrow-list {
  background-image: url('../images/Details-Check-Icon_1Details-Check-Icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 2rem;
}

.padding-top-1-25rem {
  padding-top: 1.25rem;
}

.service-details-link-block {
  transition: transform .45s;
  transform: translate(0);
}

.service-details-link-block:hover {
  transform: translate(10px)translate(0);
}

.home-two-service-block-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: flex;
}

.image {
  width: 250px;
}

.heading-2 {
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: Sortsmillgoudy_Google, sans-serif;
}

.heading-4, .heading-5 {
  color: var(--carmen-gruen);
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.image-2 {
  width: 48px;
  transform: rotate(44deg);
}

.blatt-opener {
  align-self: flex-start;
  margin-left: 16px;
}

.h1-unsichtbar {
  margin-top: -50px;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.1rem;
}

.h3-header-startseite {
  color: var(--off-white);
  margin-top: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-weight: 400;
}

.text-block-main-unterueberschrift {
  width: auto;
  min-height: auto;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.125rem;
  line-height: 165%;
}

.text-block-main-unterueberschrift.margin-top-one {
  width: 100%;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.125rem;
  line-height: 165%;
}

.text-block-main-unterueberschrift.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.text-block-main-unterueberschrift.margin-top-one.deeo-grey.width-half {
  color: #ffffffb3;
  width: 80%;
}

.text-block-main-unterueberschrift.margin-top-one.deeo-grey.width-quarter {
  width: 90%;
}

.text-block-main-unterueberschrift.margin-top-one.deep-grey {
  color: #ffffffb3;
}

.text-block-main-unterueberschrift.margin-top-one.margin-bottom-1em {
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.3rem;
}

.text-block-main-unterueberschrift.margin-bottom-1em {
  margin-bottom: 1em;
}

.text-block-main-unterueberschrift.deep-grey {
  color: #ffffffb3;
}

.text-block-main-unterueberschrift.bold-text {
  color: #000;
  font-family: Questrial;
  font-weight: 400;
}

.text-block-main-unterueberschrift.bold-text.margin-top-one {
  font-weight: 400;
}

.text-block-main-unterueberschrift.blog-date {
  background-image: url('../images/Calendar_1Calendar.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: .125em;
  margin-left: 0;
  padding-left: 1.5rem;
}

.text-block-main-unterueberschrift.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.text-block-main-unterueberschrift.margin-top-0-5-rem {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.text-block-main-unterueberschrift.margin-top-0-5-rem.half-width-text {
  padding-right: 16%;
}

.logo {
  margin-top: -6px;
}

.logo-footer {
  max-width: 80%;
  margin-top: -17px;
}

.webdesigner-link {
  opacity: .4;
  text-align: center;
}

.paragraph {
  color: var(--white);
  text-align: center;
  font-family: Familjengrotesk_Google, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-weight: 400;
}

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

.kontakt-cta {
  background-color: #1d1d1f;
  background-image: linear-gradient(#1c1f1f8f, #1c1f1f8f), url('../images/001.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: -2px;
  padding-top: 9.8em;
  display: block;
  overflow: hidden;
}

.heading-6 {
  font-size: 2rem;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
  margin-left: 80px;
  margin-right: 80px;
}

.block-quote-2 {
  margin: 60px 220px;
  font-family: Sortsmillgoudy_Google, sans-serif;
}

.icon-4 {
  background-color: #cacaca80;
  margin-top: 90px;
}

.slide-nav {
  display: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide-3 {
  padding-left: 200px;
  padding-right: 200px;
}

.social-link-image {
  height: 14px;
  margin-right: 14px;
}

.justify-content-center {
  clear: none;
  text-align: center;
  white-space: normal;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copyright {
  margin-top: 40px;
}

.slider-arrow-right-2 {
  position: absolute;
  left: 64px;
}

.slide-button-2 {
  background-color: var(--carmen-gruen);
  color: #2f2f2f;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: -120px;
  margin-right: -120px;
  transition: all .35s;
  display: flex;
}

.slide-button-2:hover {
  background-color: var(--font-grey);
}

.text-block-3 {
  color: var(--font-grey);
}

.large-heading-2 {
  letter-spacing: -.03em;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.large-heading-2.no-bottom-margin {
  color: var(--carmen-gruen);
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Sortsmillgoudy_Google, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.large-heading-2.no-bottom-margin.h4-kleiner {
  font-size: 24px;
  line-height: 40px;
}

.menu-oeffnungszeiten {
  grid-column-gap: 6px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

.container-large {
  width: 100%;
  max-width: 792px;
}

.text-white {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.slider-arrow-left-2 {
  position: absolute;
  left: -28px;
}

.main-container {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: block;
}

.quote-author-2 {
  margin-top: 56px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-logo {
  height: 100px;
  display: block;
}

.footer-1-body {
  padding-top: 84px;
  padding-bottom: 56px;
}

.menu-grid-vertical {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3b3b3b;
  border: 2px solid #3b3b3b;
  border-radius: 200px;
  margin: auto auto 40px;
  padding: 12px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: block;
}

.button:hover {
  color: #131313;
  background-color: #0000;
}

.button.large {
  margin-bottom: 80px;
  padding: 19px 56px;
}

.button.large.bg-white {
  justify-content: flex-end;
  margin-bottom: auto;
  display: flex;
}

.quote-slider-2 {
  background-color: var(--mint);
  height: auto;
  box-shadow: none;
  flex-direction: column;
  margin-left: 150px;
  margin-right: 150px;
  padding: 40px 0;
  display: flex;
}

.uppercase {
  color: #131313;
  text-transform: uppercase;
  font-weight: 700;
}

.uppercase.footer-heading {
  color: #fcfcfc;
  margin-bottom: 21px;
}

.uppercase-2 {
  color: var(--font-grey);
  text-transform: uppercase;
  font-family: Familjengrotesk_Google, sans-serif;
  font-weight: 700;
}

.link-block-5 {
  display: none;
}

.large-fliesstext {
  float: none;
  color: #3b3b3b;
  text-align: center;
  letter-spacing: -.01em;
  margin-right: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.tage {
  color: #8c8c8c;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-12 {
  color: #fcfcfc;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.small-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.scroll-slider {
  background-color: #131313;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-menu-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 84px;
}

.load-second {
  max-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.main-container-2 {
  width: 100%;
  max-width: 1272px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 28px;
  padding-right: 28px;
}

.screenshot-container {
  display: flex;
}

.hover-link {
  opacity: .5;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.hover-link.social-link {
  align-items: center;
  display: flex;
}

.hover-link.text-white {
  text-align: left;
}

.slide-nav-2 {
  height: 14px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}

.footer-1-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 0;
  padding-bottom: 84px;
  display: grid;
}

.quote-slide-2 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: #fcfcfc;
}

.screenshot {
  object-fit: cover;
  flex: none;
  width: 370px;
  max-width: 100%;
  height: 100%;
  margin-left: 14px;
  margin-right: 14px;
  display: block;
}

.referenzen {
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/06_HG_web.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-top: 0;
  padding: 80px 28px;
}

.heading-7 {
  color: var(--carmen-gruen);
}

.text-block-centered {
  width: auto;
  min-height: auto;
  color: var(--font-grey);
  text-align: center;
  letter-spacing: .002rem;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-centered.margin-top-one {
  width: 100%;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-centered.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.text-block-centered.margin-top-one.deeo-grey.width-half {
  color: #ffffffb3;
  width: 80%;
}

.text-block-centered.margin-top-one.deeo-grey.width-quarter {
  width: 90%;
}

.text-block-centered.margin-top-one.deep-grey {
  color: #ffffffb3;
}

.text-block-centered.margin-top-one.margin-bottom-1em {
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
}

.text-block-centered.margin-bottom-1em {
  margin-bottom: 1em;
}

.text-block-centered.deep-grey {
  color: #ffffffb3;
}

.text-block-centered.bold-text {
  color: #000;
  font-family: Questrial;
  font-weight: 400;
}

.text-block-centered.bold-text.margin-top-one {
  font-weight: 400;
}

.text-block-centered.blog-date {
  background-image: url('../images/Calendar_1Calendar.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: .125em;
  margin-left: 0;
  padding-left: 1.5rem;
}

.text-block-centered.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.text-block-centered.margin-top-0-5-rem {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.text-block-centered.margin-top-0-5-rem.half-width-text {
  padding-right: 16%;
}

.heading-8 {
  color: var(--carmen-gruen);
}

.fliesstext-ganz-privat {
  padding-bottom: 80px;
}

.list-points {
  color: var(--font-grey);
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
}

.create-culture-image-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.unterueberschrift {
  width: auto;
  min-height: auto;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.unterueberschrift.margin-top-one {
  width: 100%;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.unterueberschrift.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.unterueberschrift.margin-top-one.deeo-grey.width-half {
  color: #ffffffb3;
  width: 80%;
}

.unterueberschrift.margin-top-one.deeo-grey.width-quarter {
  width: 90%;
}

.unterueberschrift.margin-top-one.deep-grey {
  color: #ffffffb3;
}

.unterueberschrift.margin-top-one.margin-bottom-1em {
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
}

.unterueberschrift.margin-bottom-1em {
  margin-bottom: 1em;
}

.unterueberschrift.deep-grey {
  color: #ffffffb3;
}

.unterueberschrift.bold-text {
  color: #000;
  font-family: Questrial;
  font-weight: 400;
}

.unterueberschrift.bold-text.margin-top-one {
  font-weight: 400;
}

.unterueberschrift.blog-date {
  background-image: url('../images/Calendar_1Calendar.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: .125em;
  margin-left: 0;
  padding-left: 1.5rem;
}

.unterueberschrift.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.unterueberschrift.margin-top-0-5-rem {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.unterueberschrift.margin-top-0-5-rem.half-width-text {
  padding-right: 16%;
}

.mein-angebot {
  padding-top: 80px;
}

.paragraph-13 {
  color: var(--carmen-gruen);
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 2.8rem;
}

.h2-angebote {
  color: var(--carmen-gruen);
  text-transform: none;
}

.heading-9 {
  color: var(--carmen-gruen);
  text-transform: none;
  margin-top: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.angebot-auflistung {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 17px;
}

.inhalt-angebot {
  padding-top: 20px;
  padding-bottom: 20px;
}

.leistungen-dropdown-div {
  margin-bottom: 180px;
  display: none;
}

.plus-line-h {
  background-color: var(--carmen-gruen);
  width: 100%;
  height: 2px;
  position: absolute;
}

.split-content.services-right {
  z-index: 1;
  position: relative;
}

.split-content.services-left {
  z-index: 1;
  max-width: 522px;
  position: relative;
}

.div-block-7 {
  background-color: #e3edf4;
  padding: 20px;
}

.heading-10 {
  color: var(--carmen-gruen);
  letter-spacing: 0;
}

.text-block-11 {
  color: #045c9a;
  text-align: left;
  padding-right: 10px;
  font-size: 21px;
  text-decoration: none;
}

.text-block-11:hover {
  color: #3d3d3d;
}

.dropdown-list-2 {
  background-color: #045c9a1c;
}

.dropdown-list-2.w--open {
  background-color: #f1f5f9;
  padding: 20px 20px 30px;
}

.bold-text-4 {
  color: var(--carmen-gruen);
  font-size: 1.8rem;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #045c9a;
  background-image: linear-gradient(to right, #3f7da9, #045c9a);
  border-radius: 12px;
  padding: 24px 32px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 0 #1d6fb71f;
}

.button-primary:hover {
  color: #fff;
  transform: translate3d(0, -4px, .01px);
  box-shadow: 0 4px 15px #1d6fb799;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

.dropdown-link:hover {
  color: #045c9a;
}

.accordion-heading {
  flex: 1;
  margin: 4px 16px 4px 20px;
  font-size: 18px;
  font-weight: 700;
}

.accordion-info {
  padding-left: 60px;
  padding-right: 20px;
}

.list-item {
  color: #3d3d3d;
}

.shape {
  position: absolute;
}

.shape.services-1 {
  max-width: 25%;
  bottom: -10px;
  right: -10px;
}

.accordion-icon {
  width: 24px;
  margin-right: 12px;
  transform: rotate(30deg);
}

.accordion-item {
  border-top: 1px #e3e3e3;
  border-bottom: 1px solid var(--carmen-gruen);
  text-align: left;
  margin-bottom: -1px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.plus-line-v {
  background-color: var(--carmen-gruen);
  width: 2px;
  height: 100%;
  position: absolute;
}

.dropdown {
  background-color: #045c9a1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background-color .2s;
}

.dropdown:hover {
  background-color: #f1f5f9;
}

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

.content-top.services {
  margin-bottom: 57px;
  position: relative;
}

.introtext-leistungen {
  color: #3d3d3d;
  margin-bottom: 20px;
  font-weight: 400;
}

.container-default {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.accordion-plus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.leistungen-dropdown-grid {
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 80px;
  display: block;
}

.leistungen-dropdown-grid-neu {
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 80px;
}

.div-block-8, .zusatzleistungen, .div-block-9 {
  margin-top: 20px;
}

.text-block-angebot {
  width: auto;
  min-height: auto;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-angebot.margin-top-one {
  width: 100%;
  color: var(--font-grey);
  letter-spacing: .002rem;
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
  line-height: 165%;
}

.text-block-angebot.margin-top-one.deeo-grey {
  color: #b9b9b9;
}

.text-block-angebot.margin-top-one.deeo-grey.width-half {
  color: #ffffffb3;
  width: 80%;
}

.text-block-angebot.margin-top-one.deeo-grey.width-quarter {
  width: 90%;
}

.text-block-angebot.margin-top-one.deep-grey {
  color: #ffffffb3;
}

.text-block-angebot.margin-top-one.margin-bottom-1em {
  font-family: Familjengrotesk_Google, sans-serif;
  font-size: 1.2rem;
}

.text-block-angebot.margin-bottom-1em {
  margin-bottom: 1em;
}

.text-block-angebot.deep-grey {
  color: #ffffffb3;
}

.text-block-angebot.bold-text {
  color: #000;
  font-family: Questrial;
  font-weight: 400;
}

.text-block-angebot.bold-text.margin-top-one {
  font-weight: 400;
}

.text-block-angebot.blog-date {
  background-image: url('../images/Calendar_1Calendar.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: .125em;
  margin-left: 0;
  padding-left: 1.5rem;
}

.text-block-angebot.bold-border-text {
  color: #000;
  border-left: 8px solid #b07b6a;
  padding-left: 1rem;
}

.text-block-angebot.margin-top-0-5-rem {
  margin-top: .7rem;
  margin-bottom: 1.8rem;
}

.text-block-angebot.margin-top-0-5-rem.half-width-text {
  padding-right: 16%;
}

.button-ende-angebot {
  margin-bottom: 100px;
}

.body {
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/06_HG_web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.paragraph-14 {
  font-family: Familjengrotesk_Google, sans-serif;
}

.datenschutz {
  padding-top: 80px;
  padding-bottom: 120px;
}

.was-ich-mag {
  background-image: url('../images/Rectangel-20pro-transparent-green.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 13.6em;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  grid-template-rows: auto;
}

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

.angebot-auflistung-mit-headline {
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 17px;
}

.rich-text-block-2 {
  font-family: Familjengrotesk_Google, sans-serif;
}

.videocontainer {
  padding-top: 120px;
}

.tiertrauer {
  margin-bottom: 60px;
}

@media screen and (min-width: 1280px) {
  .button-in-hero.fixed-width-btn {
    width: 240px;
  }

  .button-in-hero.full-width-button-for-password.first-button.half-width, .button-in-hero.full-width-button-for-password.second-button.half-width {
    width: 70%;
  }

  .button-text.deep-grey {
    color: #c5a49a;
  }

  .wide-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .create-culture {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    text-align: left;
    justify-content: flex-start;
  }

  .create-image-responsive {
    border: 12px solid #f6eceb;
    align-self: center;
    margin-top: 4rem;
    margin-bottom: 0;
    display: none;
    top: auto;
    left: 52%;
  }

  .create-image-desktop {
    position: relative;
  }

  .create-culture-text {
    max-width: 100%;
  }

  .create-culture-image {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .container-three {
    flex-direction: row;
    justify-content: flex-start;
  }

  .expertise-advice {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .case-study {
    grid-column-gap: 405px;
    grid-row-gap: 405px;
  }

  .who-with-us {
    padding-left: 16em;
    padding-right: 16em;
  }

  .work-with-image-small {
    margin-left: -241px;
    display: block;
    position: relative;
    inset: 68px auto auto 0%;
  }

  .strategic-tab {
    margin-left: 0;
    padding-left: 0;
  }

  .case-studies-collection {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-two-recent-post-button {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .blog-two-recent-posts-excerpt {
    padding-right: 8em;
  }

  .utility-page-content.password-page-content {
    max-width: 52%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    display: none;
  }

  .menu-line.top {
    height: 1px;
  }

  .blog-two-main-image {
    display: none;
  }

  .footer-copyright-image {
    padding-top: .25rem;
    padding-left: 0;
    padding-right: .8rem;
    display: block;
  }

  .footer-copyright-image.webflow-img {
    padding-top: 0;
    padding-left: .5rem;
  }

  .home-three-banner-block {
    margin-left: auto;
    margin-right: auto;
  }

  .home-three-service-batch {
    top: -20%;
  }

  .heading-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .integrations-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .mrq-slider {
    display: block;
  }

  .footer-powered-by {
    margin-left: 2.8125rem;
  }

  .preloader {
    height: 100vh;
  }

  .service-details-banner-heading {
    padding-left: 14%;
    padding-right: 14%;
  }

  .main-container {
    margin-top: 0;
  }

  .large-fliesstext {
    color: #3b3b3b;
  }

  .scroll-slider {
    margin-bottom: 0;
  }

  .create-culture-image-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section.home-one-hero {
    background-image: url('../images/027---Retuschiert_RGB_HighRes.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .button-in-hero.fixed-width-btn {
    width: 240px;
  }

  .text-block-main.margin-top-one.deeo-grey.width-quarter {
    width: 90%;
  }

  .create-culture {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
  }

  .create-image-responsive {
    display: none;
  }

  .create-culture-image {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .three-box-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .solving-problems-box {
    width: 40%;
  }

  .expertise-advice {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .case-study {
    grid-column-gap: 425px;
    grid-row-gap: 425px;
  }

  .who-with-us {
    padding-left: 18em;
    padding-right: 18em;
  }

  .column-five {
    padding-left: 4px;
  }

  .strategic-advise.about-two-advice {
    background-position: 28%;
  }

  .strategic-tab {
    margin-left: 0;
  }

  .blog-one-hero-image-one {
    align-items: flex-end;
  }

  .blog-two-new-posts-right {
    padding-left: 0%;
  }

  .blog-two-recent-posts-heading {
    padding-right: 5rem;
  }

  .blog-two-recent-post-button {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .blg-two-post-arw-blk {
    margin-top: -53%;
  }

  .blog-details-cta-container {
    padding-left: 5em;
    padding-right: 5em;
  }

  .blog-two-author-name {
    text-transform: uppercase;
  }

  .utility-page-content.password-page-content {
    max-width: 40%;
  }

  .page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-container {
    max-width: 100vw;
  }

  .nav-menu-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-line.top {
    height: 1px;
  }

  .project-text-block {
    width: 40%;
  }

  .service-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-two-market-text {
    padding-right: 4rem;
  }

  .home-three-banner-block {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-three-culture-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .horizontal-content-block {
    background-position: 28% 10%;
    padding-top: 80px;
    padding-bottom: 145px;
  }

  .testimonial-slider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-two-from-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-page-detail-two {
    display: block;
  }

  .heading-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .blog-box-two-block-main {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .blog-box-two-block-main.blog-box-two-block-one {
    padding-top: 5rem;
  }

  .case-study-box-one-block-main {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .landing-hero-section-particle-one {
    left: 10%;
  }

  .landing-hero-section-particle-two {
    right: 20%;
  }

  .landing-utility-page {
    background-size: contain;
  }

  .mrq-slider {
    display: block;
  }

  .text-block-main-two.margin-top-one {
    margin-top: 1em;
  }

  .blog-one-main-box {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .blog-one-main-box.blog-main-one, .blog-one-main-box.blog-main-two {
    margin-top: 3.8rem;
  }

  .case-box-main {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .case-box-main.case-box-one {
    padding-top: 3rem;
  }

  .service-heading-block {
    padding-right: 13.75rem;
  }

  .service-case-three-block {
    padding-left: 3rem;
  }

  .best-consultant-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .expert-strategy-container {
    max-width: 90%;
  }

  .service-case-container {
    max-width: 1600px;
  }

  .featured-service-text {
    padding-right: 3rem;
  }

  .service-details-container {
    max-width: 100%;
  }

  .text-block-main-unterueberschrift.margin-top-one.deeo-grey.width-quarter {
    width: 90%;
  }

  .main-container {
    margin-top: 0;
  }

  .large-fliesstext {
    color: #3b3b3b;
  }

  .scroll-slider {
    margin-bottom: 0;
  }

  .text-block-centered.margin-top-one.deeo-grey.width-quarter {
    width: 90%;
  }

  .create-culture-image-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .unterueberschrift.margin-top-one.deeo-grey.width-quarter, .text-block-angebot.margin-top-one.deeo-grey.width-quarter {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    line-height: 125%;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-section.home-one-hero {
    background-image: url('../images/027---Retuschiert_RGB_HighRes.webp'), url('../images/027.webp');
    background-position: 50%, 50%;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
  }

  .banner-main-div {
    justify-content: center;
    align-items: flex-end;
  }

  .bannerr-text-div {
    max-width: 85%;
    margin-top: 134px;
  }

  .button-in-hero.fixed-width-btn {
    width: 240px;
    display: block;
  }

  .button-in-hero.full-width-button-for-password {
    width: 100%;
  }

  .home-section-intro {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/06_HG_web.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-block-main.margin-top-one.deeo-grey.width-quarter {
    width: 80%;
  }

  .home-section-uber-mich {
    margin-top: -7.5rem;
  }

  .create-culture {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
  }

  .create-image-responsive {
    border-style: none;
    margin-top: 3.5rem;
    padding-right: 103px;
    display: none;
    transform: rotate(33deg);
  }

  .big-heading {
    margin-right: 0;
  }

  .create-culture-image {
    text-align: right;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
  }

  .container-three {
    max-width: 1320px;
  }

  .solving-problems-box {
    background-color: #000411;
    width: 35%;
    padding: 3.75em 5em 4.0625em;
  }

  .home-section-six {
    display: none;
  }

  .case-study-section-one {
    margin-top: -2px;
  }

  .marque-train-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-container-two, .footer-container-three, .footer-container-one {
    max-width: 1630px;
  }

  .column-two {
    padding-left: 140px;
  }

  .column-five {
    padding-left: 130px;
  }

  .column-six {
    padding-left: 140px;
  }

  .container-client {
    max-width: 90%;
  }

  .about-footer-up {
    background-image: url('../images/About-Solving-Bg.webp');
    padding-top: 545px;
  }

  .work-with-us {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-image-small {
    margin-left: -241px;
  }

  .strategic-advise.about-two-advice {
    background-position: 36%;
    background-repeat: no-repeat;
  }

  .strategic-tab {
    margin-left: 0;
  }

  .case-study-section-three {
    margin-top: -2px;
  }

  .case-study-boxes {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-one-hero-section {
    margin-top: 0;
    padding-top: 4rem;
    overflow: hidden;
  }

  .blog-one-section-two {
    background-position: 50%;
    margin-top: -450px;
  }

  .blog-one-popular-container.blog-details-container {
    max-width: 1320px;
  }

  .blog-one-hero-image-one {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 55%;
  }

  .blog-one-hero-image-two {
    justify-content: flex-end;
  }

  .blog-one-section-three {
    padding-top: 9.9em;
  }

  .featured-post-block {
    justify-content: flex-start;
  }

  .popular-posts-text-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-one-img-two {
    margin-top: 0;
    position: absolute;
  }

  .blog-one-featured-post-block {
    padding-top: 0;
  }

  .blog-two-hero {
    margin-top: 0;
    padding-top: 20em;
    padding-bottom: 3.5em;
  }

  .blog-two-new-posts-right {
    justify-content: flex-start;
    padding-left: 14%;
  }

  .blog-two-recent-posts-heading {
    color: #121e38;
    letter-spacing: -.005rem;
    text-transform: uppercase;
    padding-right: 12rem;
    font-size: 2.8125rem;
  }

  .blog-two-recent-post-image {
    max-width: 25%;
  }

  .blog-two-popular-posts-heading {
    width: 90%;
  }

  .blog-two-recent-post-button {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-two-recent-posts-date, .blog-two-recent-post-date-block {
    width: 100%;
  }

  .blog-two-recent-posts-excerpt {
    padding-right: 14em;
  }

  .featured-blog-posts-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .blog-details-hero-section {
    margin-top: 0;
  }

  .utility-page-content {
    max-width: 1000px;
  }

  .utility-page-content.password-page-content {
    max-width: 40%;
  }

  .password-protected-block {
    padding-bottom: 2rem;
  }

  .page-padding {
    padding-top: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-menu {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .navbar {
    position: relative;
  }

  .nav-menu-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .menu-trigger {
    width: 100px;
  }

  .menu-line.top {
    order: 0;
    width: 80px;
    height: 1px;
  }

  .menu-line.bottom {
    width: 80px;
    height: 1px;
  }

  .nav-menu-content {
    margin-left: 0%;
  }

  .item-menu-wrapper {
    flex: 1;
  }

  .nav-text {
    letter-spacing: -.24px;
    flex: 0 auto;
  }

  .nav-menu-right {
    justify-content: center;
  }

  .image-cover-shape {
    object-fit: fill;
    max-width: none;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .image-hover {
    z-index: 0;
    object-fit: cover;
  }

  .main-image {
    z-index: 0;
    position: absolute;
  }

  .blog-one-image-two {
    overflow: hidden;
  }

  .strategic-advice-tab {
    margin-left: 0;
  }

  .contact-hero-section {
    margin-top: 0;
  }

  .hero-info-div {
    width: 900px;
  }

  .blog-two-main-image {
    display: block;
    top: 17%;
    right: 42%;
  }

  .strategic-advice-left {
    padding-top: 5.3rem;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-section {
    background-color: #ebebeb;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .home-two-advance-text-block {
    flex: 0 auto;
  }

  .home-two-hover-box-one {
    padding-top: 2.375rem;
    padding-bottom: 3.6875rem;
  }

  .home-two-case-inner-box {
    border-bottom: 2px linen;
  }

  .counter-number {
    align-items: stretch;
    height: 60px;
  }

  .counter {
    justify-content: space-between;
  }

  .timeline-progressbar {
    position: sticky;
    top: 0;
  }

  .timeline-progress {
    height: 82%;
  }

  .horizontal-content-block {
    background-position: 30% 11%;
    padding-top: 80px;
    padding-bottom: 145px;
  }

  .testimonial-slider {
    width: 75%;
    padding-left: 5rem;
  }

  .pricing-page-detail-two {
    display: block;
  }

  .pricing-table.upper-border {
    border-top: .5px solid #050027;
  }

  .pricing-plan-table.yearly {
    display: none;
  }

  .landing-hero-section-particle-one {
    left: 18%;
  }

  .heading-top {
    position: relative;
  }

  .landing-hero-section-particle-two {
    right: 25%;
  }

  .wrapper {
    background-color: #0000;
    height: 80%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .mrq-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mrq-container.mrq-container-one {
    justify-content: flex-start;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three.mrq-container-three-three {
    justify-content: flex-start;
  }

  .mrq-container-two {
    justify-content: flex-end;
  }

  .mrq-container-two.mrq-container-two-two {
    justify-content: flex-start;
  }

  .mrq-slider {
    display: block;
  }

  .mrq-train-wrapper {
    flex: none;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .train-wrapper-mrq-container-one {
    justify-content: flex-end;
  }

  .train-wrapper-mrq-container-one.train-wrapper-container-one {
    justify-content: flex-start;
  }

  .pricing-one-tab {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-one-switch-blk-two {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .pricing-one-switch-block-two {
    border-radius: 60px;
    align-items: center;
  }

  .pricing-one-off-two {
    justify-content: flex-start;
    margin-left: 0;
  }

  .pricing-one-relative-two.pricing-one-relative-one {
    width: auto;
  }

  .pricing-card-grid.monthly {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .pricing-text-btn-two {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    padding-left: 0;
    display: flex;
  }

  .pricing-text-btn-two.yearly {
    margin-left: 10px;
    padding-left: 20px;
  }

  .pricing-text-btn-two.monthly {
    margin-left: 0;
  }

  .pricing-one-on {
    opacity: 1;
    border: 1px solid #0000;
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .monthly-tab-name.yearly {
    margin-left: 17px;
  }

  .case-teaser-img-wrap {
    display: flex;
  }

  .hm-two-teaser-col-text-block {
    flex-direction: row;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    margin-left: -300px;
    padding-top: 465px;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .advance-text {
    color: #fff;
    letter-spacing: 0;
    font-family: Hanken Grotesk;
    font-size: 65px;
    line-height: 92px;
    position: static;
    transform: none;
  }

  .hmtwo-teaser-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .hmtwo-teaser-img-two {
    width: auto;
  }

  .home-two-scroll-container {
    padding-left: 0;
  }

  .home-two-teaser-column {
    width: 40%;
  }

  .home-two-teaser-column.home-two-teaser-three {
    align-items: flex-start;
    width: auto;
    display: block;
  }

  .home-two-teaser-column.home-two-teaser-one {
    width: 37%;
  }

  .home-two-scroll-section {
    background-color: #020205;
  }

  .preloader-counter {
    z-index: 1000;
    position: absolute;
    inset: 0%;
  }

  .preloader-top {
    background-color: #030303;
    height: 51%;
    display: block;
  }

  .preloader {
    z-index: 1000;
    text-align: center;
    object-fit: fill;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .all-texts.alt-text-one, .all-texts.alt-text-two {
    padding-right: .125rem;
  }

  .preloader-counter-number {
    height: 90px;
  }

  .preloader-bottom {
    background-color: #030303;
    height: 51%;
    display: block;
  }

  .teaser-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    padding-left: 39%;
    display: flex;
  }

  .service-details-grid-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .service-details-woman-block.service-details-woman-three {
    margin-bottom: 0;
  }

  .service-list {
    font-size: 18px;
    line-height: 36px;
  }

  .service-details-grid-col {
    width: 40%;
  }

  .service-details-grid-col.service-details-grid-two {
    width: 100%;
    padding-top: 148px;
    padding-bottom: 150px;
    padding-left: 300px;
    left: 0;
  }

  .expert-strategy-wrap {
    padding-left: 0%;
    top: 5vh;
  }

  .service-details-section-one {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-details-text {
    z-index: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90%;
    margin-top: 0;
    padding-right: 0;
    display: block;
  }

  .service-details-banner-heading {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .expert-text {
    color: #000411;
    font-size: 50px;
    line-height: 62px;
  }

  .expert-strategy-container {
    justify-content: flex-start;
    max-width: 76%;
    display: flex;
  }

  .expert-number {
    font-size: 25px;
    line-height: 31px;
  }

  .details-text-card {
    padding-top: 0;
  }

  .image {
    width: 350px;
  }

  .text-block-main-unterueberschrift.margin-top-one.deeo-grey.width-quarter {
    width: 80%;
  }

  .kontakt-cta {
    margin-top: -2px;
  }

  .large-heading-2.no-bottom-margin {
    font-size: 36px;
  }

  .container-large.align-center {
    max-width: 1050px;
  }

  .main-container {
    max-width: 1600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
    align-items: center;
    transition-duration: .4s, .4s;
    display: flex;
  }

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

  .uppercase.footer-heading {
    justify-content: flex-start;
  }

  .large-fliesstext {
    color: #3b3b3b;
    margin-bottom: 0;
    line-height: 30px;
  }

  .scroll-slider {
    margin-bottom: 0;
  }

  .load-second {
    flex-direction: row;
  }

  .footer-1-top {
    justify-items: center;
    padding-top: 0;
  }

  .bold-text {
    color: #fff;
  }

  .text-block-centered.margin-top-one.deeo-grey.width-quarter {
    width: 80%;
  }

  .create-culture-image-2 {
    text-align: right;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
  }

  .unterueberschrift.margin-top-one.deeo-grey.width-quarter, .text-block-angebot.margin-top-one.deeo-grey.width-quarter {
    width: 80%;
  }

  .was-ich-mag {
    margin-top: 0;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 115%;
  }

  h2 {
    font-size: 3rem;
    line-height: 115%;
  }

  h4 {
    font-size: 1.7rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .hero-section {
    min-height: 106vh;
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .container-hero {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 50px;
  }

  .banner-main-div {
    justify-content: flex-end;
    height: 60vh;
  }

  .bannerr-text-div {
    max-width: 100%;
  }

  .main-heading {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    line-height: 110%;
  }

  .button-in-hero.fixed-width-btn {
    width: 30vw;
  }

  .button-in-hero.full-width-button-for-password.first-button {
    margin-top: 0;
  }

  .button-in-hero.full-width-button-for-password.first-button.half-width {
    width: 35%;
  }

  .button-in-hero.full-width-button-for-password.second-button {
    margin-top: 0;
  }

  .button-in-hero.full-width-button-for-password.second-button.half-width {
    width: 35%;
  }

  .primary-button {
    padding: 1em 1.5em;
  }

  .home-section-intro {
    padding-top: 4.5rem;
    padding-bottom: 4.0625rem;
  }

  .wide-block {
    flex-direction: column;
  }

  .get-wide-image {
    flex-direction: row;
    order: 1;
    display: none;
  }

  .get-wide-text {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0%;
  }

  .text-block-main {
    font-size: 1.3rem;
  }

  .text-block-main.margin-top-one {
    font-size: 1.1rem;
  }

  .text-block-main.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .text-block-main.margin-top-one.margin-bottom-1em {
    font-size: 1.3rem;
  }

  .text-block-main.margin-top-0-5-rem.half-width-text {
    padding-right: 5%;
  }

  .home-section-uber-mich {
    background-position: 0%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 2.5em;
    padding-bottom: 5em;
  }

  .create-culture {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: block;
  }

  .create-image-desktop {
    width: 100%;
  }

  .big-heading {
    font-size: 3rem;
    line-height: 100%;
  }

  .create-culture-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .create-culture-image {
    padding-top: 2.8125em;
  }

  .container-three {
    flex-direction: column;
    justify-content: center;
  }

  .home-section-four {
    padding-top: 5em;
    padding-bottom: 4.4em;
    overflow: hidden;
  }

  .three-box-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .solving-problems-box {
    width: 100%;
  }

  .get-started-box {
    justify-content: center;
    margin-top: 2rem;
  }

  .home-section-six {
    padding-top: 3.125em;
    padding-bottom: 0;
  }

  .expertise-advice-text-block {
    max-width: 100%;
  }

  .expertise-advice {
    display: block;
  }

  .case-study-section-one {
    padding-top: 4.3em;
  }

  .case-study-button {
    justify-content: flex-start;
    max-width: 100%;
    padding-top: 3em;
  }

  .case-study-text {
    max-width: 100%;
  }

  .case-study {
    display: block;
  }

  .client-section {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .who-with-us {
    padding-left: 4em;
    padding-right: 4em;
  }

  .who-with-us.align-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .home-client-marque-slider.wht {
    padding-bottom: 0;
  }

  .marque-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 4.0625rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
  }

  .footer-heading-small {
    font-family: Sortsmillgoudy_Google, sans-serif;
  }

  .footer-info-text {
    text-transform: none;
    font-family: Familjengrotesk_Google, sans-serif;
  }

  .footer-link-block-one {
    display: block;
  }

  .footer-container-two {
    padding-top: .625rem;
    padding-bottom: 3.75rem;
  }

  .footer-container-three {
    padding-top: 6em;
  }

  .column-one {
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .column-two {
    padding-left: 10px;
  }

  .column-three {
    padding-right: 10px;
  }

  .column-five {
    padding-top: 3.125em;
    padding-right: 10px;
  }

  .footer-social-block {
    padding-top: 3.75rem;
  }

  .column-six {
    padding-top: 0;
  }

  .container-client {
    max-width: 100%;
  }

  .about-counter-main {
    padding-top: 5em;
    padding-bottom: 1em;
  }

  .work-with-us {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .work-with-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    width: 45%;
  }

  .work-with-image-small {
    display: none;
  }

  .about-section-three {
    padding-top: 1rem;
  }

  .strategic-advise {
    padding-top: 3.3em;
  }

  .strategic-advise.about-two-advice {
    padding-top: 4.4em;
  }

  .strategic-advice-text-box {
    width: 100%;
  }

  .case-study-section-three {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .case-study-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-study-box-main {
    margin-bottom: -70px;
  }

  .case-link {
    margin-left: 25px;
    margin-right: 25px;
    top: -150px;
  }

  .case-studies-collection {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-one-hero-section {
    padding-top: 2.8rem;
  }

  .blog-one-hero-image-one {
    width: 100%;
  }

  .blog-one-hero-image-two {
    display: none;
  }

  .blog-one-section-three {
    padding-top: 4.375rem;
    padding-bottom: 3.25rem;
  }

  .blog-one-popular-posts-block {
    display: block;
  }

  .blog-one-popular-posts-block.margin-bottom-4em {
    margin-bottom: 2.5em;
    display: flex;
  }

  .blog-one-popular-posts-block.margin-bottom-4em.margin-top-1em {
    margin-top: 1em;
  }

  .blog-one-popular-posts-block.margin-bottom-4em.margin-top-1em.blog-one-margin-one {
    margin-bottom: 4em;
    display: flex;
  }

  .featured-post-block {
    width: 100%;
    padding-bottom: 1em;
  }

  .blog-one-date-block {
    padding-top: 1em;
    padding-bottom: 0;
  }

  .blog-one-section-four {
    padding-top: 2.5rem;
    padding-bottom: 3.9rem;
  }

  .blog-one-featured-post-block {
    margin-top: 0;
  }

  .blog-two-hero {
    background-image: url('../images/Rectangle-Bg-Home.webp');
    background-position: 0 100%;
    padding-bottom: 4.7em;
  }

  .blog-two-recent-posts {
    display: block;
  }

  .blog-two-new-post-left {
    width: 100%;
  }

  .blog-two-new-posts-right {
    width: 100%;
    padding-left: 0%;
    display: none;
  }

  .blog-two-recent-post-author-block {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blog-two-recent-posts-heading {
    font-size: 2.8125rem;
    line-height: 100%;
  }

  .blg-two-post-arw-blk {
    margin-top: -90%;
    display: none;
  }

  .blog-two-other-posts {
    padding-bottom: 0;
  }

  .blog-two-recent-posts-excerpt {
    padding-right: 0;
  }

  .contact-form {
    margin-top: 1rem;
  }

  .padding-top-bottom-22-rem {
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .featured-blog-posts-block {
    width: 100%;
    padding: 4rem .5%;
  }

  .featured-post-author-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 1em;
  }

  .featured-post-divider {
    margin-top: 2em;
    margin-bottom: 1.7em;
  }

  .featured-blog-section {
    padding-bottom: 4.5rem;
  }

  .blog-details-cta-button {
    padding-top: 1em;
  }

  .blog-details-cta-container {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }

  .blog-details-rich-text {
    padding-top: 2.9rem;
    padding-bottom: 3.3rem;
  }

  .utility-page-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .utility-page-content.password-page-content {
    max-width: 75%;
    padding: 1.5rem 2rem 2.4rem;
  }

  .password-protected-block {
    padding-bottom: 1rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    display: block;
  }

  .nav-container {
    max-width: 100vw;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-trigger, .menu-line.top, .menu-line.bottom {
    width: 60px;
  }

  .nav-text {
    font-family: Sortsmillgoudy_Google, sans-serif;
    font-size: 50px;
  }

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

  .main-image {
    display: block;
  }

  .m-image-animation {
    height: auto;
  }

  .case-study-box {
    height: 350px;
  }

  .strategic-advice-tab {
    width: 100%;
  }

  .contact-arrow-block {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .contact-form-with-text {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    display: block;
  }

  .contact-form-image-box {
    padding-bottom: 2rem;
  }

  .contact-form-image-block {
    width: 100%;
    height: 600px;
  }

  .contact-form-image {
    width: 100%;
  }

  .contact-hero-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .hero-info-div {
    width: 100%;
  }

  .project-image-inner {
    width: 243px;
    height: 224px;
    margin-top: -3rem;
    display: block;
  }

  .container-project-one {
    padding-bottom: 4.375rem;
    overflow: hidden;
  }

  .templates-hero-section {
    padding-top: 10.7rem;
    padding-bottom: 11rem;
  }

  .style-guide-heading {
    font-size: 3.5rem;
    line-height: 100%;
  }

  .style-guide-for-color {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-color-text {
    font-size: 1.5rem;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .style-guide-for-typography {
    padding-top: 2.75rem;
    padding-bottom: 4.375rem;
  }

  .heading-block-one, .heading-block-two {
    margin-bottom: 3.6rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .heading-block-four {
    margin-bottom: 3.6rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .padding-top-7rem {
    padding-top: 4.375rem;
  }

  .what-we-do-text-block {
    padding-top: 0%;
  }

  .about-two-counter-section {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .about-two-excellence-section {
    background-image: url('../images/Footer-Bg.webp');
    background-position: 50% 100%;
    padding-top: 3.6rem;
    padding-bottom: 4.375rem;
  }

  .strategic-advice-for-excellence {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: block;
  }

  .strategic-advice-left {
    width: 100%;
    padding-top: 0;
  }

  .about-two-lists {
    padding-top: 0;
  }

  .for-excellence-image-animation {
    margin-bottom: 3em;
  }

  .strategic-advice-image-animation {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .list-block {
    margin-bottom: 3.6rem;
  }

  .licencing-section {
    padding-top: 2.9rem;
    padding-bottom: 4.375rem;
  }

  .main-project-block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .project-link-block {
    width: 20%;
  }

  .project-image-block {
    width: 30%;
  }

  .project-text-block {
    width: 50%;
  }

  .main-heading-span {
    font-size: 15vw;
    bottom: -90%;
  }

  .blg-one-collection-two {
    flex: 1;
  }

  .collection-list {
    display: block;
  }

  .blg-one-collection-three {
    align-self: stretch;
  }

  .white-heading-two.align-middle-responsive {
    text-align: center;
  }

  .home-two-market-benefits {
    padding-top: 2.8125rem;
    padding-bottom: 4.375rem;
  }

  .home-two-market-block {
    display: block;
  }

  .home-two-market-text {
    text-align: left;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .home-two-discover-section {
    padding-top: 2.5rem;
  }

  .home-two-research-block.margin-top-bottom-tworem {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .home-two-discover-research-block {
    display: block;
  }

  .home-two-discover-main-block {
    margin-bottom: 2rem;
  }

  .home-two-research-image {
    text-align: left;
    padding-left: 0;
  }

  .home-two-planning-section {
    padding-bottom: 4.375rem;
  }

  .home-two-hover-box-one {
    padding-left: 1.2rem;
  }

  .home-two-help-section {
    padding-top: 2.8125rem;
    padding-bottom: 4.375rem;
  }

  .home-two-we-help-block {
    display: block;
  }

  .home-two-we-help-img {
    margin-left: 0;
    padding-top: 1.4375rem;
  }

  .white-client-section {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .home-two-financial-section {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }

  .home-two-contact-section {
    padding-top: 2.8125rem;
    padding-bottom: 4.375rem;
  }

  .home-two-contact-block {
    display: block;
  }

  .home-two-contact-image {
    padding-right: 0;
    display: none;
  }

  .home-two-contact-text {
    text-align: left;
  }

  .home-two-contact-heading {
    min-width: 100%;
  }

  .team-into-wrapper {
    padding-bottom: 1rem;
  }

  .team-person-block {
    padding-left: 2rem;
  }

  .home-two-team-heading {
    font-size: 1.5rem;
  }

  .team-link-block-social {
    margin-left: .25rem;
    margin-right: .25rem;
  }

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

  .home-two-team-section {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }

  .home-two-service-section {
    padding-top: 2.5rem;
    padding-bottom: 3.3125rem;
  }

  .footer-text-block-brwn {
    font-size: 1.4rem;
  }

  .home-three-wide-range-section {
    padding-bottom: 2.4rem;
  }

  .home-three-advice-section {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  .home-three-service-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    display: block;
  }

  .home-three-service-box {
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 0 2.1875rem;
  }

  .home-three-wide-section {
    padding-bottom: 0;
  }

  .home-three-service-text-block {
    padding-bottom: 1.25rem;
  }

  .about-who-we-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-expertise-section {
    padding-top: 4.375rem;
    padding-bottom: 2rem;
  }

  .home-three-expertise-image {
    align-items: flex-start;
    margin-right: 1rem;
  }

  .home-three-expertise-text {
    justify-content: center;
    padding-top: 0;
  }

  .home-three-box-one {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1rem .5rem;
  }

  .home-three-box-text {
    margin-left: 1rem;
  }

  .home-three-box-main {
    flex: 1;
  }

  .home-three-box {
    display: flex;
  }

  .home-three-culture-section {
    padding-top: 1rem;
    padding-bottom: 4.0625rem;
  }

  .home-three-culture-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hm-three-create-img-block-one {
    width: 100%;
    height: 350px;
  }

  .hm-three-create-img-block-two {
    height: 330px;
  }

  .home-three-accodian-section {
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }

  .home-three-accidian-block {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-item {
    padding-bottom: 40px;
  }

  .timeline-right {
    padding-top: 0;
    padding-bottom: .125rem;
  }

  .timeline-block {
    width: 100%;
    max-width: 100%;
    padding-bottom: 1.2rem;
  }

  .horizontal-content-block {
    background-position: 10% 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-designation-block.case-details-designation-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-three-service-textbox {
    margin-top: -10%;
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .home-three-timeline-text {
    margin-left: 0;
  }

  .home-three-service-batch {
    top: -20%;
  }

  .home-three-blog-author-block {
    display: block;
  }

  .home-three-post-section {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .home-three-other-posts {
    padding-bottom: 2rem;
  }

  .details-project-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .scroll-card-outer-box {
    padding-top: 25rem;
  }

  .home-three-case-mobile-block {
    display: block;
  }

  .home-three-case-mobile-box {
    margin-bottom: 2rem;
  }

  .case-study-for-mobile {
    display: block;
  }

  .hm-three-case-study-block {
    padding-bottom: 1rem;
  }

  .contact-two-from-block {
    padding-top: .7rem;
    display: block;
  }

  .contact-two-from {
    padding-top: .5rem;
    padding-bottom: 3rem;
  }

  .contact-two-email-and-address {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-two-hero-section {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }

  .pricing-one-hero-section {
    padding-top: 10.7rem;
    padding-bottom: 11rem;
  }

  .pricing-page-amount-main-two {
    margin-left: .9375rem;
    margin-right: .9375rem;
    display: none;
  }

  .pricing-service {
    flex: 1;
    padding-bottom: 20px;
    padding-left: .3125rem;
    padding-right: .3125rem;
  }

  .pricing-column.monthly {
    padding-bottom: 2rem;
    display: block;
  }

  .pricing-main-block {
    flex-direction: column;
  }

  .pricing-page-detail.monthly {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-page-detail-two {
    display: block;
  }

  .pricing-column-two {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing-column-three {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing-column-one {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing-page-amount-main-one {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .pricing-details-text {
    flex: 1;
  }

  .pricing-details-btn {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .pricing-button-desktop {
    display: none;
  }

  .pricing-one-choose-plan-blk {
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hm-two-research-img {
    width: 100%;
  }

  .heading-section {
    margin-top: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .integrations-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-month {
    padding-top: 1rem;
  }

  .pricing-two-price {
    font-size: 50px;
  }

  .price {
    margin-bottom: 20px;
  }

  .relative.relative-two {
    margin-top: 3rem;
    margin-bottom: .5rem;
  }

  .discount-container {
    display: block;
  }

  .pricing-two-acco-container {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }

  .pricing-two-section {
    padding-bottom: 0;
  }

  .pricing-two-hero {
    padding-bottom: 17rem;
  }

  .pricing-two-heading {
    font-size: 3.5rem;
  }

  .plan-switch-box {
    margin-top: -235px;
  }

  .pricing-plan-table.monthly {
    flex-direction: column;
    padding-top: 45px;
    display: flex;
  }

  .pricing-plan-table.yearly {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .pricing-two-container {
    padding-bottom: 2.5rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .case-study-section-two {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .case-explore-block {
    padding-bottom: 2rem;
    display: block;
  }

  .case-explore-right-block {
    padding-top: .5rem;
  }

  .case-inner-box-one {
    padding-top: 25rem;
  }

  .case-one-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .case-section-three {
    padding-top: 2.5rem;
    padding-bottom: 1.1rem;
  }

  .case-inner-box-two {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .case-box-two-block {
    padding-top: .5rem;
  }

  .blog-box-two-block-main {
    padding-top: 1rem;
    display: block;
  }

  .blog-box-two-block-main.blog-box-two-block-one {
    padding-top: 0;
  }

  .case-main-title-block {
    align-self: stretch;
  }

  .collection-list-case-one {
    padding-bottom: 1.2rem;
  }

  .home-three-post-block {
    display: block;
  }

  .align-center {
    padding-top: 0;
  }

  .landing-hero-section-gradient-one {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .landing-hero-section-particle-one, .landing-hero-section-particle-two {
    display: none;
  }

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

  .landing-utility-pages {
    margin-top: 0;
  }

  .landing-home-pages {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }

  .landing-utility-page {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }

  .landing-cta-title-wrapper {
    max-width: 500px;
  }

  .landing-slide-section {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .mrq-slider.mrq-slider-one {
    margin-top: 0;
  }

  .case-study-banner {
    padding-top: 11.5625rem;
    padding-bottom: 12.1875rem;
  }

  .pricing-one-tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing-one-main-two {
    margin-top: 1.25rem;
    padding-bottom: 0;
  }

  .pricing-one-plan-one {
    font-size: 1.7rem;
  }

  .pricing-one-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-block-main-two {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .pricing-text {
    font-size: 3rem;
  }

  .pricing-table-two.monthly {
    padding-left: 10px;
    padding-right: 10px;
  }

  .monthly-tab-name.monthly {
    margin-left: 14px;
  }

  .case-details-grid {
    display: block;
  }

  .case-client {
    margin-bottom: 40px;
  }

  .case-study-details-section {
    padding-top: 2.1875rem;
    padding-bottom: 3.8125rem;
  }

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

  .case-study-left-side, .case-study-column.case-study-one, .case-study-column.case-study-two {
    width: 100%;
  }

  .case-details-right.case-details-right-three, .case-teaser-img-wrap {
    height: auto;
  }

  .home-two-create-text {
    max-width: 100%;
  }

  .home-two-teaser-column.home-two-teaser-one {
    display: none;
  }

  .case-box-main {
    display: block;
  }

  .case-box-main.case-box-one {
    padding-top: 0;
  }

  .blog-all-section {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .landing-cta-section {
    background-image: url('../images/Landing-Cta-Grey.webp');
    background-position: 100% 100%;
    padding-bottom: 7.8125rem;
  }

  .horizontal-scroll-section {
    padding-bottom: 2.5rem;
  }

  .sticky-container-two {
    display: none;
  }

  .scroll-inner-two {
    width: 600vw;
  }

  .scroll-card-two {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .documentation-section {
    padding-top: 2.5rem;
    padding-bottom: .9rem;
  }

  .documentation-section-two {
    padding-bottom: 2.9rem;
  }

  .team-block {
    flex: 1;
  }

  .team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-section {
    padding-top: 0;
  }

  .service-hero-section {
    padding-top: 7.5rem;
  }

  .service-heading-block {
    padding-right: 0;
  }

  .service-case-block {
    display: block;
  }

  .service-case-three-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-case-text-block {
    max-width: 100%;
    padding-bottom: 2rem;
  }

  .service-section-two {
    padding-top: 1rem;
  }

  .best-consultant-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-four-bg-section {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }

  .service-section-three {
    padding-top: 4.0625rem;
    padding-bottom: 3.4375rem;
  }

  .other-service-block {
    max-width: 100%;
    padding-top: 0;
  }

  .service-details-woman-block.service-details-woman-one, .service-details-woman-block.service-details-woman-two {
    margin-bottom: 20px;
  }

  .service-details-grid-wrapper {
    padding-right: 0%;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 65px 15px;
  }

  .service-details-grid-col.service-details-grid-one {
    width: 100%;
    left: 0;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    display: none;
  }

  .service-details-section-one {
    background-size: cover;
  }

  .service-details-text {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-details-grid {
    display: block;
  }

  .expert-text.expert-text-one, .expert-text.expert-text-three, .expert-text.expert-text-two {
    font-size: 2.5rem;
  }

  .service-details-section-two {
    padding-top: 4.0625rem;
    padding-bottom: 2.6875rem;
  }

  .expert-strategy-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .details-text-card {
    margin-bottom: 28px;
    padding-bottom: 30px;
  }

  .service-five-section {
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }

  .featured-service-block {
    display: block;
  }

  .featured-service-text {
    max-width: 100%;
  }

  .featured-service-four-block.featured-service-four-one {
    padding-top: 2.3125rem;
  }

  .padding-top-1-25rem {
    padding-top: .5rem;
  }

  .home-two-service-block-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .h1-unsichtbar {
    margin-top: -100px;
  }

  .text-block-main-unterueberschrift {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-block-main-unterueberschrift.margin-top-one {
    font-size: 1.1rem;
  }

  .text-block-main-unterueberschrift.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .text-block-main-unterueberschrift.margin-top-one.margin-bottom-1em {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .text-block-main-unterueberschrift.margin-top-0-5-rem.half-width-text {
    padding-right: 5%;
  }

  .logo-footer {
    max-width: 60%;
  }

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

  .kontakt-cta {
    padding-top: 4.3em;
  }

  .slider-2 {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-quote-2 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .copyright {
    text-align: center;
  }

  .slide-button-2 {
    display: none;
  }

  .large-heading-2.no-bottom-margin {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .large-heading-2.no-bottom-margin.h4-kleiner {
    font-size: 22px;
    line-height: 36px;
  }

  .quote-author-2 {
    margin-top: 35px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    margin-left: 100px;
    margin-right: 100px;
  }

  .button {
    margin-bottom: auto;
  }

  .quote-slider-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .large-fliesstext {
    text-align: left;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .small-text {
    justify-content: center;
  }

  .scroll-slider {
    display: block;
  }

  .footer-menu-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container-2 {
    padding-bottom: 80px;
  }

  .slide-nav-2 {
    margin-top: 40px;
  }

  .footer-1-top {
    grid-row-gap: 28px;
    text-align: center;
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .netzwerk-footer {
    text-align: center;
  }

  .load-third {
    z-index: 2;
    display: none;
    position: relative;
  }

  .referenzen {
    padding-bottom: 80px;
  }

  .text-block-centered {
    text-align: left;
    font-size: 1.3rem;
  }

  .text-block-centered.margin-top-one {
    font-size: 1.1rem;
  }

  .text-block-centered.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .text-block-centered.margin-top-one.margin-bottom-1em {
    font-size: 1.3rem;
  }

  .text-block-centered.margin-top-0-5-rem.half-width-text {
    padding-right: 5%;
  }

  .list-points {
    line-height: 165%;
  }

  .create-culture-image-2 {
    padding-top: 2.8125em;
  }

  .unterueberschrift {
    font-size: 1.3rem;
  }

  .unterueberschrift.margin-top-one {
    font-size: 1.1rem;
  }

  .unterueberschrift.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .unterueberschrift.margin-top-one.margin-bottom-1em {
    font-size: 1.3rem;
  }

  .unterueberschrift.margin-top-0-5-rem.half-width-text {
    padding-right: 5%;
  }

  .plus-line-h {
    background-color: var(--carmen-gruen);
  }

  .split-content.services-right {
    margin-top: 30px;
  }

  .split-content.services-left {
    margin-right: 40px;
  }

  .accordion-heading {
    padding-top: 12px;
  }

  .shape.services-1 {
    bottom: 3px;
    right: 16px;
  }

  .content-top.services {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .leistungen-dropdown-grid, .leistungen-dropdown-grid-neu {
    grid-template-columns: 1fr;
  }

  .text-block-angebot {
    font-size: 1.3rem;
  }

  .text-block-angebot.margin-top-one {
    font-size: 1.1rem;
  }

  .text-block-angebot.margin-top-one.deeo-grey.width-half {
    width: 100%;
  }

  .text-block-angebot.margin-top-one.margin-bottom-1em {
    font-size: 1.3rem;
  }

  .text-block-angebot.margin-top-0-5-rem.half-width-text {
    padding-right: 5%;
  }

  .was-ich-mag {
    background-position: 0%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 2.5em;
    padding-bottom: 5em;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 115%;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 115%;
  }

  .hero-section {
    min-height: 107vh;
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .container-hero {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .banner-main-div {
    justify-content: flex-end;
    height: 50vh;
  }

  .main-heading {
    font-size: 3rem;
    line-height: 110%;
  }

  .button-in-hero.fixed-width-btn {
    width: 225px;
  }

  .button-in-hero.full-width-button-for-password.first-button.half-width, .button-in-hero.full-width-button-for-password.second-button.half-width {
    width: 57%;
  }

  .button-in-hero.case-study-btn {
    width: 220px;
  }

  .button-in-hero.padding-top-oneem-for-mobile {
    padding-top: 1em;
  }

  .primary-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home-section-intro {
    padding-bottom: 4.0625em;
  }

  .wide-block {
    display: block;
  }

  .get-wide-image {
    width: 100%;
    display: none;
  }

  .get-wide-text {
    flex-direction: column;
    margin-top: 30px;
    display: flex;
  }

  .text-block-main.margin-top-0-5-rem.half-width-text {
    padding-right: 0%;
  }

  .home-section-uber-mich {
    margin-top: 0;
    padding-top: 4.0625em;
  }

  .big-heading {
    font-size: 2.5rem;
  }

  .padding-top-threeem {
    padding-top: 2.7em;
  }

  .home-section-four {
    padding-bottom: 2.5em;
  }

  .three-box-block {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .box-one-home {
    padding-bottom: 2.1875em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .solving-problems-box {
    padding-left: 4em;
    padding-right: 4em;
  }

  .get-started-box {
    justify-content: center;
  }

  .expertise-advice-text-block {
    max-width: 100%;
  }

  .expertise-advice {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .who-with-us {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer {
    background-position: 45%, 0 42%, 0 0;
  }

  .footer-container-two {
    padding-bottom: 3.125rem;
  }

  .column-one {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-two {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-three, .column-four {
    padding-left: 0;
    padding-right: 0;
  }

  .column-five {
    padding-left: 0;
    padding-right: 1rem;
  }

  .footer-social-block {
    padding-top: 3.125rem;
  }

  .footer-link-block-social {
    margin-right: 1em;
  }

  .column-six {
    padding-left: 0;
    padding-right: 0;
  }

  .about-counter-main {
    background-position: 0%;
  }

  .work-with-us {
    display: block;
  }

  .work-with-image {
    width: 100%;
    margin-bottom: 1.875em;
  }

  .about-section-three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .strategic-advise {
    padding-top: 3.8em;
    padding-bottom: 3.7em;
  }

  .strategic-advise.about-two-advice {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .strategic-advice-block {
    display: block;
  }

  .strategic-advice-text-box {
    width: 100%;
  }

  .case-study-section-three {
    padding-bottom: 2.5em;
  }

  .case-study-boxes {
    display: block;
  }

  .case-study-box-main {
    margin-bottom: -3rem;
  }

  .case-link {
    top: -100px;
  }

  .case-studies-collection {
    margin-bottom: 0;
  }

  .blog-one-popular-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-one-popular-posts-block.margin-bottom-4em {
    display: block;
  }

  .blog-one-popular-posts-block.margin-bottom-4em.margin-top-1em.blog-one-margin-one {
    width: 100%;
    max-width: 100%;
  }

  .featured-post-block {
    max-width: 100%;
  }

  .popular-posts-text-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-one-date-block {
    padding-top: 1em;
    padding-bottom: 0;
  }

  .blog-one-popular-posts-image-block {
    max-width: 40%;
  }

  .blog-one-section-four {
    padding-bottom: 2.3rem;
  }

  .blog-two-recent-posts-heading {
    font-size: 2.5rem;
  }

  .blog-two-other-posts {
    padding-bottom: 1em;
  }

  .blog-two-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-blog-posts-block {
    width: 100%;
  }

  .featured-post-author-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .utility-page-content.password-page-content {
    max-width: 95%;
    padding: 2rem 1.875rem 2.5rem;
  }

  .password-protected-image {
    margin-right: 1em;
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-line.top {
    height: 1px;
  }

  .nav-menu-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .nav-text {
    font-size: 50px;
  }

  .nav-menu-right {
    display: none;
  }

  .blog-one-posts-block {
    padding-bottom: 1.5rem;
  }

  .blog-one-image-one {
    height: 100%;
  }

  .main-image {
    object-fit: cover;
    display: block;
  }

  .case-study-box {
    height: 630px;
  }

  .strategic-advice-tab {
    display: none;
  }

  .contact-text-block {
    display: block;
  }

  .contact-text {
    font-size: 1.5rem;
  }

  .contact-form-image-block {
    height: 500px;
  }

  .project-image-inner {
    display: none;
  }

  .templates-hero-section {
    padding-top: 8.7rem;
    padding-bottom: 9rem;
  }

  .style-guide-heading {
    font-size: 3rem;
  }

  .style-guide-for-color {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .style-guide-color-block {
    display: block;
  }

  .style-guide-color-text {
    font-size: 1.2rem;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .padding-top-7rem {
    padding-top: 2rem;
  }

  .what-we-do-text-block {
    padding-left: 2px;
    padding-right: 2px;
  }

  .what-we-do-image-animation {
    padding-top: 3.125rem;
    padding-left: 2px;
    padding-right: 2px;
  }

  .about-two-counter-section {
    padding-top: 0;
  }

  .what-we-do-image-block {
    padding-left: 0;
    padding-right: 0;
  }

  .about-two-excellence-section {
    background-position: 50% 0;
    padding-top: 3.6rem;
    padding-bottom: 4.375rem;
  }

  .strategic-advice-for-excellence {
    display: block;
  }

  .strategic-advice-left {
    width: 100%;
    padding-top: 0;
  }

  .for-excellence-image-animation {
    margin-top: 2.4em;
  }

  .strategic-advice-image-animation, .strategic-image {
    width: 100%;
  }

  .flex-center {
    margin-top: 0%;
  }

  .main-project-link {
    width: 50px;
    height: 50px;
  }

  .project-link-image-one, .project-link-image-two {
    width: 50px;
  }

  .project-text-block {
    width: 80%;
  }

  .home-two-market-benefits {
    padding-bottom: 1rem;
  }

  .home-two-market-text {
    text-align: left;
  }

  .home-two-market-box-both {
    display: block;
  }

  .home-two-market-box-one {
    margin-bottom: 2.5rem;
  }

  .home-two-research-text {
    padding-left: 1rem;
  }

  .home-two-hover-box-one {
    padding: .7rem .9rem 1.9rem 1rem;
  }

  .home-two-help-section {
    padding-bottom: 4.375rem;
  }

  .home-two-financial-section {
    padding-bottom: 3.1rem;
  }

  .we-are-helping-block {
    margin-bottom: .8rem;
  }

  .we-are-helping-counter {
    display: block;
  }

  .home-two-increase-block {
    padding-top: .5rem;
    padding-bottom: .7rem;
  }

  .home-two-counter-divider {
    display: none;
  }

  .team-into-wrapper {
    padding-top: 40%;
  }

  .team-link-block {
    padding-bottom: 20%;
  }

  .home-two-team-section {
    padding-bottom: 2.5rem;
  }

  .home-two-case-outer-box {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .home-two-service-section {
    padding-bottom: 2rem;
  }

  .column-seven {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .footer-copyright-block-two {
    display: none;
  }

  .footer-copyright-block-one, .about-who-we-block {
    display: block;
  }

  .counter-text-block {
    line-height: 5rem;
  }

  .home-three-expertise-advice {
    display: block;
  }

  .home-three-expertise-image {
    margin-right: 0;
  }

  .home-three-box-one {
    justify-content: flex-start;
    padding-bottom: 1rem;
  }

  .home-three-box-text {
    margin-left: 1rem;
  }

  .home-three-box {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .home-three-culture-section {
    padding-bottom: 4.375rem;
  }

  .home-three-culture-block {
    display: block;
  }

  .home-three-culture-text {
    padding-top: 1.1rem;
  }

  .timeline-item {
    padding-bottom: 20px;
  }

  .timeline-left {
    margin-top: -4rem;
  }

  .horizontal-content-block {
    background-position: 5% 0;
  }

  .testimonial-contant-block {
    padding-left: .5rem;
  }

  .testimonial-designation-block.case-details-designation-block {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .home-three-service-textbox {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .home-three-post-section {
    padding-bottom: 2.9rem;
  }

  .home-three-other-posts {
    padding-bottom: 1rem;
  }

  .details-project-section {
    padding-bottom: 2.5rem;
  }

  .home-three-case-mobile-block {
    display: block;
  }

  .home-three-case-mobile-box {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .case-study-for-mobile {
    display: block;
  }

  .contact-two-from {
    padding: .125rem 2rem 2rem;
  }

  .pricing-one-hero-section {
    padding-top: 8.7rem;
    padding-bottom: 9rem;
  }

  .pricing-service {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-main-block {
    display: flex;
  }

  .pricing-page-detail.monthly {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column-two, .pricing-column-three, .pricing-column-one {
    display: block;
  }

  .pricing-page-amount-main-one {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .pricing-table {
    grid-column-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-table.transparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-details-text {
    padding-bottom: 1.6rem;
  }

  .pricing-details-btn {
    align-items: flex-start;
  }

  .pricing-plan-txt-box-one, .pricing-plan-txt-box-four {
    margin-left: 0;
  }

  .pricing-one-choose-plan-blk {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .finance-groth-img {
    padding-bottom: .5rem;
  }

  .pricing-col-mobile {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .integrations-block.integrations-block-one {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-two-price {
    font-size: 40px;
  }

  .pricing-two-heading {
    font-size: 3rem;
  }

  .pricing-plan-table {
    grid-column-gap: 20px;
  }

  .acoo-two-heading-title {
    font-size: 1.4rem;
  }

  .case-study-section-two {
    padding-bottom: 2.2rem;
  }

  .case-study-box-one {
    padding-bottom: .7rem;
  }

  .case-section-three {
    padding-bottom: 2.4rem;
  }

  .case-study-box-one-block-main {
    display: block;
  }

  .collection-list-case-one {
    padding-bottom: 1rem;
  }

  .landing-hero-section-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .move-effect-two, .move-effect-three {
    display: none;
  }

  .landing-home-pages-grid-block.box-shadow.border-radius-twenty {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-utility-page {
    background-position: 50%;
    padding-bottom: 4.3rem;
  }

  .landing-cta-title-wrapper {
    max-width: 98%;
  }

  .case-study-banner {
    padding-top: 10.3125rem;
    padding-bottom: 10.9375rem;
  }

  .pricing-table-two {
    grid-column-gap: 20px;
  }

  .pricing-table-two.monthly {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-one-main-box {
    display: block;
  }

  .blog-one-main-box.blog-main-one, .blog-one-main-box.blog-main-two {
    margin-top: 0;
  }

  .blog-all-section {
    padding-bottom: 2rem;
  }

  .landing-cta-section {
    padding-top: 5.9375rem;
    padding-bottom: 6.5625rem;
  }

  .sticky-wrap-two {
    height: auto;
    overflow: visible;
  }

  .scroll-inner-two {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card-two {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .documentation-section {
    padding-top: 2.6rem;
    padding-bottom: 2.5rem;
  }

  .documentation-section-two {
    padding-bottom: 4.375rem;
  }

  .documentation-main-block {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .documentaion-block-two {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .team-block {
    margin-bottom: 2rem;
  }

  .team-wrapper, .service-case-three-block {
    display: block;
  }

  .service-case-single-block {
    margin-bottom: 2rem;
  }

  .service-title-strategic {
    min-height: auto;
    margin-bottom: .125rem;
  }

  .service-section-three {
    padding-top: 1.875rem;
  }

  .service-name-block {
    display: block;
  }

  .expert-strategy-wrap {
    height: auto;
  }

  .service-details-section-two {
    padding-bottom: .625rem;
  }

  .expert-strategy-text-block {
    padding-bottom: 2rem;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .expert-strategy-container {
    display: block;
  }

  .featured-service-four-block {
    padding-top: 0;
    display: block;
  }

  .featured-service-four-block.featured-service-four-one {
    padding-top: 0;
  }

  .featured-service-single-block {
    padding-top: 2.3125rem;
  }

  .home-two-service-block-main {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .text-block-main-unterueberschrift.margin-top-0-5-rem.half-width-text {
    padding-right: 0%;
  }

  .logo-footer {
    max-width: 100%;
  }

  .div-block {
    max-width: 60%;
  }

  .slider-2 {
    height: auto;
  }

  .block-quote-2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .large-heading-2 {
    letter-spacing: -.01em;
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 48px;
  }

  .large-heading-2.no-bottom-margin {
    font-size: 30px;
    line-height: 36px;
  }

  .main-container {
    flex-direction: column;
    align-self: auto;
    display: flex;
  }

  .quote-author-2 {
    margin-top: 28px;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .large-fliesstext {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .load-third {
    display: none;
  }

  .text-block-centered.margin-top-0-5-rem.half-width-text, .unterueberschrift.margin-top-0-5-rem.half-width-text {
    padding-right: 0%;
  }

  .mein-angebot {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-content.services-left {
    margin-right: 15px;
  }

  .accordion-header {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .shape.services-1 {
    display: none;
    bottom: -144px;
    right: -93px;
  }

  .content-top.services {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .accordion-plus {
    width: 14px;
    height: 14px;
  }

  .text-block-angebot.margin-top-0-5-rem.half-width-text {
    padding-right: 0%;
  }

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

  .was-ich-mag {
    margin-top: 0;
    padding-top: 4.0625em;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  .hero-section {
    min-height: 109vh;
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .hero-section.home-one-hero {
    min-height: 100vh;
  }

  .container-hero {
    margin-top: 180px;
  }

  .banner-main-div {
    margin-top: 158px;
  }

  .main-heading {
    display: block;
  }

  .button-in-hero.fixed-width-btn {
    width: 225px;
  }

  .button-in-hero.full-width-button-for-password.first-button.half-width, .button-in-hero.full-width-button-for-password.second-button.half-width {
    width: 100%;
  }

  .button-in-hero.padding-top-oneem-for-mobile {
    padding-top: 0;
  }

  .text-block-main.margin-top-one {
    font-size: 1.3rem;
  }

  .box-one-home {
    padding-left: 1em;
    padding-right: 1em;
  }

  .solving-problems-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .who-with-us {
    padding-left: 0;
    padding-right: 0;
  }

  .marque-wrapper {
    padding-top: 20px;
  }

  .footer {
    background-position: 47%, 0 42%, 0 0;
  }

  .footer-link-block-social {
    margin-right: .8em;
  }

  .case-link {
    top: -150px;
  }

  .case-study-heading {
    font-size: 2rem;
  }

  .blog-one-popular-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-one-popular-posts-block.margin-bottom-4em.margin-top-1em.blog-one-margin-one {
    display: block;
  }

  .blog-one-popular-posts-image-block {
    flex: 1;
    max-width: 100%;
  }

  .blog-one-popular-posts-text-block {
    padding-top: 40px;
  }

  .blog-one-popular-posts-heading {
    min-height: 44px;
    margin-bottom: 0;
  }

  .utility-page-content.password-page-content {
    max-width: 92%;
  }

  .nav-menu {
    display: none;
  }

  .menu-trigger {
    width: 40px;
  }

  .menu-line.top, .menu-line.bottom {
    width: 40px;
    height: 1px;
  }

  .nav-text {
    font-size: 40px;
  }

  .case-study-box, .contact-form-image-block {
    height: 400px;
  }

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

  .flex-center {
    margin-top: 10%;
  }

  .blg-one-collection-three {
    align-self: stretch;
  }

  .wht-main-heading {
    font-size: 2.4rem;
  }

  .home-two-market-text {
    text-align: center;
  }

  .home-two-help-section {
    padding-bottom: 4.375rem;
  }

  .we-help-img-block {
    height: 395px;
  }

  .home-three-banner-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .home-two-counter-box {
    height: 100%;
    margin-bottom: 10px;
  }

  .counter-text-block {
    padding-top: 0;
  }

  .counter-number {
    height: 40px;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .counter-box-two {
    width: 100%;
    margin-bottom: 10px;
  }

  .hm-three-create-img-block-one {
    height: 300px;
  }

  .hm-three-create-img-block-two {
    height: 260px;
  }

  .testimonial-designation {
    padding-right: 0;
  }

  .horizontal-content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-fixed-height {
    padding-left: 5%;
    padding-right: 5%;
  }

  .author-block {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial-designation-block.case-details-designation-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-three-service-textbox {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .pricing-page-amount-main-two {
    display: none;
  }

  .pricing-details-box {
    grid-column-gap: 20px;
  }

  .pricing-details-box.pricing-align-left {
    padding-left: 0;
  }

  .pricing-table {
    grid-row-gap: 30px;
    flex-direction: column;
    display: block;
  }

  .pricing-col-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plan-table {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .case-inner-box-one {
    padding-top: 20rem;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .landing-hero-section-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .landing-inner-pages {
    margin-top: 0;
  }

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

  .landing-utility-page {
    background-position: 100%;
  }

  .pricing-table-two {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .card {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .expert-text.expert-text-one, .expert-text.expert-text-three, .expert-text.expert-text-two {
    font-size: 2.2rem;
  }

  .image {
    width: 240px;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .h1-unsichtbar {
    margin-top: -250px;
  }

  .h3-header-startseite {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

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

  .slider-2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .block-quote-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-4 {
    background-color: #cacaca80;
  }

  .large-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .large-heading-2.no-bottom-margin {
    font-size: 20px;
    line-height: 30px;
  }

  .large-heading-2.no-bottom-margin.h4-kleiner {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .menu-oeffnungszeiten {
    justify-content: stretch;
    font-size: 16px;
  }

  .main-container {
    flex-direction: column;
    align-self: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-logo {
    height: auto;
  }

  .footer-1-body {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    display: flex;
  }

  .quote-slider-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .large-fliesstext {
    color: #3b3b3b;
    text-align: center;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    line-height: 28px;
    display: flex;
  }

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

  .footer-menu-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .slide-nav-2 {
    height: 12px;
    font-size: 12px;
  }

  .footer-1-top {
    grid-template-rows: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .load-third {
    display: none;
  }

  .referenzen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-centered.margin-top-one, .unterueberschrift.margin-top-one {
    font-size: 1.3rem;
  }

  .heading-9 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .split-content.services-right {
    margin-top: 20px;
  }

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

  .heading-10 {
    font-size: 1.9rem;
    line-height: 165%;
  }

  .text-block-11 {
    white-space: normal;
    direction: ltr;
    font-size: 19px;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 130%;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    display: block;
  }

  .accordion-info {
    padding-left: 0;
    padding-right: 0;
  }

  .shape.services-1 {
    right: -128px;
  }

  .accordion-icon {
    margin-top: 8px;
    margin-right: 0;
  }

  .icon-2 {
    inset: 0% 0% 0% auto;
  }

  .dropdown {
    width: 100%;
  }

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

  .text-block-angebot.margin-top-one {
    font-size: 1.3rem;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .header-h1-unsichtbar {
    display: none;
  }
}

#w-node-_508ee8f0-1935-5045-4784-3163119e63bc-1d72ff49, #w-node-e2bcafa0-980d-38ac-ff22-f5658b0308b0-1d72ff49, #w-node-_850c9a77-5583-29e4-3b61-9afe352dc97b-1d72ff49, #w-node-_7db2ad73-0b7b-4f09-0830-90dbcf6eea0e-1d72ff49, #w-node-_1f12fce1-e14a-7790-7e3a-2676252eafe4-1d72ff49, #w-node-_1f12fce1-e14a-7790-7e3a-2676252eafe5-1d72ff49, #w-node-d1278caf-b3a5-330a-8f06-34859aaca940-1d72ff49, #w-node-d1278caf-b3a5-330a-8f06-34859aaca941-1d72ff49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk_Google';
  src: url('../fonts/FamiljenGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sortsmillgoudy_Google';
  src: url('../fonts/SortsMillGoudy-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sortsmillgoudy_Google';
  src: url('../fonts/SortsMillGoudy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}