@font-face {
  font-family: Lexend Variablefont Wght;
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-color--text-primary: var(--brand--neutral-dark);
  --text-color--text-secondary: var(--brand--neutral);
  --brand--neutral: lightgrey;
  --text-color--text-alternate: var(--brand--green);
  --border-color--border-primary: var(--brand-color--cyan-550);
  --brand--neutral-dark: #4f4f4f;
  --bg-color--bg-primary: var(--brand-color--cyan-700);
  --bg-color--bg-white: var(--brand--white);
  --border-color--border-secondary: lightgrey;
  --brand--green: #d9c2a6;
  --bg-color--bg-tertiary: var(--brand--neutral-dark);
  --text-color--text-white: var(--brand--white);
  --brand--white: white;
  --brand-color--cyan-900: #2f2f2f;
  --border-color--border-alternate: white;
  --text-color--text-tertiary: var(--brand-color--cyan-500);
  --brand-color--cyan-500: #a8a8a8;
  --brand-color--cyan-550: #a8a8a8;
  --brand--gray-50: whitesmoke;
  --brand--black: #1f4e79;
  --bg-color--bg-secondary: var(--brand-color--cyan-50);
  --brand--gray-100: #b2b2b2;
  --link-color--link-primary: var(--brand--black);
  --brand-color--cyan-700: #4f4f4f;
  --timms-brown: #733e08;
  --timms-team-light-brown: #a87f4c;
  --font-family: "Plus Jakarta Sans";
  --font-family-2: Lexend;
  --bg-color--bg-alternate: var(--brand-color--cyan-900);
  --brand-color--cyan-50: whitesmoke;
  --brand-color--cyan-100: #e0e0e0;
  --brand-color--cyan-300: #ccc;
  --link-color--link-alternate: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: var(--text-color--text-primary);
  --brand--neutral: lightgrey;
  --brand--neutral-dark: #4f4f4f;
  --border-color--border-secondary: lightgrey;
  --brand--green: #d9c2a6;
  --brand--white: white;
  --brand-color--cyan-900: #2f2f2f;
  --border-color--border-alternate: white;
  --brand-color--cyan-500: #a8a8a8;
  --brand-color--cyan-550: #a8a8a8;
  --brand--gray-50: whitesmoke;
  --brand--black: #1f4e79;
  --brand--gray-100: #b2b2b2;
  --brand-color--cyan-700: #4f4f4f;
  --font-family: "Plusjakartasans Variablefont Wght", Arial, sans-serif;
  --font-family-2: "Lexend Variablefont Wght", Arial, sans-serif;
  --brand-color--cyan-50: whitesmoke;
  --brand-color--cyan-100: #e0e0e0;
  --brand-color--cyan-300: #ccc;
  overscroll-behavior: none;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  color: var(--text-color--text-primary);
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.4;
}

a {
  color: var(--text-color--text-primary);
  font-size: .88rem;
  text-decoration: none;
}

ul {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: .88rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: .88rem;
}

li {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: .88rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-1x1-large {
  width: 1.5rem;
  height: 1.5rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
}

.icon-1x1-large.is-color-brand {
  color: #ffe6bc;
}

.form_form {
  grid-column-gap: 2.56rem;
  grid-row-gap: 2.56rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.text-color-secondary {
  color: var(--brand--neutral);
}

.form_message-success {
  background-color: #0000;
  width: 100%;
  padding: 0% 0 0;
  position: relative;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
}

.padding-global {
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.padding-global.is-navbar {
  padding-top: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  text-align: center;
  font-weight: 500;
}

.text-weight-medium.text-color-white {
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-xl {
  font-size: 1.25rem;
}

.text-base {
  color: var(--brand--neutral);
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-base.text-weight-medium {
  margin-top: -60px;
  padding-top: 0;
}

.text-base.text-weight-medium.text-color-secondary {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-base.text-color-secondary {
  color: var(--brand--neutral-dark);
}

.text-base.text-color-secondary.services {
  height: 180px;
}

.text-base.text-color-secondary.termin {
  font-weight: 600;
}

.text-base.align-center, .text-base.service {
  color: var(--brand--neutral-dark);
}

.text-base.reverse {
  color: var(--bg-color--bg-primary);
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-lg {
  font-size: 1.125rem;
}

.form_label {
  color: var(--bg-color--bg-primary);
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
}

.form_input {
  background-color: var(--bg-color--bg-white);
  min-height: 3.5em;
  color: var(--bg-color--bg-primary);
  border: 1px solid #fff3;
  border-radius: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.form_input:focus {
  border-color: var(--border-color--border-secondary);
}

.form_input::placeholder {
  color: var(--border-color--border-primary);
}

.form_input.is-select-input {
  color: var(--border-color--border-primary);
  appearance: none;
  background-image: url('../images/arrow-up.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input:focus-visible, .form_input.is-select-input[data-wf-focus-visible] {
  color: var(--bg-color--bg-primary);
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: var(--bg-color--bg-primary);
  background-image: linear-gradient(to bottom, var(--bg-color--bg-primary), var(--bg-color--bg-primary));
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 81%;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  background-color: #0000;
  margin-top: .75rem;
  padding: 0 .75rem;
}

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

.form_component {
  margin-bottom: 0;
}

.align-center {
  color: var(--brand--neutral-dark);
  margin-left: auto;
  margin-right: auto;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
}

.button {
  background-color: var(--brand--green);
  height: 3.75rem;
  min-height: 3.75rem;
  color: var(--text-color--text-primary);
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.button.is-secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--brand--neutral-dark);
  height: auto;
  min-height: auto;
  color: var(--text-color--text-primary);
  background-color: #0000;
  padding-left: .25rem;
  padding-right: .25rem;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.is-secondary:hover {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--text-color--text-white);
}

.button.is-secondary.hero {
  background-color: var(--brand--neutral);
  border-style: none;
  padding-left: .25rem;
  padding-right: .25rem;
}

.button.is-secondary.hero:hover {
  color: var(--text-color--text-white);
}

.button.is-secondary.lp-hero {
  color: #ffe6bc;
  background-color: #0000;
  border-style: solid;
  border-color: #ffe6bc;
  padding-left: .25rem;
  padding-right: .25rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
}

.button.is-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  height: auto;
  min-height: auto;
  color: var(--text-color--text-primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-lp {
  border: 1px solid var(--text-color--text-primary);
}

.button.is-icon.is-submit-button {
  border: 1px solid var(--text-color--text-primary);
  align-self: flex-end;
}

.button.is-pay {
  background-color: var(--text-color--text-primary);
  color: var(--text-color--text-white);
}

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

.text-sm {
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
}

.text-sm.text-color-secondary {
  color: var(--brand--neutral-dark);
  font-size: 1rem;
}

.text-sm.text-color-secondary.text-align-center {
  color: var(--brand--white);
}

.text-sm.text-color-secondary.text-align-center.reverse {
  color: var(--bg-color--bg-primary);
}

.fs-styleguide_section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  place-items: start;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  color: var(--text-color--text-white);
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1.2;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-2xl.text-weight-medium {
  text-align: left;
}

.text-2xl.text-weight-medium.text-color-black {
  color: var(--brand-color--cyan-900);
}

.text-2xl.text-weight-medium.text-color-black.text-smaller {
  color: var(--text-color--text-primary);
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.text-2xl.text-weight-medium.reverse {
  color: var(--bg-color--bg-primary);
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1.2;
}

.text-6xl {
  letter-spacing: -.02em;
  font-size: 3.75rem;
  line-height: 1.2;
}

.text-6xl.text-weight-medium {
  text-align: center;
  --brand--neutral: lightgrey;
  --brand--neutral-dark: #4f4f4f;
  --border-color--border-secondary: lightgrey;
  --brand--green: #d9c2a6;
  --brand--white: white;
  --brand-color--cyan-900: #2f2f2f;
  --border-color--border-alternate: white;
  --brand-color--cyan-500: #a8a8a8;
  --brand-color--cyan-550: #a8a8a8;
  --brand--gray-50: whitesmoke;
  --brand--black: #1f4e79;
  --brand--gray-100: #b2b2b2;
  --brand-color--cyan-700: #4f4f4f;
  --font-family: "Plusjakartasans Variablefont Wght", Arial, sans-serif;
  --font-family-2: "Lexend Variablefont Wght", Arial, sans-serif;
  --brand-color--cyan-50: whitesmoke;
  --brand-color--cyan-100: #e0e0e0;
  --brand-color--cyan-300: #ccc;
  margin-bottom: 1rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  text-decoration: none;
}

.text-6xl.text-weight-medium.about {
  text-align: left;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
}

.text-6xl.text-weight-medium.align-right {
  text-align: left;
}

.section_hero {
  background-color: var(--border-color--border-alternate);
  color: var(--text-color--text-white);
  background-image: url('../images/grid.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  overflow: visible;
}

.button_icon-wrap {
  z-index: 2;
  background-color: var(--brand--neutral-dark);
  width: 3.25rem;
  height: 3.25rem;
  color: var(--text-color--text-white);
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_icon-wrap.is-color-alternative {
  background-color: var(--brand--green);
  color: var(--text-color--text-primary);
}

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

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

.navbar_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-link {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.navbar_logo-link.w--current {
  width: 7vw;
  max-width: 10vw;
  height: auto;
  max-height: 100%;
}

.navbar_logo {
  width: 100%;
  max-width: 10vw;
  max-height: 10vh;
  overflow: clip;
}

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

.navbar_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.nav_links {
  color: var(--brand--neutral-dark);
  padding: 0;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition: color .2s;
}

.nav_links:hover {
  color: var(--brand-color--cyan-900);
  font-weight: 400;
}

.nav_links.w--current {
  color: var(--brand--neutral-dark);
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

.nav_links.is-v2 {
  color: var(--text-color--text-secondary);
}

.nav_links.is-v2:hover {
  color: var(--text-color--text-primary);
}

.nav_links.dropdown {
  margin-left: 0;
}

.nav_links.none.w--open:hover {
  color: var(--brand--neutral-dark);
  font-weight: 300;
}

.nav_buttons-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button_component {
  grid-row-gap: .5rem;
  background-color: #8f00ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: var(--bg-color--bg-tertiary);
  border-radius: 2px;
  width: 100%;
  height: .1rem;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  width: 100%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.nav_component {
  background-color: var(--brand--white);
  padding-bottom: 20px;
}

.hero_brand {
  background-color: var(--brand--neutral-dark);
  position: relative;
}

.hero_brand-wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.hero_brand-wrap.fokus {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  height: 4rem;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  display: grid;
}

.hero_visual-image {
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 4.5%;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero_visual-image.is-service {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
}

.hero_visual-image.is-service-page {
  padding: 1rem;
}

.hero_visual-image.is-about {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
}

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

.hero_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero_heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_heading.is-service {
  max-width: 58.1875rem;
}

.hero_heading.is-articles {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.hero-display {
  letter-spacing: -.02em;
  font-family: Generalsans, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.hero-display.reverse {
  color: var(--text-color--text-primary);
  font-family: Generalsans, sans-serif;
}

.description.is-hero {
  opacity: 1;
  max-width: 36.75rem;
}

.hero-tag_component {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--brand-color--cyan-500);
  background-color: var(--brand-color--cyan-550);
  border-radius: 3.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1.25rem .25rem .25rem;
  display: flex;
}

.hero-tag_icon-wrap {
  border: 1px solid var(--brand--green);
  width: 2.5rem;
  height: 2rem;
  color: var(--brand--green);
  background-color: #0000008a;
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand_logo {
  height: 2.5rem;
}

.brand_logo.hide-mobile-portrait {
  height: 3.5rem;
}

.card_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  color: var(--text-color--text-white);
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: center stretch;
  padding: 4.5%;
  font-family: Generalsans, sans-serif;
  display: grid;
  overflow: clip;
}

.card_component.is-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand--gray-50);
  padding: .75rem;
  display: flex;
}

.card_component.is-small.is-lp {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.card_component.is-work {
  grid-row-gap: 2rem;
  padding: .75rem 1.5rem;
  display: flex;
}

.card_component.is-work.length {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.card_component.is-service {
  width: auto;
  padding: 1rem;
  display: block;
}

.card_component.is-service.proect {
  width: 100%;
}

.card_component.is-about {
  background-color: var(--brand--gray-50);
}

.card_component.hero-simple-content {
  background-color: var(--brand--neutral);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-style: none;
  place-items: start;
}

.card_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card_content.is-center {
  justify-content: flex-start;
  align-items: center;
}

.card_tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  white-space: nowrap;
  background-color: #fff3;
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.card_tag.project {
  width: 100%;
}

.card_tag-icon_wrap {
  background-color: var(--brand--green);
  width: 2rem;
  height: 2rem;
  color: var(--brand--black);
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.section_service {
  margin-top: 10%;
  padding-top: 0;
}

.section_service.invisible-pc {
  display: none;
}

.section_service.pc {
  margin-top: 25%;
}

.section_service.pc.lander {
  margin-top: auto;
}

.section_about.landing {
  margin-top: 25%;
}

.section_about.landing.landingpage {
  margin-top: 0%;
}

.section_portfolio {
  justify-content: center;
  align-items: center;
}

.service_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service_wrap.is-service {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.content_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content_top.is-left, .content_top.is-contact {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.content_top.is-service {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36.25rem;
}

.content_description {
  max-width: 53.5rem;
  color: var(--brand--neutral);
}

.content_description.is-about {
  width: 100%;
  max-width: 32.88em;
}

.content_description.is-portfolio {
  max-width: 39rem;
}

.tag_component {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--brand-color--cyan-550);
  color: var(--brand--white);
  border: 1px solid #2d808666;
  border-radius: 3.25rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem .25rem .25rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.tag_icon-wrap {
  background-color: var(--bg-color--bg-tertiary);
  width: 2.5rem;
  min-height: 2rem;
  max-height: 2rem;
  color: var(--text-color--text-alternate);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.about_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
}

.about_head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about_visual {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about_left {
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 32.875rem;
  height: 30.75rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-number {
  letter-spacing: -.02em;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.text-number.reverse {
  font-size: 2.6rem;
}

.porcent-style {
  letter-spacing: -.01em;
  font-size: 1.25rem;
}

.about_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 32.875rem;
  display: flex;
}

.about_image-wrap {
  border-radius: .75rem;
  height: 19.25rem;
  position: relative;
  overflow: clip;
}

.about_image-wrap.home {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.about_right-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_date-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Generalsans, sans-serif;
  display: flex;
}

.padding-box {
  padding: 1.5rem;
}

.container-xlarge {
  width: 100%;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
}

.porfolio_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--bg-color--bg-secondary);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 32.875rem);
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: calc(100vh - 10rem);
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  position: sticky;
  top: 5rem;
  overflow: clip;
}

.portfolio_content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.content_top-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab_component {
  background-color: var(--bg-color--bg-white);
  border-radius: 4.25rem;
  justify-content: center;
  align-items: stretch;
  padding: .5rem;
  display: flex;
}

.tab_component.hide-tablet {
  position: relative;
}

.tab_item {
  z-index: 2;
  min-width: 5.5rem;
  height: 3.75rem;
  color: var(--text-color--text-secondary);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.7rem .25rem 1.5rem;
  font-style: italic;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.tab_item.is-bg {
  z-index: 1;
  background-color: var(--brand--neutral-dark);
  mix-blend-mode: normal;
  position: absolute;
  inset: auto auto auto .55rem;
}

.portfolio_gradient {
  pointer-events: none;
  background-image: linear-gradient(#f1f8f900, #f1f8f9);
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio_visual {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-height: calc(100vh - 13rem);
  display: flex;
}

.portfolio_visual.none {
  display: none;
}

.portfolio_work {
  border-radius: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  height: 20rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.service_item-card {
  border: 1px solid var(--brand--gray-100);
  background-color: var(--brand--gray-50);
  border-radius: 1rem;
  height: 100%;
  margin-bottom: 50px;
  margin-right: 20px;
  padding: 1.5rem;
  transition: background-color .2s;
  position: relative;
}

.service_item-card:hover {
  background-color: var(--brand--green);
}

.service_item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.service_item-icon-wrap {
  background-color: var(--bg-color--bg-tertiary);
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 3.25rem;
  display: flex;
}

.service_item-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.service_item-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service_item-h3 {
  font-family: Generalsans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.service_item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.testimonial_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.testimonial_wrap.slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.testimonial_wrap.slider.none {
  display: none;
}

.text-style-general {
  font-family: Generalsans, sans-serif;
}

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

.contact_wrap {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 32.875rem) auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.contact_form-wrap {
  background-color: var(--bg-color--bg-secondary);
  color: var(--brand--white);
  background-image: url('../images/lines.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1.25rem;
  padding: 4rem 2.25rem;
}

.contact_form-wrap.is-v2 {
  border: 1px solid var(--brand--gray-100);
  background-color: var(--bg-color--bg-secondary);
  width: 100%;
  max-width: 53rem;
  color: var(--text-color--text-primary);
  background-image: none;
}

.contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact_top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.contact_bottom {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  display: flex;
  position: relative;
}

.contact_item.reverse {
  color: var(--text-color--text-primary);
}

.large_icon {
  background-color: var(--bg-color--bg-tertiary);
  min-width: 3.75rem;
  color: var(--text-color--text-alternate);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.form_field-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--brand--gray-50);
  color: var(--text-color--text-white);
  border-radius: 1.25rem;
  flex-flow: column;
  padding: 3.69rem 3rem 1.5rem;
  display: flex;
  position: relative;
}

.footer_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 32.94% 57.56%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: grid;
}

.footer_info {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer_link {
  color: var(--bg-color--bg-primary);
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color .2s;
}

.footer_link:hover {
  color: var(--brand--gray-100);
}

.footer_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.social_links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social_icon {
  background-color: var(--bg-color--bg-tertiary);
  width: 3.25rem;
  height: 2.5rem;
  color: var(--text-color--text-alternate);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.social_icon:hover {
  background-color: var(--brand--green);
  color: var(--text-color--text-primary);
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_bottom.reverse {
  color: var(--text-color--text-primary);
  font-weight: 400;
}

.hero_wrap-service {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(30rem, 41.82%);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  min-height: calc(100vh - 12.75rem);
  padding-top: 1rem;
  display: flex;
  position: relative;
  bottom: -4.4375rem;
}

.hero_wrap-service.is-page {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  min-height: calc(100vh - 5rem);
  padding-bottom: 4.5rem;
  bottom: 0;
}

.hero_visual-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 26.25rem) minmax(25rem, 54rem);
  grid-auto-columns: 1fr;
  min-height: 30rem;
  display: grid;
  position: relative;
}

.hero_visual-service {
  background-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: .5rem;
  position: relative;
  overflow: clip;
}

.service_cms-card {
  border: 1px solid var(--brand--gray-100);
  background-color: var(--brand--gray-50);
  border-radius: 1rem;
  height: auto;
  margin-bottom: 50px;
  padding: 1.5rem;
  transition: background-color .2s;
}

.service_cms-card:hover {
  background-color: var(--brand--gray-100);
}

.service_cms-card.service {
  cursor: default;
}

.service_cms-card.below {
  width: 560px;
}

.service_cms-card.below.karriere {
  background-color: var(--bg-color--bg-secondary);
}

.service_cms-card.karriere {
  background-color: var(--brand--white);
  opacity: 1;
}

.service_cms-card.karriere:hover {
  background-color: var(--bg-color--bg-secondary);
}

.service_cms-card.auszeichnung {
  background-color: var(--brand--green);
  max-height: 1000px;
}

.service_cms-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.service_cms-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service_cms-thumbnail {
  border-radius: .75rem;
  min-height: 20rem;
  padding-top: 55%;
  position: relative;
  overflow: clip;
}

.service_cms-details {
  grid-column-gap: 1rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service_cms-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #2e808633;
  border-radius: 3.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem .25rem .25rem;
  font-weight: 500;
  display: flex;
}

.service_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service_column-bottonm {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36.25rem;
  display: flex;
}

.service_column-bottonm.hide-mobile-landscape {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
}

.service_column-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service_column-content.projekte {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.service_cms-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.hero_visual-service-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 26.25rem) minmax(25rem, 54rem);
  grid-auto-columns: 1fr;
  height: 33.9375rem;
  min-height: 60%;
  position: relative;
}

.detail_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(30rem, 49%);
  grid-auto-columns: 1fr;
  display: grid;
}

.detail_column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service_title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service_title-wrap.is-include {
  max-width: 54rem;
}

.detail_image {
  border-radius: .75rem;
  width: 100%;
  min-height: 55rem;
  position: relative;
  overflow: clip;
}

.detail_column-image {
  border-radius: .75rem;
  width: 100%;
  max-width: 26rem;
  height: 100%;
  max-height: 15rem;
  position: relative;
  overflow: clip;
}

.include_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--bg-color--bg-secondary);
  border-radius: 1.25rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.include_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr .35fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.include_grid.new {
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.hero_wrap-about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(20%, 33rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  min-height: calc(100vh - 12.75rem);
  padding-top: 4rem;
  display: grid;
  position: relative;
}

.data_bout {
  background-color: var(--brand-color--cyan-900);
}

.hero_visual-about {
  background-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: .5rem;
  position: relative;
  top: 1rem;
  overflow: clip;
}

.benefits_wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 34rem);
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.benefits_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 30rem;
  max-width: 43rem;
  display: flex;
}

.faq_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq_item {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--brand--gray-50);
  border-radius: 1rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .25rem;
  display: flex;
  position: relative;
}

.faq_bottom {
  flex-flow: column;
  margin-top: .25rem;
  padding-left: 5.25rem;
  display: flex;
}

.icon-1x1-faq {
  width: 2.5rem;
  height: 2.5rem;
}

.faq_top-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits_visual {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.benefit_main-image {
  border-radius: .75rem;
  min-height: 48rem;
  position: relative;
  overflow: clip;
}

.benefit_visual-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.benefit_image {
  border-radius: .75rem;
  width: 100%;
  min-height: 20rem;
  position: relative;
  overflow: clip;
}

.section_hero-contact {
  background-color: var(--bg-color--bg-white);
  color: var(--text-color--text-white);
  background-image: url('../images/grid.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.hero_wrap-contact {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(20%, 33rem) minmax(45%, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding-top: 13rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.hero_wrap-contact.reverse {
  color: var(--text-color--text-primary);
  padding-top: 2rem;
}

.hero_content-contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_field-wrap-two {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.form_input-contact {
  border: 1px solid var(--brand--gray-100);
  background-color: var(--bg-color--bg-white);
  min-height: 3.5em;
  color: var(--text-color--text-secondary);
  border-radius: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form_input-contact:focus {
  border-color: var(--border-color--border-secondary);
  color: var(--link-color--link-primary);
}

.form_input-contact::placeholder {
  color: var(--text-color--text-secondary);
}

.form_input-contact.is-select-input {
  appearance: none;
  background-image: url('../images/iconamoon_arrow-up-2.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input-contact.is-select-input:focus-visible, .form_input-contact.is-select-input[data-wf-focus-visible] {
  color: var(--bg-color--bg-primary);
}

.form_input-contact.is-text-area {
  border-radius: 1.25rem;
  min-height: 10rem;
  padding-top: .75rem;
}

.map_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.map_office-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map_office {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--brand--gray-100);
  background-color: var(--brand--gray-50);
  width: 100%;
  color: var(--brand--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.map_office:hover {
  background-color: var(--brand--gray-50);
  filter: blur(1px);
}

.map_office-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.map_office-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 5.25rem);
  display: flex;
}

._404_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404_display {
  letter-spacing: -.02em;
  font-family: Generalsans, sans-serif;
  font-size: 12.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.category_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.title_wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.categories_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.work_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.tes_slider {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.tes_slider.beforeafter {
  width: 100%;
  display: none;
}

.tes_slider-mask {
  width: 26rem;
  position: static;
  overflow: visible;
}

.tes_slider-mask.beforeafter {
  width: 100%;
  height: 100%;
}

.tes_slide {
  margin-right: 1.5rem;
}

.tes_slide.beforeafter {
  width: 100%;
  height: 100%;
}

.tes_slider-wrap {
  width: 100%;
  overflow: visible;
}

.tes_slider-wrap.beforeafter {
  flex: 0 auto;
  width: 50%;
  height: 70vh;
}

.tes_arrow {
  background-color: var(--bg-color--bg-tertiary);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% 0%;
  transform: translate(0, 5rem);
}

.tes_arrow.is-right {
  transform: translate(2.2rem, 5rem);
}

.tes_arrow.is-right:hover {
  background-color: #292d32e6;
}

.tes_arrow.is-left {
  transform: translate(-2.2rem, 5rem);
}

.tes_arrow.is-left:hover {
  background-color: #292d32e6;
}

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

.portfolio_scroll {
  min-height: 300vh;
  position: relative;
}

.button_wrap {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button_wrap:hover {
  color: var(--text-color--text-white);
}

.button_bg {
  background-color: var(--bg-color--bg-tertiary);
  opacity: 0;
  pointer-events: none;
  border-radius: 3rem;
  position: absolute;
  inset: 0%;
}

.image-bg {
  background-color: var(--bg-color--bg-white);
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-bg.is-blue {
  background-color: var(--bg-color--bg-secondary);
  display: none;
}

.parallax-image {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto 0 0;
}

.parallax-image.portrait {
  border-radius: .75rem;
  height: 100%;
}

.check_wrap {
  border-radius: 1.5rem;
}

.check_box {
  padding: 1rem 1.25rem;
}

.cart-button {
  color: #fffc;
  background-color: #0000;
  padding: 0;
  transition: color .2s;
}

.cart-button:hover {
  color: var(--text-color--text-white);
}

.cart-button.is-v2 {
  color: var(--text-color--text-secondary);
}

.cart-button.is-v2:hover {
  color: var(--text-color--text-primary);
}

.cart-quantity-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: 3px;
  display: flex;
}

.text-base-quantity {
  color: #fffc;
  background-color: #0000;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.text-base-quantity.is-v2 {
  color: var(--text-color--text-secondary);
}

.nav_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-wrapper {
  color: var(--text-color--text-primary);
}

.close-button {
  cursor: pointer;
}

.faq_bottom-wrap {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: #fff;
}

.temlis_component {
  position: fixed;
  inset: auto 12px 50px auto;
}

.temlis {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #126df2;
  border: 1px solid #126df299;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-size: 14px;
  display: flex;
}

.temlis_icon {
  width: 15px;
  height: 15px;
}

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

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block.hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.handle_inner_line {
  background-color: #fff;
  width: 100%;
  height: 46%;
}

.after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.handle {
  z-index: 2;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.after_image {
  pointer-events: none;
  width: 160rem;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.after_image.no-select {
  width: 38rem;
  height: 100%;
}

.before {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.before_image {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.before_image.no-select {
  width: 38rem;
  max-width: none;
  height: 100%;
}

.wrapper {
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.handle_inner_circle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.handle_icon {
  width: 2rem;
  height: 1rem;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: var(--brand--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: center space-around;
  align-items: center;
  min-height: 50vh;
  margin-top: -70px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  background-color: var(--brand--green);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  max-height: 10vh;
  display: block;
}

.hero-simple {
  padding-top: 0;
  position: static;
}

.hero-simple-content {
  background-color: var(--brand--gray-50);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 45vw;
  margin-top: 40px;
  margin-left: auto;
  padding: 30px;
  overflow: hidden;
}

.bold-text-2 {
  font-size: 2rem;
  font-weight: 500;
}

.reverse {
  color: var(--text-color--text-primary);
}

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

.height {
  height: 350px;
  max-height: none;
}

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

.benefits {
  flex: 0 auto;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--bg-color--bg-secondary);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px 40px 20px 10px;
  display: flex;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 1.2rem;
}

.slide-cta {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta:hover {
  color: #fff;
  text-decoration: none;
}

.hero-slide {
  perspective: 1000px;
  min-width: 100%;
  min-height: 200px;
  overflow: hidden;
  transform: perspective(1000px);
}

._w-hero-slider-nav {
  z-index: 15;
  cursor: pointer;
  border-right: 1px solid #333;
  width: 100%;
  height: 100%;
  padding: 20px 15%;
  position: relative;
  overflow: hidden;
}

.video-wrapnew {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  min-width: 200px;
  min-height: 200px;
  display: block;
}

.image-4 {
  border-radius: .75rem;
  flex: 0 auto;
}

.image-4.two {
  width: 100%;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.logo-display {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50px 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 40vw;
  display: grid;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.video-placeholder {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.hero-wrap {
  height: 70vh;
}

.hero-content {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.hero-details-left {
  min-width: 200px;
  min-height: 200px;
}

.text-block-3, .path {
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
}

.video-thumbnail {
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-two-advantage-logo-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.home-two-advantage-logo-box.home-one-logo-box {
  margin-top: 53px;
}

.heading-five {
  color: #54596d;
  letter-spacing: .32px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-five.bold-color {
  color: #1f2a58;
  font-weight: 600;
}

.heading-five.bold-color.wrap {
  white-space: nowrap;
  word-break: keep-all;
}

.marque-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marque-train {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: none;
  align-items: center;
  padding-right: 38px;
  display: flex;
}

.marque-train.home-one-logo-marque-train {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.rich-text-block-2 {
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

.dark {
  color: var(--brand-color--cyan-700);
}

.lp-nav {
  background-color: #0000;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.lp-padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.lp-padding-global.is-navbar {
  padding-top: 1.5rem;
}

.lp-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-nav_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lp-navbar_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  display: flex;
}

.lp-navbar_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lp-hero_content-wrap {
  align-self: flex-end;
  width: 100%;
}

.lp-hero_wrap {
  background-image: url('../images/Rectangle-23795-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.lp-nav_links {
  color: var(--brand--white);
  padding: 0;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition: color .2s;
}

.lp-nav_links:hover {
  color: #ffe6bc;
  font-weight: 400;
}

.lp-nav_links.w--current {
  color: var(--brand--neutral-dark);
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

.lp-nav_links.is-v2 {
  color: var(--text-color--text-secondary);
}

.lp-nav_links.is-v2:hover {
  color: var(--text-color--text-primary);
}

.lp-nav_links.dropdown {
  margin-left: 0;
}

.lp-nav_links.none.w--open:hover {
  color: var(--brand--neutral-dark);
  font-weight: 300;
}

.lp-left_hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--brand--white);
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

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

.lp-hero_title {
  color: #ffe6bc;
  text-transform: uppercase;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
}

.lp-hero_sub-heading {
  max-width: 40rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.lp-hero-buttons-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.lp-button {
  background-color: var(--brand--green);
  height: 3.75rem;
  min-height: 3.75rem;
  color: var(--text-color--text-primary);
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.lp-button.is-secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--brand--neutral-dark);
  color: var(--text-color--text-primary);
  background-color: #0000;
  transition: border-color .2s, color .2s, background-color .2s;
}

.lp-button.is-secondary:hover {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--text-color--text-white);
}

.lp-button.is-secondary.hero {
  background-color: var(--brand--neutral);
  border-style: none;
  padding-left: .25rem;
  padding-right: .25rem;
}

.lp-button.is-secondary.hero:hover {
  color: var(--text-color--text-white);
}

.lp-button.is-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.lp-button.is-icon.is-shadow {
  border: 1px solid var(--text-color--text-primary);
  height: auto;
  min-height: auto;
  color: var(--brand-color--cyan-900);
  box-shadow: 0 0 40px #ffe6bcb3;
}

.lp-button.is-pay {
  background-color: var(--text-color--text-primary);
  color: var(--text-color--text-white);
}

.lp-button_bg {
  background-color: var(--brand--green);
  opacity: 0;
  pointer-events: none;
  border-radius: 3rem;
  position: absolute;
  inset: 0%;
}

.lp-content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.lp-content_wrapper.is-center {
  justify-content: flex-start;
  align-items: center;
}

.lp-hero_image {
  width: 100%;
  position: relative;
  bottom: -77px;
}

.lp-button_wrap {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.lp-h3-style {
  color: var(--timms-brown);
  font-size: 1.5rem;
  font-weight: 600;
}

.lp-h3-style.text-color-primary {
  color: var(--text-color--text-primary);
}

.lp-heading_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  margin-bottom: 2rem;
  display: flex;
}

.lp-heading_wrap.align-right {
  margin-left: auto;
}

.lp-heading_wrap.is-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.lp-h2-style {
  background-color: #0000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.lp-highlight-span {
  color: var(--timms-team-light-brown);
}

.text-span {
  color: #ffe6bc;
}

.lp-problem_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lp-problem_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.lp-text_block {
  font-size: 1.25rem;
  font-weight: 600;
}

.lp-divider {
  background-color: var(--brand--green);
  height: .5rem;
}

.lp-divider.is-width-transparent {
  background-color: #a87f4c4d;
  width: 5rem;
  height: .3rem;
}

.lp-problem_image {
  border-top-left-radius: 40px;
  width: 100%;
}

.lp-problem_image.is-type2 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 40px;
}

.lp-h4-style {
  text-align: right;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.lp-h4-style.is-accent {
  color: var(--timms-team-light-brown);
}

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

.lp-service-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff4d0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 0 0 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp-service-card.color-style2 {
  background-color: #e2eeff;
}

.lp-service-card.color-style3 {
  background-color: #ffe1df;
}

.lp-service-card.color-style4 {
  background-color: #dae4f2;
}

.lp-service-card.color-style4.is-large {
  height: 85%;
}

.lp-service-card.color-style5 {
  background-color: #ffdfb8;
}

.lp-service-card.color-style5.is-large {
  height: 85%;
}

.lp-h5-style {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.lp-services_card_innercontent {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  max-width: 20rem;
  display: flex;
  position: relative;
}

.lp-service_card_image {
  border-top-left-radius: 40px;
  align-self: flex-end;
  width: 18rem;
  height: 12rem;
  position: relative;
}

.lp-service_card_image.is-large {
  width: 20rem;
  height: 13rem;
  bottom: 37px;
}

.lp-service_icon {
  width: 4rem;
}

.lp-whyitmatters-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.lp-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.path-2 {
  color: #ffe6bc;
}

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

.text-span-3 {
  color: #c79f6d;
}

.lp-section_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.lp-section_grid-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.lp-paragraph {
  font-size: 1.1rem;
}

.lp-whyus_image-wrap {
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 32.875rem;
  height: 30.75rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.experiance_number {
  width: 12rem;
}

.experiance_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.experiance_heading {
  color: var(--text-color--text-primary);
  flex: 1;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.experiance_heading.is-color {
  color: var(--timms-team-light-brown);
}

.flexbox-vertical {
  flex-flow: column;
  display: flex;
}

.lp-card_tag-icon_wrap {
  background-color: var(--brand--green);
  width: 3rem;
  height: 3rem;
  color: var(--brand--black);
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.focus_featured-wrap {
  background-color: #fff4d0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.lp-featured_h-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-bottom: 2rem;
  display: flex;
}

.lp-featured_h-wrap.align-right {
  margin-left: auto;
}

.lp-featured_h-wrap.is-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.focus_logo {
  width: 7rem;
}

.lp-partners {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.lp-text-number {
  letter-spacing: -.02em;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.lp-text-number.reverse {
  font-size: 2.4rem;
}

.lp-icon_large {
  width: 5.125rem;
}

.lp-howitworks-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.lp-works_arrow {
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 35vh;
}

.lp-works_arrow.hide-mobile-landscape {
  width: 10rem;
  position: absolute;
}

.lp-section_our-work {
  background-image: linear-gradient(#fff4d0b3, #fff4d0b3), url('../images/Rectangle-23791-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lp-border-10px {
  border-radius: 10px;
}

.lp-section_faqs {
  background-color: var(--brand--gray-50);
}

.faqs-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.accordion_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding: .75rem 1.5rem;
  display: flex;
}

.faqs_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon_plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  padding: 2px;
  display: flex;
}

.faqs_answer {
  height: auto;
  font-size: 1.1rem;
  overflow: hidden;
}

.lp-h6-style {
  font-size: 1.2rem;
  font-weight: 600;
}

.lp-cta_image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  position: relative;
}

.lp-cta_image {
  width: 100%;
  display: flex;
  position: relative;
}

.lp-cta_image.is-after {
  bottom: -70px;
}

.lp-section_form {
  background-image: linear-gradient(#fff, #fff0), url('../images/Rectangle-23801-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.lp-form-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border: 1px solid #fff9;
  border-radius: 10px;
  width: 100%;
  max-width: 50rem;
  padding: 3rem;
}

.lp-form_label {
  font-size: 1.1rem;
}

.lp-form_field-wrap {
  flex: 1;
}

.lp-form_field-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lp-text_field {
  border-bottom: 3px solid var(--brand--green);
  border-radius: 4px;
  height: 3.5rem;
  font-size: 1.1rem;
}

.lp-text_field.is-textarea {
  height: 9rem;
}

.lp-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.faqs_queston-heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.foote_logo-link {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.foote_logo-link.w--current {
  width: 7vw;
  max-width: 10vw;
  height: auto;
  max-height: 100%;
}

.footer_logo {
  width: 100%;
  max-width: 10vw;
  max-height: 10vh;
  overflow: clip;
}

.lp-form_success {
  color: #1a261d;
  font-size: 1.1rem;
}

.lp-form_error {
  font-size: 1.1rem;
}

.list-item {
  color: var(--brand-color--cyan-900);
}

@media screen and (min-width: 1280px) {
  .text-base.text-weight-medium.text-color-secondary, .text-base.text-color-secondary {
    height: auto;
  }

  .button.is-secondary {
    height: auto;
    min-height: auto;
  }

  .text-3xl.black {
    color: var(--brand--neutral-dark);
  }

  .hero_visual-image {
    justify-content: center;
    align-items: flex-end;
  }

  .card_component.hero-simple-content {
    place-items: start;
  }

  .card_tag-icon_wrap {
    width: 3rem;
    height: 3rem;
  }

  .section_service {
    margin-top: 10%;
  }

  .service_item-wrap {
    height: 100%;
  }

  .service_cms-card {
    height: auto;
  }

  .hero-simple-content {
    margin-left: 0;
  }

  .black {
    color: var(--brand--neutral-dark);
  }

  .video-wrapnew {
    bottom: 35%;
  }

  .logo-display {
    grid-template-rows: 61px 60px;
  }

  .home-two-advantage-logo-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .lp-whyus_image-wrap {
    height: 28rem;
  }

  .experiance_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .lp-card_tag-icon_wrap {
    width: 3rem;
    height: 3rem;
  }

  .focus_featured-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #ffdfb8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .lp-featured_h-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .lp-works_arrow {
    left: 38.5vh;
  }

  .lp-works_arrow.hide-mobile-landscape {
    top: 23%;
    left: 36.3vh;
  }

  .lp-border-10px {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global.fokus {
    padding-bottom: 20px;
  }

  .button.is-secondary.lp-hero {
    color: #ffe6bc;
    background-color: #0000;
    border-style: solid;
    border-color: #ffe6bc;
  }

  .section_service {
    margin-top: 10%;
  }

  .service_item-card {
    height: auto;
  }

  .hero-simple {
    background-size: cover;
  }

  .height {
    height: 400px;
  }

  .grid_benefits {
    place-items: center stretch;
  }

  .video-wrapnew {
    min-width: 200px;
    min-height: 100px;
    bottom: 33%;
  }

  .image-4 {
    position: relative;
  }

  .hero-details-left {
    min-width: 200px;
    min-height: 200px;
    bottom: 20%;
  }

  .home-two-advantage-logo-box.home-one-logo-box {
    justify-content: space-between;
  }

  .lp-padding-global.fokus {
    padding-bottom: 20px;
  }

  .lp-hero_content-grid {
    grid-auto-columns: 1fr;
  }

  .lp-hero_title {
    line-height: 1.4;
  }

  .body {
    font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  }

  .lp-button_bg {
    background-color: var(--brand--green);
  }

  .lp-right_hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .lp-works_arrow.hide-mobile-landscape {
    left: 34.4vh;
  }
}

@media screen and (min-width: 1920px) {
  .text-base.text-color-secondary {
    height: auto;
  }

  .hero_brand {
    position: static;
  }

  .section_service {
    margin-top: 5%;
  }

  .service_cms-card.below {
    width: 700px;
  }

  .include_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    display: grid;
  }

  .hero-simple {
    background-image: linear-gradient(#0000, #0000);
  }

  .hero-simple-content {
    background-color: var(--brand--gray-50);
    border-radius: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 30vw;
    height: auto;
    margin-top: 40px;
    display: flex;
    overflow: hidden;
  }

  .height {
    height: 475px;
  }

  .video-wrapnew {
    bottom: 45%;
  }

  .flex-block-8, .flex-block-9 {
    width: 100%;
  }

  .logo-display {
    grid-template-rows: 75px 75px;
  }

  .lp-works_arrow {
    left: 33.8vh;
  }

  .lp-works_arrow.hide-mobile-landscape {
    left: 28.5vh;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .padding-global.is-navbar {
    padding-bottom: 1rem;
  }

  .padding-global.above {
    padding-bottom: 5%;
  }

  .text-base.text-color-secondary.services {
    height: 260px;
  }

  .form_field-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .text-2xl.text-weight-medium.text-color-black.text-smaller {
    line-height: 1.5rem;
  }

  .text-6xl {
    font-size: 3.5rem;
  }

  .section_hero {
    min-height: auto;
  }

  .navbar_content {
    justify-content: space-between;
    align-items: center;
  }

  .navbar_logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_mobile {
    text-align: left;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    min-width: auto;
    position: absolute;
    inset: 6rem 4.5% 0% auto;
  }

  .navbar_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: var(--text-color--text-alternate);
    text-align: left;
    border: 1px solid #fff6;
    border-radius: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 9rem;
    padding: 1rem;
    position: relative;
  }

  .nav_links {
    width: auto;
    color: var(--text-color--text-primary);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1rem;
  }

  .nav_buttons-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .menu-button {
    padding: 0 .95rem 0 2rem;
  }

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

  .nav-button_component {
    grid-row-gap: .25rem;
    background-color: var(--text-color--text-alternate);
    border-radius: .38rem;
    width: 2rem;
    height: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    transform: scale(1.9);
  }

  .hero_brand-wrap {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero_visual-image {
    padding-top: 70%;
  }

  .hero_visual-image.is-service {
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_visual-image.is-service-page {
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40%;
  }

  .hero_visual-image.is-about {
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding: 35% 20% 20%;
  }

  .hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-display {
    font-size: 4rem;
  }

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

  .card_component.is-work {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card_component.is-service {
    width: auto;
    padding: .5rem;
  }

  .card_component.is-about {
    grid-template-columns: 1fr;
  }

  .card_component.hero-simple-content {
    flex: 0 auto;
    max-width: 70vw;
  }

  .card_content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card_content.is-center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .section_service.pc {
    margin-top: 36%;
  }

  .section_about.landing {
    margin-top: 40%;
  }

  .section_about.landing.landingpage {
    margin-top: 0%;
  }

  .section_testimonial.invisible-mobile {
    display: none;
  }

  .service_wrap.is-service {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content_top.is-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .content_top.is-left.is-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .content_top.is-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content_top.is-service, .content_description.is-portfolio {
    max-width: none;
  }

  .about_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about_visual {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about_left {
    height: 25rem;
  }

  .text-number {
    font-size: 2rem;
  }

  .about_image-wrap {
    height: 15rem;
  }

  .about_image-wrap.home.is-lp {
    padding: 1rem;
  }

  .about_date-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .porfolio_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    max-height: none;
    padding: 2rem;
  }

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

  .content_top-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .content_top-wrap.is-center {
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio_visual {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    max-height: none;
    display: grid;
  }

  .portfolio_work {
    height: auto;
    padding: 50% 1rem 1rem;
  }

  .testimonial_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-section-xmedium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact_wrap {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .contact_form-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_links {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_link {
    white-space: nowrap;
  }

  .social_links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .hero_wrap-service {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    bottom: 0;
  }

  .hero_wrap-service.is-page {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: auto;
    padding-bottom: 3rem;
  }

  .hero_visual-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 20rem;
  }

  .hero_visual-service {
    max-height: none;
  }

  .service_cms-card {
    height: 100%;
    padding: 1.25rem;
  }

  .service_cms-card.service {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .service_cms-card.below {
    width: 400px;
  }

  .service_cms-card.karriere {
    height: 550px;
  }

  .service_cms-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .service_cms-thumbnail {
    min-height: auto;
  }

  .service_column-bottonm, .service_column-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_visual-service-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .detail_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service_title-wrap.is-include {
    justify-content: flex-start;
    align-items: center;
  }

  .detail_image {
    min-height: auto;
    padding-top: 60%;
  }

  .include_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .include_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero_wrap-about {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    bottom: 0;
  }

  .hero_visual-about {
    order: 1;
    top: 0;
  }

  .benefits_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 100%;
  }

  .benefits_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: none;
  }

  .benefit_main-image, .section_hero-contact {
    min-height: auto;
  }

  .hero_wrap-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    bottom: 0;
  }

  .hero_content-contact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .map_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .map_office-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .title_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .categories_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .categories_item {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_scroll {
    min-height: auto;
  }

  .parallax-image {
    box-sizing: border-box;
  }

  .nav_wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
  }

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

  .div-block-3 {
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .wrapper {
    height: 40vh;
  }

  .hero-simple {
    background-image: none;
    padding-top: 0;
  }

  .hero-simple-content {
    max-width: 70vw;
    position: static;
  }

  .bold-text-2 {
    line-height: 1.5rem;
  }

  .flex-block-2 {
    height: auto;
  }

  .grid_benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-3 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .flex-block-4, .flex-block-5 {
    justify-content: center;
    align-items: center;
  }

  .paragraph, .rich-text-block {
    width: 200px;
  }

  .heading-2 {
    line-height: 1.5rem;
  }

  .video-wrapnew {
    width: 70%;
    bottom: 5%;
    left: 15%;
    right: auto;
  }

  .logo-display {
    display: none;
  }

  .hero-wrap {
    position: relative;
  }

  .hero-details-left {
    padding-left: 5%;
    padding-right: 5%;
    top: auto;
    left: 10%;
  }

  .home-two-advantage-logo-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
  }

  .home-two-advantage-logo-box.home-one-logo-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-five {
    font-size: 16px;
  }

  .lp-padding-global.is-navbar {
    padding-bottom: 1rem;
  }

  .lp-padding-global.above {
    padding-bottom: 5%;
  }

  .lp-nav_wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
  }

  .lp-nav_mobile {
    text-align: left;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    min-width: auto;
    position: absolute;
    inset: 6rem 4.5% 0% auto;
  }

  .lp-navbar_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: var(--text-color--text-alternate);
    text-align: left;
    border: 1px solid #fff6;
    border-radius: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 9rem;
    padding: 1rem;
    position: relative;
  }

  .lp-navbar_content {
    justify-content: space-between;
    align-items: center;
  }

  .lp-hero_content-wrap {
    align-self: center;
  }

  .lp-hero_wrap {
    background-image: linear-gradient(#0009, #0009), url('../images/Rectangle-23795-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .lp-nav_links {
    width: auto;
    color: var(--text-color--text-primary);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1rem;
  }

  .lp-left_hero-content {
    margin-bottom: 0;
  }

  .lp-hero_content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .lp-hero-buttons-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .lp-hero_image {
    width: 26rem;
    position: absolute;
    bottom: -100px;
    right: 0;
  }

  .lp-h2-style {
    font-size: 2.6rem;
  }

  .lp-problem_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .lp-problem_card {
    margin-bottom: 2rem;
  }

  .lp-h4-style {
    text-align: left;
  }

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

  .lp-service-card.color-style4.is-large {
    height: auto;
  }

  .lp-h5-style {
    font-size: 1.4rem;
  }

  .lp-service_card_image.is-large.is-tabletreset {
    width: 18rem;
    height: 12rem;
    bottom: auto;
  }

  .lp-whyitmatters-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-section_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lp-paragraph {
    font-size: 1rem;
  }

  .lp-whyus_image-wrap {
    height: 25rem;
  }

  .experiance_heading {
    flex: 1;
  }

  .lp-text-number {
    font-size: 2rem;
  }

  .lp-text-number.reverse {
    font-size: 2.2rem;
  }

  .lp-howitworks-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lp-works_arrow {
    width: 7rem;
    top: 18%;
    left: 26.4vh;
  }

  .faqs_answer {
    font-size: 1rem;
  }

  .lp-cta_image-wrap {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-columns: 1fr .35fr 1fr;
  }

  .lp-cta_image.is-after {
    bottom: -47px;
  }

  .lp-form_label, .lp-text_field {
    font-size: 1rem;
  }

  .foote_logo-link {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .form_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .icon-1x1-medium.is-mobile {
    width: 1rem;
    height: 1rem;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.is-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global.above {
    padding-bottom: 6%;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-base.text-color-secondary.services {
    height: 200px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button {
    height: 3rem;
    min-height: 3rem;
  }

  .button.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .button.is-icon.is-submit-button {
    align-self: center;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-2xl {
    font-size: 1.25rem;
  }

  .text-5xl {
    font-size: 2.75rem;
  }

  .text-6xl {
    font-size: 3rem;
  }

  .button_icon-wrap {
    width: 3rem;
    height: 3rem;
  }

  .navbar_logo {
    max-height: 3rem;
  }

  .nav_mobile {
    top: 4.5rem;
    right: 1.25rem;
  }

  .nav_buttons-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .nav-button_component {
    margin-left: 10px;
    transform: scale(1.5);
  }

  .hero_brand-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero_visual-image.is-service, .hero_visual-image.is-service-page, .hero_visual-image.is-about {
    padding-top: 35%;
  }

  .hero-display {
    font-size: 3rem;
  }

  .brand_logo {
    height: 2rem;
  }

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

  .card_component.is-small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .card_component.hero-simple-content {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: start;
    max-width: 85vw;
  }

  .card_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .section_service.invisible-pc {
    display: block;
  }

  .section_service.invisible-mobile {
    display: none;
  }

  .section_service.pc {
    margin-top: 50%;
  }

  .section_about.landing {
    margin-top: 55%;
  }

  .section_about.landing.landingpage {
    margin-top: 0%;
  }

  .service_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .service_wrap.is-service {
    grid-template-columns: 1fr;
  }

  .content_top.is-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .content_top.is-contact {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content_top.is-service {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content_description, .content_description.is-about {
    max-width: none;
  }

  .about_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about_top {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .about_head {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about_visual {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about_left {
    height: auto;
    padding: 50% 1rem 1rem;
  }

  .about_right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about_image-wrap {
    height: auto;
    padding-top: 80%;
  }

  .about_image-wrap.home {
    height: 15rem;
  }

  .about_right-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about_date-wrap {
    order: -1;
  }

  .padding-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .porfolio_wrap {
    padding: 1.25rem;
  }

  .content_top-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio_visual {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .portfolio_work {
    padding-top: 40%;
  }

  .service_item-card {
    padding: 1.25rem;
  }

  .service_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service_item-icon-wrap {
    width: 3rem;
    height: 2rem;
  }

  .service_item-icon {
    width: 1rem;
    height: 1rem;
  }

  .service_item-h3 {
    font-size: 1.75rem;
  }

  .service_item-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-xmedium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: minmax(16rem, 32.875rem);
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .contact_form-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact_form-wrap.is-v2 {
    padding: 1.5rem 1.25rem;
  }

  .contact_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .contact_bottom.is-v2 {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .large_icon {
    min-width: 3.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem 1.25rem 1.25rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 32.94%;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .footer_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_links {
    margin-bottom: 1rem;
  }

  .footer_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_link {
    font-size: .875rem;
  }

  .hero_wrap-service {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero_wrap-service.is-page {
    padding-bottom: 1.25rem;
  }

  .hero_visual-group {
    flex-flow: column;
    display: flex;
  }

  .hero_visual-service {
    padding: .25rem;
  }

  .service_cms-card.service {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .service_cms-card.below {
    width: auto;
  }

  .service_cms-card.karriere {
    height: 450px;
  }

  .service_column-bottonm {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .hero_visual-service-bottom {
    flex-flow: column;
    display: flex;
  }

  .detail_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service_title-wrap.is-include {
    justify-content: flex-start;
    align-items: center;
  }

  .include_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.25rem;
  }

  .include_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .include_grid.new {
    flex-flow: column;
    display: flex;
  }

  .hero_wrap-about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
  }

  .hero_visual-about {
    padding: .25rem;
  }

  .benefits_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_list {
    height: auto;
  }

  .faq_item {
    padding: 1rem;
  }

  .faq_bottom {
    padding-top: .5rem;
    padding-left: 0;
  }

  .icon-1x1-faq {
    flex: none;
  }

  .faq_top-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .benefits_visual {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr 1fr;
  }

  .benefit_image {
    min-height: 12rem;
  }

  .hero_wrap-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form_field-wrap-two {
    flex-flow: column;
  }

  .map_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .map_office-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .map_office {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.25rem;
  }

  .map_office-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .map_office-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  ._404_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  ._404_display {
    font-size: 8rem;
  }

  .section_category {
    padding-bottom: 0;
  }

  .category_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .categories_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tes_slider-mask {
    width: 80%;
  }

  .slider {
    padding-bottom: 5rem;
  }

  .button_wrap {
    padding-right: 1rem;
  }

  .parallax-image.portrait {
    overflow: clip;
  }

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

  .after_image {
    width: 66rem;
  }

  .wrapper {
    width: 66rem;
    height: 30vh;
    margin-top: 0;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .hero-simple {
    background-image: none;
    padding-top: 0;
  }

  .hero-slide {
    height: 90vh;
  }

  .heading-2 {
    padding-bottom: 20px;
  }

  .video-wrapnew {
    width: 85%;
    bottom: 3%;
    left: 10%;
    right: auto;
  }

  .hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-details-left {
    left: 5%;
  }

  .home-two-advantage-logo-box {
    flex-flow: column;
    align-items: stretch;
  }

  .home-two-advantage-logo-box.home-one-logo-box {
    justify-content: flex-start;
    align-items: stretch;
  }

  .lp-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lp-padding-global.is-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lp-padding-global.above {
    padding-bottom: 6%;
  }

  .lp-nav_mobile {
    top: 4.5rem;
    right: 1.25rem;
  }

  .lp-left_hero-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .lp-hero_title {
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .lp-button {
    height: 3rem;
    min-height: 3rem;
  }

  .lp-button.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .lp-hero_image {
    width: 20rem;
  }

  .lp-button_wrap {
    padding-right: 1rem;
  }

  .lp-h3-style {
    font-size: 1.3rem;
  }

  .lp-h2-style {
    font-size: 2.4rem;
  }

  .lp-h4-style {
    font-size: 1.6rem;
  }

  .lp-h5-style {
    font-size: 1.3rem;
  }

  .lp-card {
    padding: .5rem;
  }

  .lp-section_grid-content-wrap {
    width: 100%;
  }

  .lp-whyus_image-wrap {
    height: auto;
    padding: 50% 1rem 1rem;
  }

  .experiance_heading {
    font-size: 1.2rem;
  }

  .lp-icon_large {
    width: 5rem;
  }

  .lp-form-block {
    padding: 1.5rem;
  }

  .footer_logo {
    max-height: 3rem;
  }

  .lp-form_success, .lp-form_error {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .form_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .icon-1x1-medium.is-mobile {
    width: 1rem;
    height: 1rem;
  }

  .padding-global {
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .padding-global.padding-section-medium {
    padding-bottom: 0;
  }

  .padding-global.above {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-base {
    line-height: 1.3;
  }

  .text-base.text-color-secondary.services {
    height: 350px;
  }

  .container-large {
    max-width: 100%;
  }

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

  .button {
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .button.is-icon {
    flex: 0 auto;
  }

  .text-2xl.text-weight-medium.text-color-black.text-smaller {
    font-size: 1.1rem;
  }

  .text-5xl, .text-6xl {
    font-size: 2.5rem;
  }

  .text-6xl.text-weight-medium.about {
    text-align: center;
  }

  .button_icon-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .navbar_content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .navbar_logo-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo-link.w--current {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 20vw;
    max-width: 20vw;
    max-height: 10vh;
    display: block;
    position: relative;
  }

  .navbar_logo {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }

  .nav_mobile {
    top: 4.5rem;
    right: 1rem;
  }

  .navbar_list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav_links:lang(en) {
    color: var(--text-color--text-primary);
  }

  .menu-button {
    padding-right: .4rem;
  }

  .nav-button_component {
    transform: scale(1.39);
  }

  .nav-button_line.is-first, .nav-button_line.is-second, .nav-button_line.is-third {
    flex: none;
  }

  .nav_component {
    background-color: var(--brand--white);
  }

  .hero_brand {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .hero_brand-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .hero_brand-wrap.fokus {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .hero_visual-image.is-service-page {
    padding-top: 50%;
  }

  .brand_logo.hide-mobile-portrait {
    display: block;
  }

  .card_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr auto;
    display: flex;
  }

  .card_component.is-small.is-lp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: .5rem;
  }

  .card_component.is-work.length, .card_component.is-service {
    width: 100%;
  }

  .card_component.hero-simple-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  .card_content {
    justify-content: center;
    align-items: center;
  }

  .card_content.is-center.heronew {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .card_tag {
    width: 100%;
    padding-right: .25rem;
  }

  .section_service {
    padding-top: 0;
  }

  .section_service.pc {
    margin-top: 0%;
  }

  .section_about.landing {
    margin-top: 40%;
  }

  .service_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .content_top.is-left, .content_top.is-service {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content_description {
    text-align: left;
  }

  .about_top {
    text-align: center;
  }

  .about_head {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about_visual {
    flex-flow: column;
  }

  .about_left {
    order: 1;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 1;
  }

  .about_image-wrap {
    padding-top: 45%;
  }

  .about_image-wrap.home.is-lp {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about_right-top {
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
  }

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

  .container-xlarge {
    max-width: 100%;
  }

  .porfolio_wrap {
    padding: 1rem;
  }

  .content_top-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio_work {
    padding: 40% .5rem .5rem;
  }

  .service_item-card {
    width: 100%;
    padding: 1rem;
  }

  .service_item-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .service_item-h3 {
    line-height: 1.4;
  }

  .contact_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact_form-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact_bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact_bottom.is-v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .large_icon {
    min-width: 3.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .form_field-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_wrap {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_info {
    flex-flow: column;
  }

  .footer_links {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
  }

  .footer_column.is-2 {
    padding-right: 4rem;
  }

  .footer_social {
    width: 100%;
  }

  .social_links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_bottom {
    flex-flow: wrap;
  }

  .hero_wrap-service.is-page {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 1rem;
  }

  .service_cms-card {
    padding: 1rem;
  }

  .service_cms-card.service {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .service_cms-card.karriere {
    height: 650px;
  }

  .service_cms-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service_column {
    width: auto;
    max-width: 100%;
  }

  .service_column-content.projekte {
    flex-flow: column;
    flex: 0 auto;
  }

  .service_cms-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .benefits_content {
    min-width: auto;
  }

  .faq_item {
    padding: 1rem;
  }

  .faq_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 0;
  }

  .form_field-wrap-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .map_office-wrap {
    grid-template-columns: 1fr;
  }

  ._404_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._404_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._404_display {
    font-size: 7rem;
  }

  .tes_slider-mask {
    width: 90%;
    height: 100%;
  }

  .tes_slide {
    height: 100%;
  }

  .text-base-quantity {
    line-height: 1.3;
  }

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

  .div-block {
    flex-flow: column;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .img-block {
    width: 90%;
    min-height: 20vh;
  }

  .img-block.unten {
    min-height: 30vh;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-block {
    margin-top: -200px;
  }

  .content {
    font-size: 20px;
  }

  .image-2 {
    max-height: 8vh;
    display: block;
  }

  .hero-simple {
    background-image: none;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .hero-simple-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .heading-2 {
    line-height: 1.5rem;
  }

  .video-wrapnew {
    width: 100%;
    bottom: 10%;
    left: 7.5%;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-details-left {
    width: 100vw;
    left: 2.5%;
  }

  .home-two-advantage-logo-box.home-one-logo-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lp-padding-global {
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .lp-padding-global.padding-section-medium {
    padding-bottom: 0;
  }

  .lp-padding-global.above {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .lp-container-large {
    max-width: 100%;
  }

  .lp-nav_mobile {
    top: 4.5rem;
    right: 1rem;
  }

  .lp-navbar_list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lp-navbar_content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .lp-hero_wrap {
    padding-top: 4rem;
  }

  .lp-nav_links:lang(en) {
    color: var(--text-color--text-primary);
  }

  .lp-hero_title {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .lp-hero_sub-heading {
    font-size: 1rem;
  }

  .lp-button {
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .lp-button.is-icon {
    flex: 0 auto;
  }

  .lp-hero_image {
    width: 65%;
    bottom: -12vh;
  }

  .lp-h3-style {
    font-size: 1.1rem;
  }

  .lp-h2-style {
    font-size: 1.7rem;
  }

  .lp-problem_wrap {
    grid-column-gap: .8rem;
    flex-flow: row;
    grid-template-columns: 49% repeat(auto-fit, 49%);
  }

  .lp-text_block {
    font-size: 1rem;
  }

  .lp-text_block.text-align-center {
    font-size: .9rem;
  }

  .lp-h4-style, .lp-h4-style.is-accent {
    font-size: 1.3rem;
  }

  .lp-services_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .lp-service-card.color-style5.is-large {
    height: auto;
  }

  .lp-h5-style {
    font-size: 1.2rem;
  }

  .lp-service_card_image.is-large.is-mobilereset {
    width: 18rem;
    height: 12rem;
    bottom: auto;
  }

  .lp-whyitmatters-grid {
    flex-flow: column;
    grid-template-columns: 48% repeat(auto-fit, 48%);
  }

  .lp-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .25rem;
  }

  .lp-section_grid-content-wrap.is-right.align_buttom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lp-whyus_image-wrap {
    order: 1;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .experiance_number {
    width: 10rem;
  }

  .experiance_heading {
    font-size: 1rem;
    font-weight: 600;
  }

  .lp-card_tag-icon_wrap {
    width: 2rem;
    height: 2rem;
  }

  .lp-text-number.reverse {
    font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
  }

  .lp-icon_large {
    width: 4rem;
  }

  .lp-howitworks-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 48%;
    display: flex;
  }

  .faqs-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .lp-cta_image.is-after {
    bottom: -36px;
  }

  .lp-section_form {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .lp-form-block {
    padding: 1rem;
  }

  .lp-form_field-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .lp-text_field {
    height: 3rem;
  }

  .faqs_queston-heading {
    font-size: 1.1rem;
  }

  .foote_logo-link {
    padding-left: 0;
    padding-right: 0;
  }

  .foote_logo-link.w--current {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 20vw;
    max-width: 20vw;
    max-height: 10vh;
    display: block;
    position: relative;
  }

  .footer_logo {
    width: 29%;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
}

#w-node-ab703427-f4be-24a8-008c-8c968ef113da-81467c44 {
  justify-self: center;
}

#w-node-_72174a70-8ce0-a6a6-252e-b67f3d9b2a0b-81467c44, #w-node-b352f5db-d8fe-c2dd-bb57-59f30d906ec6-81467c44, #w-node-_79e10647-c4bf-67e4-3bc1-588300658ae5-00658adb, #w-node-_8d3db30e-390b-82e8-0804-03d29bebf749-81467cd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680e2496-92ad-6d10-8165-1e52f700ae69-81467cd3 {
  align-self: auto;
}

#w-node-c856e1af-6da7-f905-c489-41804fb16f40-39c1ddaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0aa78b4f-bfab-92e7-4841-cad451acaa53-39c1ddaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c856e1af-6da7-f905-c489-41804fb16f40-237d5720 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0aa78b4f-bfab-92e7-4841-cad451acaa53-237d5720, #w-node-_0aa78b4f-bfab-92e7-4841-cad451acaa53-8a758e61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680e2496-92ad-6d10-8165-1e52f700ae69-d793daab, #w-node-_866781e1-f007-aa62-6ba6-d37b31ef3fa2-d793daab, #w-node-a1e294c9-8ad3-9df0-2099-5713aba3922f-d793daab {
  align-self: auto;
}

#w-node-c856e1af-6da7-f905-c489-41804fb16f40-8243ee7b, #w-node-c856e1af-6da7-f905-c489-41804fb16f40-bb4c0abb, #w-node-c856e1af-6da7-f905-c489-41804fb16f40-97d27a79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0aa78b4f-bfab-92e7-4841-cad451acaa53-596e9e7a, #w-node-_8d3db30e-390b-82e8-0804-03d29bebf749-439fdc0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c856e1af-6da7-f905-c489-41804fb16f40-f789be37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_384d7e9b-849f-f16a-b845-efd3399e08a8-cfa287ef {
  justify-self: end;
}

#w-node-c2580697-8a28-17ae-fdc7-d6243fc08dd0-cfa287ef, #w-node-_8e83b3d7-f21e-f9d7-560f-2da8f7516228-cfa287ef, #w-node-aa2d5207-97d9-824a-5a62-11b00f4cf6c7-cfa287ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bbf1522-549c-628c-7c01-c9a27b5b9e40-cfa287ef, #w-node-_3dc4986c-0bf4-dae1-1e15-bfe2a1bfd589-cfa287ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-deaae7f3-4bf8-a3a3-3f27-882cb36aab58-cfa287ef {
  align-self: stretch;
}

#w-node-_7e5f7d4f-7af3-79f9-f6bf-6a546669acef-cfa287ef {
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-39c1ddaa {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-39c1ddaa {
    align-self: auto;
  }

  #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-237d5720 {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-237d5720 {
    align-self: auto;
  }

  #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-8243ee7b {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-8243ee7b {
    align-self: auto;
  }

  #w-node-_2e2a1a16-e54f-f1fc-87eb-1101f6dcff42-8243ee7b, #w-node-_30274366-ce30-b82a-12f0-74f24a4855b6-8243ee7b, #w-node-_82f3e227-b846-4ff0-ef18-acf176c64168-8243ee7b, #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-bb4c0abb {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-bb4c0abb {
    align-self: auto;
  }

  #w-node-_2e2a1a16-e54f-f1fc-87eb-1101f6dcff42-bb4c0abb, #w-node-_30274366-ce30-b82a-12f0-74f24a4855b6-bb4c0abb, #w-node-_82f3e227-b846-4ff0-ef18-acf176c64168-bb4c0abb, #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-97d27a79 {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-97d27a79 {
    align-self: auto;
  }

  #w-node-_2e2a1a16-e54f-f1fc-87eb-1101f6dcff42-97d27a79, #w-node-_30274366-ce30-b82a-12f0-74f24a4855b6-97d27a79, #w-node-_82f3e227-b846-4ff0-ef18-acf176c64168-97d27a79, #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-aa728da3 {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-aa728da3 {
    align-self: auto;
  }

  #w-node-_2e2a1a16-e54f-f1fc-87eb-1101f6dcff42-aa728da3, #w-node-_30274366-ce30-b82a-12f0-74f24a4855b6-aa728da3, #w-node-_82f3e227-b846-4ff0-ef18-acf176c64168-aa728da3, #w-node-c8a7df18-637b-0888-dfa5-3f919372087d-f789be37 {
    order: -9999;
  }

  #w-node-ec39e5cf-9aff-a6e4-4325-0e974dbc744b-f789be37 {
    align-self: auto;
  }

  #w-node-_2e2a1a16-e54f-f1fc-87eb-1101f6dcff42-f789be37, #w-node-_30274366-ce30-b82a-12f0-74f24a4855b6-f789be37, #w-node-_82f3e227-b846-4ff0-ef18-acf176c64168-f789be37 {
    order: -9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1bfabadb-9bba-c00f-fe2c-c9f279c3fa17-81467cd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2580697-8a28-17ae-fdc7-d6243fc08dd0-cfa287ef, #w-node-_8e83b3d7-f21e-f9d7-560f-2da8f7516228-cfa287ef, #w-node-aa2d5207-97d9-824a-5a62-11b00f4cf6c7-cfa287ef, #w-node-_0bbf1522-549c-628c-7c01-c9a27b5b9e40-cfa287ef {
    grid-column: span 1 / span 1;
  }

  #w-node-_3dc4986c-0bf4-dae1-1e15-bfe2a1bfd589-cfa287ef {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76810f89-982f-187f-d3a5-6e2c378c0fb3-81467c44, #w-node-_22348b09-a208-3db0-e1a0-c8e0ce6ee879-81467c44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb8883a4-ebce-a072-4575-6b20da7ab155-da7ab151, #w-node-_29b58e95-3c3b-ef99-8a43-fd7d1e7b4a0f-81467cd7, #w-node-abc9ec94-553a-1d75-bd06-a8837246cd59-8243ee7b, #w-node-abc9ec94-553a-1d75-bd06-a8837246cd59-bb4c0abb, #w-node-abc9ec94-553a-1d75-bd06-a8837246cd59-97d27a79, #w-node-abc9ec94-553a-1d75-bd06-a8837246cd59-aa728da3, #w-node-abc9ec94-553a-1d75-bd06-a8837246cd59-f789be37 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76810f89-982f-187f-d3a5-6e2c378c0fb3-81467c44, #w-node-_22348b09-a208-3db0-e1a0-c8e0ce6ee879-81467c44, #w-node-_1bfabadb-9bba-c00f-fe2c-c9f279c3fa17-81467cd7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5dbc07ff-5579-b94f-639f-71c77aa1a76b-cfa287ef, #w-node-_46dff7a1-3b35-b6a7-7364-cd1250aaf641-cfa287ef {
    align-self: start;
  }
}

@font-face {
  font-family: 'Lexend Variablefont Wght';
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}