@font-face {
  font-family: Buda;
  src: url('../fonts/Buda.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opticiansans;
  src: url('../fonts/OpticianSans.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: black;
  --white: white;
  --light_white: #ecf0f1;
  --none: #5641f800;
  --backround_alt: #49647b;
  --dark_royale: #0f51c7;
  --backround_alt_dark: #2d3e4f;
  --radiant-ui-components-library--color--white: white;
  --elements-webflow-library--neutral--100: white;
  --radiant-ui-components-library--color--theme-color: #116df8;
  --royal-blue: #1f6fff;
  --dark_white: #bec3c7;
  --combine-library--grey-800: #1f2c3d;
  --lime-green: #5ec045;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary700: #6941c6;
  --radiant-ui-components-library--color--heading-dark: #150438;
  --radiant-ui-components-library--color--body-font-dark: #6d6d6d;
  --combine-library--grey-600: #5f6570;
  --flowui-component-library--gray-100: #f7f9fd;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --untitled-ui--gray700: #344054;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --untitled-ui--white: white;
  --blue_grey: #c0c0de;
  --flowui-component-library--white: white;
  --combine-library--white: white;
  --alley-component-library--blue--700: #7788f8;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --radiant-ui-components-library--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --flowui-component-library--gray-900: #160042;
  --elements-webflow-library--neutral--400: #dcddeb;
  --red_one: #bf3a30;
  --untitled-ui--warning300: #fec84b;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-gray: #f4f4f4;
  --relume-library-lite--rl-white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --medium-orchid: #b75dda;
  --soft-blue: #1f6fffcc;
  --red_two: #cf404d;
  --blue-light: #e1f8fd8a;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--primary900: #42307d;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--primary-600: #6157f8;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--grey-600: #393b6a;
}

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

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

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

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

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

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

body {
  color: #333;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  background-color: var(--white);
  border-bottom: 1px solid #ffffff1a;
  height: 100px;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 1px #0003;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

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

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.w--current {
  position: absolute;
}

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

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-weight: 400;
  display: flex;
  position: relative;
  right: -100px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.w--current {
  font-size: 15px;
  font-weight: 600;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
  font-size: 15px;
  font-weight: 400;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

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

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

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

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: #fff3;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

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

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

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

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

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

.container {
  height: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.container.home-intro-container {
  text-align: center;
  height: 610px;
  margin-top: -100px;
}

.button {
  border: 1px solid var(--light_white);
  background-color: var(--none);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

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

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.outline {
  background-color: #2d3e4f8c;
  border: 1px solid #fff;
}

.button.outline:hover {
  background-color: var(--backround_alt);
}

.button.outline.clear {
  background-color: var(--none);
  display: none;
}

.button.outline.clear:hover {
  background-color: #49647b8a;
}

.button.dark-outline {
  color: #000;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  padding: 10px;
  display: flex;
}

.button.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.dark-outline.altto, .button.dark-outline.asd {
  object-fit: fill;
  display: block;
}

.button.dark-outline.standort {
  border-color: var(--white);
  background-color: var(--none);
  color: var(--white);
  border-radius: 2px;
}

.button.dark-outline.standort:hover {
  background-color: var(--dark_royale);
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

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

.button.alz {
  background-color: var(--light_white);
  color: var(--black);
  font-family: Source Sans Pro, sans-serif;
}

.button.alz:hover {
  background-color: var(--backround_alt);
  color: var(--light_white);
}

.button.alz {
  background-color: var(--white);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.alz:hover {
  color: #ecf0f1;
  background-color: #49647b;
}

.sections {
  background-color: var(--white);
  margin-bottom: -56px;
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
}

.sections.cta-section {
  color: #fff;
  background-color: #2a323f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/nahil-naseer-xljtGZ2-P3Y-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sections.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
}

.sections.blog-page-section {
  background-color: #f5f5f5;
}

.sections.alt_margin {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section-title {
  color: var(--light_white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 39px;
  display: flex;
}

.section-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-title.plans {
  color: var(--backround_alt_dark);
}

.section-title.plans.sec {
  margin-bottom: 40px;
}

.section-title.black {
  aspect-ratio: auto;
  color: var(--dark_royale);
  white-space: pre;
  word-break: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-family: Source Sans Pro, sans-serif;
  line-height: 50px;
}

.section-title.black.align-left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.section-title.black.align-left.jh {
  margin-bottom: 10px;
}

.section-title.black.b {
  color: var(--black);
  text-transform: capitalize;
}

.section-title.black.low {
  margin-bottom: 20px;
}

.section-title.xl {
  text-transform: uppercase;
  font-size: 50px;
}

.section-description {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  object-position: 50% 50%;
  background-image: url('../images/Background_clipped.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 140%;
}

.image-section.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 30%;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  max-height: 300px;
  padding-top: 60px;
  display: flex;
}

.image-section.avatars {
  background-color: var(--white);
  background-image: none;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 42px;
  display: flex;
}

.image-section-overlay.dark {
  background-color: #071020b3;
  padding-top: 100px;
  padding-bottom: 185px;
}

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

.image-section-overlay-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  text-align: center;
  width: 70%;
  margin: 30px auto 40px;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
  display: block;
}

.image-section-overlay-title.subtitle.black {
  color: var(--black);
  text-align: justify;
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

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

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

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

.white-hero-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 43px;
  font-weight: 300;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

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

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

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

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

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

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business-2 {
  background-color: #0c234c6e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-hero.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Background_clipped.jpg');
  background-position: 50% 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
  left: -1px;
  right: 0;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

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

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

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

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

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

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

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

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

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

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

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

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

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

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

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

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px #0000001a;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: clip;
}

.overall-hero-description {
  opacity: .71;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.process-tab-col-left {
  padding-right: 40px;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

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

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

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

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

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

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

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.home-intro-wrapper {
  color: #9a9da3;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -25px;
}

.home-intro-wrapper.mid {
  z-index: 10;
  width: 47%;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper.right {
  top: 0;
  left: auto;
  right: -25px;
}

.home-intro-link-block {
  background-image: url('../images/alexander-redl-d3bYmnZ0ank-unsplash.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 200%;
  border-radius: 3px;
  width: 100%;
  height: 340px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  background-image: url('../images/AdobeStock_574967392.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.home-intro-link-block._3 {
  background-image: url('../images/jc-gellidon-uhXlRnt9dTw-unsplash.jpg');
  background-size: 150%;
}

.intro-block-overlay {
  z-index: auto;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s, opacity .2s;
  display: flex;
  position: static;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: #0000004d;
}

.intro-block-text-wrapper {
  text-align: center;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  color: #2e3241;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
}

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

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

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

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

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

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

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

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

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

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

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

.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.white-pricing-column {
  border-right: 1px solid #0000000f;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.transparant-pricing-block:hover {
  background-color: #fff6;
  box-shadow: 0 12px 33px #0003;
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px #0000001a;
}

.white-pricing-title {
  text-transform: uppercase;
  height: 23px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

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

.pricing-icon {
  opacity: 1;
  vertical-align: middle;
  width: 80px;
  height: auto;
  margin-top: -20px;
  padding-top: 0;
  position: relative;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title.blog-post-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 49px;
  display: block;
}

.page-subtitle {
  color: var(--elements-webflow-library--neutral--100);
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

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

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

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

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

.close-icon {
  height: 17px;
}

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

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 16px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.checklist {
  margin-bottom: 40px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  padding-left: 30px;
  position: absolute;
  top: 2px;
  left: 0;
}

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

.logo {
  width: 250px;
  min-width: 250px;
  height: auto;
  min-height: auto;
  margin-top: 3px;
  margin-left: 0%;
}

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

.logo.fixed {
  vertical-align: middle;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: inline;
  position: fixed;
  inset: 2.2% auto auto 4%;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

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

.footer-paragraph {
  margin-bottom: 0;
}

.blog-posts-list {
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: stretch;
  display: flex;
}

.blog-post-overlay {
  background-color: #0003;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #1f6fff4d;
}

.blog-post-overlay.light {
  background-color: #0000001a;
}

.blog-post-overlay.light:hover {
  background-color: #1f6fffb3;
}

.empty-state {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.blog-post-title-link {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.blog-post-date {
  color: #bdbdbd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
}

.simple-blog-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  display: block;
}

.simple-blog-post-item {
  order: -1;
  margin-bottom: 20px;
}

.simple-blog-post-item.related {
  order: -1;
}

.blog-post-page-content {
  background-color: #fff;
  border-radius: 4px;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  display: block;
  box-shadow: 0 0 33px #0000000a;
}

.blog-post-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.blog-post-header-overlay {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
}

.blog-post-content {
  padding-right: 20px;
}

.single-post-author-block {
  text-align: left;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.post-author-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-author-photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-right: 30px;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  color: #afafaf;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.blog-single-post-date {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

.fields-column-left {
  padding-left: 0;
}

.fields-column-right {
  padding-left: 0;
  padding-right: 0;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.container-2 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.code-embed {
  color: var(--dark_royale);
  width: 30px;
  height: 30px;
  position: absolute;
}

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

.lasik_angebot-section.tint {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 100px;
}

.zuhause_logo-list_logo {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-height: 3.5rem;
}

.container-large {
  object-fit: contain;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  height: 99.9998%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container-large.about_us {
  margin-top: 0;
  padding-top: 33px;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: left;
  font-size: 15rem;
}

.margin-bottom.margin-small.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-small.af {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom.margin-xsmall {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin: .5rem 0;
  display: flex;
}

.margin-bottom.margin-xsmall.text-align-left {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
}

.margin-bottom.margin-xsmall.gf, .margin-bottom.margin-xsmall.jki, .margin-bottom.margin-xsmall.sd, .margin-bottom.margin-xsmall.hgf {
  justify-content: center;
  align-items: center;
}

.margin-bottom.margin-medium {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 1rem;
  display: flex;
}

.margin-bottom.margin-medium._10px, .margin-bottom.margin-medium.kio, .margin-bottom.margin-medium.fgt, .margin-bottom.margin-medium.jh {
  margin-top: 1rem;
}

.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  align-self: center;
  max-width: 1151.89px;
  max-height: 20%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
  flex: 0 auto;
  font-weight: 600;
}

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

.max-width-large {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  align-self: auto;
  width: 100%;
  max-width: 48rem;
  padding: 10px;
  display: block;
}

.max-width-large.flex.clear {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.max-width-large.largecap {
  margin-top: 4rem;
}

.max-width-large.dfe {
  margin-top: 40px;
}

.text-color-black {
  color: #0000;
  text-align: left;
  font-weight: 300;
}

.code-embed-2 {
  border: 2px none var(--radiant-ui-components-library--color--theme-color);
  background-color: var(--none);
  color: var(--royal-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: auto;
  padding: 7px;
  display: flex;
  position: static;
  top: 10px;
  right: 18px;
}

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

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.23, 1, .32, 1);
}

.button-2:hover {
  color: #1f6fff;
  background-color: #ecf0f1;
}

.button-2.is-secondary {
  background-color: var(--white);
  color: var(--black);
  border-color: #ecf0f1;
  transition: transform .2s, filter .2s;
}

.button-2.is-secondary:hover {
  filter: none;
  -webkit-backdrop-filter: hue-rotate(180deg);
  backdrop-filter: hue-rotate(180deg);
  mix-blend-mode: normal;
}

.button-2.is-secondary.text-color-black {
  color: #000;
  border-color: #000;
  font-weight: 400;
}

.button-2.is-secondary.text-color-black.background-color-black {
  border-color: #000;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin: auto 0 0;
  display: flex;
}

.margin-top.margin-small, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global-2 {
  background-color: var(--none);
  margin-top: 0;
  padding: 0 5%;
}

.padding-global-2.nopad {
  margin-top: 0;
}

.text-block-2 {
  font-size: 15px;
  font-weight: 400;
}

.text-block-7 {
  font-weight: 400;
}

.button-3 {
  color: #5c3100;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-white {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-color-white.text-size-large {
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 400;
}

.text-color-white.text-widt {
  font-weight: 400;
}

.zuhause_standorte-gleich-x-in-deutschland_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zuhause_standorte-gleich-x-in-deutschland_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h4 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.text-color-white.text-size-large.contact-info-description, .heading-style-h4.text-color-white.text-size-large.df {
  color: var(--white);
}

.heading-style-h4.about_us {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.1;
}

.text-size-medium-3 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-3.align-center {
  text-align: center;
  margin: 20px;
  padding-top: 10px;
}

.padding-section-large-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4rem;
  padding: 0 2rem;
  display: block;
  overflow: clip;
}

.zuhause_standorte-gleich-x-in-deutschland_card-content-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zuhause_standorte-gleich-x-in-deutschland_card-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.zuhause_standorte-gleich-x-in-deutschland_overlay {
  background-color: #00000030;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: auto;
  display: flex;
}

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

.align-center.section-title {
  color: var(--dark_royale);
  line-height: 46px;
}

.align-center.section-title.smaller {
  color: var(--black);
  font-size: 35px;
  font-weight: 300;
}

.align-center.large {
  font-size: 36px;
}

.zuhause_standorte-gleich-x-in-deutschland_card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zuhause_standorte-gleich-x-in-deutschland_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.zuhause_standorte-gleich-x-in-deutschland_hover-content {
  display: none;
}

.zuhause_standorte-gleich-x-in-deutschland_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / auto;
  grid-auto-columns: auto;
  justify-content: center;
  margin-top: 20px;
  display: grid;
}

.section_home-locations {
  background-color: var(--white);
  margin-top: 140px;
  display: none;
}

.section_home-faq {
  background-color: #fff;
}

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

.max-width-medium.align-center.d {
  flex-flow: column;
  display: flex;
}

.zuhause_faq-sektion_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-size-medium-4 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-4.align-center {
  text-align: center;
}

.faq {
  margin-bottom: 1rem;
  font-size: 15px;
}

.padding-section-large-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4rem;
  padding: 0 2rem 2rem;
  display: block;
  overflow: clip;
}

.padding-section-large-4.a-t {
  border-bottom: 2px solid var(--dark_white);
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.padding-section-large-4.about_us {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.padding-section-large-4._5.kl {
  margin-top: 4rem;
}

.faw {
  margin-bottom: 1rem;
}

.zuhause_faq-sektion_component {
  border-bottom: 1px solid #000;
}

.zuhause_faq-sektion_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.zuhause_faq-sektion_answer {
  overflow: hidden;
}

.zuhause_faq-sektion_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-size-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: .875rem;
  display: block;
}

.text-size-small.text-weight-semibold {
  justify-content: center;
  align-items: flex-start;
}

.text-size-small.text-weight-semibold.vg {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}

.text-size-small.white {
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.footer3_legal-link {
  color: var(--backround_alt);
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-18 {
  font-weight: 700;
}

.icon-embed-xsmall {
  background-color: var(--none);
  color: var(--dark_royale);
  border: 1px #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

.layout246_content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.layout246_content.margin-bottom {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  margin-bottom: 8rem;
}

.layout246_content.margin-bottom.fgtz {
  margin-top: 40px;
}

.process-tab-button-2 {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button-2:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button-2.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/prk_procedure-1.png');
  background-position: 0 0;
  background-size: contain;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button-2.cutting_img {
  z-index: 11;
  background-image: linear-gradient(#00000080, #00000080), url('../images/02.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-width: 2px;
  border-color: #000;
}

.process-tab-button-2.cutting_img.w--current {
  background-image: url('../images/02.png');
  background-position: 0 0;
  background-size: contain;
  border-width: 2px;
  border-color: #000;
}

.process-tab-button-2.cutting_img.lasek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.cutting_img.lasek.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.laser_img {
  z-index: 11;
  background-image: linear-gradient(#00000080, #00000080), url('../images/03.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-width: 2px;
  border-color: #000;
}

.process-tab-button-2.laser_img.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/03.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.process-tab-button-2.laser_img.lasek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.laser_img.lasek.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.closing_img {
  z-index: 11;
  background-image: linear-gradient(#00000080, #00000080), url('../images/04.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-width: 2px;
  border-color: #000;
}

.process-tab-button-2.closing_img.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/04.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  box-shadow: 2px 0 7px 1px #00000057;
}

.process-tab-button-2.closing_img.lasek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.closing_img.lasek.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-4.png');
  background-size: auto, cover;
}

.process-tab-button-2.bet-ubung_img {
  z-index: 11;
  background-image: linear-gradient(#00000080, #00000080), url('../images/01.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-width: 2px;
  border-color: #000;
}

.process-tab-button-2.bet-ubung_img.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/01.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.process-tab-button-2.bet-ubung_img.lasek {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.process-tab-button-2.bet-ubung_img.lasek.w--current {
  background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.top-line-block-2 {
  border-top: 2px solid #0000001a;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.behandlungsdetail_faq-sektion_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.beschreibung_op {
  font-style: normal;
  line-height: 1.3;
}

.text-size-medium-6 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-6.max-width-large.subheading {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-medium-6.align-center {
  text-align: center;
}

.process-tab-menu-2 {
  background-color: var(--none);
  text-align: center;
  border: 2px #e4e6f1;
  border-radius: 20px;
  margin-top: -50px;
  margin-bottom: 10px;
}

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

.text-weight-semibold {
  text-align: left;
  align-self: auto;
  font-size: 25px;
  font-weight: 600;
}

.text-column-2 {
  flex-flow: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

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

.section-3.tint {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 20px;
}

.section-3.tint.white, .section-3.tint {
  background-color: #f5f5f5;
}

.process-tab-pane-2 {
  background-color: var(--none);
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.tabs-content {
  border: 1px solid #000;
}

.tabs-content.lasikexp {
  border-style: none;
  margin-top: 40px;
}

.timeline19_image {
  aspect-ratio: 1;
  filter: contrast(118%);
  object-fit: cover;
  width: 100%;
  max-width: 163px;
}

.timeline19_image.shadow-xlarge {
  border: 1px solid #000;
}

.timeline19_image.day_two {
  filter: brightness(154%) contrast(70%) blur(1px);
}

.timeline19_image.day_two.shadow-xlarge {
  border: 1px solid #000;
}

.timeline19_image.afterweek {
  filter: contrast(67%) brightness(143%);
}

.timeline19_image.day_one {
  filter: contrast(50%) brightness(173%) blur(2px);
}

.timeline19_image.day_one.shadow-xlarge {
  border: 1px solid #000;
  width: 100%;
}

.heading-style-h5-3 {
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.process-tabs-line-2 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #444;
  background-clip: content-box;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  position: relative;
}

.auf_einen_blick {
  color: var(--dark_royale);
  margin-bottom: 2rem;
  font-size: 20px;
}

.behandlungsdetail_faq-sektion_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.behandlungsdetail_faq-sektion_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.heading-16 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 35px;
  font-weight: 400;
}

.heading-16.u {
  margin-top: 2rem;
  font-size: 40px;
  font-weight: 400;
}

.heading-16.u.section-title {
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.page-wrapper {
  background-color: var(--white);
  margin-top: 0;
}

.layout246_content-left {
  margin-bottom: 0;
}

.section_behandlungsdetail_faq-sektion.c, .section_behandlungsdetail_faq-sektion.white {
  background-color: var(--white);
}

.main-wrapper {
  aspect-ratio: auto;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 0% 50%;
  background-clip: border-box;
  flex-flow: column;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.main-wrapper.kontakt {
  margin-top: 0;
}

.main-wrapper.second {
  background-color: var(--white);
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.behandlungsdetail_faq-sektion_accordion {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.behandlungsdetail_faq-sektion_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.text-row-2 {
  margin-bottom: 0;
}

.small-paragraph-2 {
  color: #838383;
  text-align: justify;
  margin-bottom: 0;
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section_uber-uns_cta-sektion {
  background-color: var(--white);
  min-height: 100px;
  margin-top: 0;
}

.uber-uns_cta-sektion_component {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 4rem;
  display: grid;
}

.uber-uns_cta-sektion_content {
  flex: 1;
}

.career2_item {
  border: 1px #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uber-uns_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  padding-top: 0;
  display: grid;
}

.uber-uns_feature_component.gf {
  background-color: var(--backround_alt);
  margin-bottom: 40px;
  padding: 40px 20px;
}

.uber-uns_header-sektion_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.career2_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career2_list-wrapper {
  overflow: hidden;
}

.section_layout237 {
  background-color: var(--white);
}

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

.career2_list {
  margin-bottom: 2rem;
  display: block;
}

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

.text-size-medium-7 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-7.text-color-white {
  text-transform: none;
  font-weight: 300;
}

.text-size-medium-7.text-color-white.header_aboutus {
  color: var(--light_white);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.layout237_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed-4 {
  color: #1f6fff;
  width: 50px;
  margin-bottom: 10px;
}

.heading_aboutus {
  margin-bottom: 2rem;
}

.heading_aboutus.align-center {
  margin-top: 140px;
  margin-bottom: 4rem;
  font-size: 48px;
}

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

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

.heading-8 {
  color: var(--white);
  margin-top: 10px;
  font-weight: 600;
}

.paragraph-27 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.text-size-large {
  margin-bottom: 40px;
  font-size: 1.25rem;
}

.text-span-2 {
  color: #1f6fff;
}

.section_uber-uns_header-sektion {
  background-color: var(--none);
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/claudio-schwarz-TScGhJM716g-unsplash.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section_uber-uns_header-sektion.aboutus {
  justify-content: center;
  align-items: center;
}

.paragraph-28 {
  text-align: justify;
  padding: 0 10px;
}

.paragraph-26 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000007d;
  position: absolute;
  inset: 0%;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_kontakt_formular-sektion {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#f6fbff9c, #f6fbff9c), url('../images/Photo-4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  margin-top: 40px;
}

.kontakt_standorte-sektion-2_tab-pane {
  height: 100%;
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.text-weight-semibold {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.text-weight-semibold.down {
  color: var(--dark_royale);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}

.kontakt_standorte-sektion-2_tabs-link {
  background-color: #eee;
  border: 1px #000;
  padding: 0 0 0 2rem;
  display: block;
  box-shadow: 0 0 3px 1px #0003;
}

.kontakt_standorte-sektion-2_tabs-link:hover {
  box-shadow: -2px 3px 8px 1px #0003;
}

.kontakt_standorte-sektion-2_tabs-link.w--current {
  opacity: 1;
  background-color: #fff;
  border-left-color: #000;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.contact15_item-icon-wrapper {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl-text-style-medium-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-3.grey {
  color: var(--dark_white);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
}

.text-size-medium-8 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-8.standort {
  display: flex;
}

.kontakt_standorte-sektion-2_tabs-menu {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

.text-block-25 {
  margin-right: 2rem;
}

.kontakt_standorte-sektion-2_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.kontakt_standorte-sektion-2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 450px;
  display: grid;
}

.kontakt_standorte-sektion-2_map {
  width: 100%;
  height: 100%;
}

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

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

.rl_section_contact20 {
  background-color: #fff;
  background-image: linear-gradient(#f8f7f780, #f8f7f780), url('../images/adam-vradenburg-g8DI2ZZFt8I-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.jh {
  display: block;
}

.text-block-24, .text-block-26 {
  margin-right: 10px;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: underline;
}

.text-color-blue {
  color: #1f6fff;
  align-self: center;
}

.text-color-blue.section-title {
  color: var(--black);
}

.patienteninformation_feature-sektion_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  height: 100%;
}

.patienteninformation_feature-sektion_image.alt_pic {
  object-position: 0% 50%;
}

.patienteninformationen_header-sektion_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.heading-20 {
  font-size: 2.5rem;
}

.layout253_item_pre {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.text-size-medium-9 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-9.align-center {
  text-align: center;
}

.text-size-medium-9.text-color-white {
  color: var(--light_white);
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.patienteninformationen_header-sektion_content-left {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.patienteninformation_faq-sektion_component {
  border-bottom: 1px solid #000;
}

.patienteninformation_feature-sektion_image-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  margin-top: 0;
  padding-top: 0;
}

.layout253_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  width: 100%;
}

.section_patienteninformation_faq-sektion {
  display: none;
}

.patienteninformation_faq-sektion_answer {
  overflow: hidden;
}

.patienteninformation_feature-sektion_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.code-embed-7 {
  color: var(--dark_royale);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  top: -45px;
}

.code-embed-7.low {
  top: 0;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  color: #1f6fff;
}

.patienteninformation_faq-sektion_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-span-8 {
  font-weight: 700;
}

.layout253_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.layout253_component.langfristige-pflege {
  margin-top: 4rem;
}

.layout253_component.langfristige-pflege.kl {
  margin-top: 8rem;
}

.layout253_component.uo {
  justify-content: center;
  align-items: center;
}

.gt {
  text-align: justify;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.patienteninformation_faq-sektion_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.h11 {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.heading-19 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
}

.heading-19.jk {
  font-size: 2rem;
}

.patienteninformation_faq-sektion_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_patienteninformationen_header-sektion {
  color: #027a48;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/daniel-sessler-euJvKWK3y7s-unsplash.jpeg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  min-height: 300px;
  margin-top: 0;
}

.text-color-white-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

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

.custom-list-item-content {
  align-self: auto;
}

.custom-list-paragraph-imp {
  opacity: .6;
  color: var(--black);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.title-small {
  opacity: .6;
  color: #171d2f;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25rem;
}

.title-small.is-neon {
  opacity: 1;
  color: #0f51c7;
  opacity: 1;
  opacity: 1;
  margin-top: -20px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
}

.custom-list-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 20vw;
}

.image-4.footf {
  margin-bottom: 20px;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-paragraph-large {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-27, .text-block-28, .text-block-29 {
  padding-left: 10px;
  font-size: 12px;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.uui-text-size-medium-2 {
  color: var(--backround_alt_dark);
  text-align: justify;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.black {
  background-color: var(--none);
  color: var(--backround_alt_dark);
  text-align: justify;
  border-radius: 20px;
  padding: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 500;
}

.uui-text-size-medium-2.black.center {
  text-align: center;
}

.uui-text-size-medium-2.white {
  color: var(--light_white);
  margin-bottom: 0;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-2.h {
  margin-bottom: 60px;
  padding-top: 40px;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  align-self: flex-start;
  max-width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
}

.uui-layout79_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout79_content.fgh {
  flex: 0 auto;
  justify-content: stretch;
  align-self: auto;
  align-items: start;
}

.uui-layout79_content.fgh.gj {
  margin-top: 60px;
  margin-bottom: 40px;
}

.uui-section_layout79 {
  background-color: var(--white);
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial-slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.works-card {
  background-color: #fff;
  border-radius: .5rem;
  overflow: hidden;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  text-align: justify;
  letter-spacing: normal;
  margin-top: 40px;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.uui-text-size-medium-3.sd {
  padding: 0;
}

.uui-text-size-medium-3.hj {
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-medium-3.ds {
  margin-top: 0;
  padding: 0;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-icon-1x1-xsmall-2 {
  color: var(--dark_royale);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.uui-space-small-2 {
  border-top: 2px solid var(--dark_royale);
  border-bottom: 2px none var(--dark_white);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-space-xsmall-2 {
  background-color: var(--backround_alt_dark);
  color: var(--royal-blue);
  border: 1px #000;
  width: 40%;
  min-height: 1.5px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_progress-bar {
  background-color: var(--untitled-ui--primary600);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: var(--untitled-ui--gray200);
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-icon-wrapper.dd {
  background-color: var(--none);
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-layout32_timeline-right.last {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-section_layout32.fdv {
  background-color: var(--white);
}

.uui-icon-featured-outline-large-3 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 10px;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.menu-button-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #122c5f;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.menu-button-2:hover {
  opacity: .7;
}

.primary-button {
  color: #f2f2f2;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border: 1px solid #122c5f;
  border-radius: 100px;
  padding: 12px 18px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button:hover {
  color: #122c5f;
  background-color: #122c5f00;
}

.menu-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.big-button {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #f2f2f2;
  -webkit-user-select: none;
  user-select: none;
  background-color: #122c5f;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.chips-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.behandlungsdetail_faq-sektion_accordion {
  color: var(--dark_royale);
  text-align: center;
  border-style: none;
  margin-top: 2rem;
  font-size: 3rem;
}

.uui-text-size-xlarge {
  background-color: var(--white);
  color: var(--untitled-ui--gray600);
  text-align: justify;
  border-radius: 20px;
  padding: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold.big {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.udesly-column {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 10px 100px;
  display: flex;
  position: relative;
}

.heading-24 {
  color: var(--dark_royale);
}

.uui-heroheader23_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.uui-heroheader23_content-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.uui-section_heroheader23 {
  background-color: var(--none);
}

.uui-heroheader23_image-wrapper {
  background-color: #667085;
  background-image: url('../images/AdobeStock_763849021.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-heading-medium-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout01_content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px;
}

.uui-layout01_image-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-section_layout01 {
  background-color: var(--none);
}

.uui-layout01_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout01_image.shadow-xlarge {
  margin-top: 55px;
  margin-right: 0;
  inset: 0 0 0 -3.3rem;
  box-shadow: 0 2px 5px 2px #0003;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

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

.reveal-image-wrap {
  width: 100%;
  height: 100%;
}

.primary-button-2 {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.top-collection-feature-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-column-2 {
  width: 100%;
  position: relative;
}

.udesly-image-cover-2 {
  object-fit: cover;
  width: 300px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: clip;
}

.udesly-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.udesly-image-wrapper.udesly-agent {
  flex: none;
  width: 300px;
  max-height: 356px;
}

.udesly-agent-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-7 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.body {
  background-color: var(--white);
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-featured-outline-large-4 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.container-10 {
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.line-hold {
  align-items: center;
  width: 4px;
  height: 100%;
  display: flex;
}

.detail {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 65px;
  display: flex;
}

.line {
  border-right: 1px solid #4e4e4e;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.heading {
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.heading.little {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.indicator {
  background-color: #74dfeb;
  width: 100%;
  height: 50%;
}

.text-block-31 {
  border-top: 4px solid #74dfeb;
  height: 60px;
  padding-top: 26px;
  display: inline-block;
  position: relative;
  left: -47px;
}

.outer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #4e4e4e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  border-top: 1px solid #4e4e4e;
}

.number-outer {
  display: flex;
}

.number {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 60px;
  display: flex;
}

.whitef {
  background-color: var(--untitled-ui--gray50-2);
  display: none;
}

.text-block-32, .text-block-33, .text-block-34 {
  font-family: Source Sans Pro, sans-serif;
}

.text-block-35 {
  box-sizing: border-box;
  font-family: Source Sans Pro, sans-serif;
}

.text-block-36 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin: 4rem auto;
  position: relative;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

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

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dropdown-toggle {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 48px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.3vw .6vw;
  transition: background-color .25s;
  position: relative;
}

.dropdown-toggle:hover {
  background-color: #c7c7c733;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
  margin-top: 100px;
}

.space-4rem {
  min-height: 4.4vw;
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

.max-width-30rem {
  max-width: 33.33vw;
}

.max-width-30rem.behandlungen_feature-sektion_content {
  margin-top: 20px;
}

.max-width-30rem.behandlungen_feature-sektion_content.uui-text-size-medium-3 {
  text-align: justify;
  padding: 10px;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  min-width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper.slide-up-animation {
  align-self: auto;
  align-items: stretch;
  min-width: 70vw;
  max-width: 70vw;
  display: block;
}

.faq-icon {
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.faqs-block {
  grid-column-gap: 25vw;
  grid-row-gap: 25vw;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question {
  color: var(--dark_royale);
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.67vw;
}

.space-1rem {
  min-height: 1.1vw;
}

.section-9 {
  width: 100%;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.uui-footer03_component {
  background-color: var(--white);
}

.uui-footer03_details-wrapper {
  max-width: 100%;
}

.uui-footer03_top-wrapper {
  grid-column-gap: 4vw;
  border-top: 1px none var(--dark_white);
  border-bottom: 1px none var(--dark_white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start;
  padding: 10px;
}

.uui-footer03_link {
  grid-column-gap: .5rem;
  color: var(--black);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_link:hover {
  color: var(--dark_royale);
}

.uui-footer03_link:active {
  color: var(--royal-blue);
}

.uui-footer03_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer03_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer03_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-margin-top-twenty-five {
  font-family: Source Sans Pro, sans-serif;
}

.rt-component-container-2 {
  border: 2px none var(--light_white);
  background-color: var(--white);
  mix-blend-mode: normal;
  border-radius: 13%;
  width: 100%;
  max-width: 1290px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  margin-bottom: 0;
  padding: 60px 5vw;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-about-blog-card-paragraph {
  opacity: 1;
  color: var(--black);
  text-align: justify;
  mix-blend-mode: normal;
  max-width: 27vw;
  max-height: 28vw;
  margin-top: 30px;
  padding: 10px 20px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  line-height: 25px;
  transition: opacity .2s;
  position: absolute;
}

.rt-about-blog-card {
  border: 1px solid var(--light_white);
  box-shadow: none;
  background-color: #fff;
  border-radius: 25%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 44px 10px;
  transition: box-shadow .3s, border-radius .3s;
  display: flex;
  position: relative;
}

.rt-about-blog-card:hover {
  z-index: 2;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: 0 20px 40px #00000026;
}

.rt-about-blog-wrapper {
  border-radius: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-partners-marquee-main-wrap {
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.rt-partners-marquee-box {
  flex: none;
}

.rt-partners-block {
  flex: none;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  text-align: justify;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-section_feature8 {
  background-color: var(--flowui-component-library--gray-100);
  margin-top: 100px;
}

.combine-feature8_number {
  color: var(--radiant-ui-components-library--color--theme-color);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature8_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.combine-feature8_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.combine-feature8_content.dfd {
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.combine-feature8_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-services-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #101a330a;
  border: 1px solid #fff3;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 30px 37px;
  transition: border .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-two-services-card:hover {
  border-color: #fff;
}

.rt-number-block {
  color: #3330;
  letter-spacing: -.3125px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5a5b5b;
  overflow-wrap: normal;
  margin-bottom: 15px;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 3rem;
}

.rt-number-block.rt-number-blok-two {
  color: #3333330f;
  -webkit-text-stroke-color: var(--radiant-ui-components-library--color--heading-dark);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.rt-information-right-part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-services-card-inside-round {
  background-color: #992b1178;
  border-radius: 100%;
  width: 115px;
  height: 115px;
  display: none;
  position: absolute;
  top: -14%;
  bottom: auto;
  right: -12%;
  overflow: visible;
  box-shadow: 0 4px 4px #00000040;
}

.rt-services-card-inside-box {
  margin-top: 116px;
}

.rt-rating-image-icon {
  z-index: 10;
  flex: 0 auto;
  width: 70px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 15% 37% auto auto;
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  background-color: #f5f9fc;
  width: 100%;
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

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

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-6.align-center-5 {
  max-width: 55rem;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.section-title-copy {
  color: var(--dark_royale);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  display: flex;
}

.section-title-copy.sd {
  margin-bottom: 0;
}

.rt-component-container-6 {
  width: 100%;
  max-width: 1290px;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: visible;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 60px 0 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-7.white {
  background-image: none;
}

.rt-component-section-7.kl {
  padding-top: 0;
  padding-bottom: 0;
}

.rt-component-section-7.bg-change {
  max-width: 1275px;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-text-white-2 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-category-cards-text-5.rt-text-white-2.rt-text-lowercase {
  text-transform: none;
}

.rt-heading-six-10 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-10.rt-project-text {
  color: #cac7cf;
  text-transform: none;
}

.heading-25 {
  color: var(--dark_royale);
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-hero-button-text:hover {
  color: var(--black);
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-button-five.rt-banner-one-button:hover {
  border-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-color: var(--light_white);
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-service-one-scroll-bg-wrapper-two {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 50% 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Background_clipped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.rt-service-three-contact-heading {
  color: #fff;
  margin-bottom: 35px;
}

.rt-service-three-connect-block {
  flex: 1;
  max-width: 390px;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-divider.rt-service-three-contact-divider {
  background-color: #fff6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rt-service-three-contact-details-block {
  flex: 1;
  max-width: 330px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-category-cards-text-6 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-6.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-8 {
  background-color: var(--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 10px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-text-center-3.rt-margin-bottom-ten-4 {
  margin-bottom: 40px;
}

.rt-branch-locations-2 {
  z-index: 30;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 45px 25px;
  position: relative;
  overflow: hidden;
}

.rt-background-wrapper-2 {
  align-items: center;
  width: 120%;
  height: 120%;
  position: absolute;
}

.rt-branches-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.rt-location-icon-dark-2 {
  max-width: 85%;
}

.rt-location-icon-white-2 {
  position: absolute;
}

.rt-location-background-overlay-2 {
  z-index: 2;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-city-background-image-2 {
  z-index: 1;
  filter: brightness(61%);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-location-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.rt-branch-location-item-container-2 {
  z-index: 2;
  align-items: center;
  position: relative;
}

.rt-location-branch-link-2 {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.rt-margin-bottom-ten-4 {
  margin-bottom: 10px;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.grid-pricing {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: scale-down;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 72%;
  max-height: 72%;
}

.pricing-line-break-top {
  background-color: var(--dark_royale);
  border-right: 1px #000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.pricing-line-break-top.middle {
  border-left: 2px solid #ffffff8f;
  border-right: 2px solid #ffffffa3;
}

.pricing-table-cell {
  background-color: var(--none);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pricing-table-cell.col {
  background-color: var(--light_white);
  display: flex;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.help-icon {
  width: 18px;
}

.nav-link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link-2:hover {
  background-color: #0000;
  border-color: #0003;
}

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

.nav-link-2.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link-2.dropdown-toggle.light {
  color: var(--black);
  padding-right: 30px;
}

.nav-link-2.light {
  color: var(--black);
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-2.light:hover {
  border-color: #fff3;
}

.nav-link-2.light.w--current {
  color: var(--royal-blue);
  border-color: #fff3;
}

.nav-menu-2 {
  z-index: 1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 0%;
  display: flex;
  right: auto;
}

.logo-block-2 {
  z-index: 10;
  margin-right: 30px;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-39 {
  font-size: 14px;
}

.titelz {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.heading-29, .heading-30, .heading-31, .heading-32, .heading-33 {
  text-align: center;
  font-weight: 400;
  display: flex;
}

.paragraph-46 {
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-47, .paragraph-48 {
  text-align: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55 {
  text-align: center;
  display: flex;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

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

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 1px #0003;
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link-3 {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-3 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-3:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-3.w--open {
  background-color: #0000;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top-3, .brix---hamburger-menu-bar-bottom-3 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.show-tablet-2 {
  display: none;
}

.uui-heading-large-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-header02_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-2.show-tablet-2 {
  display: none;
}

.uui-header02_content-right {
  margin-top: 2.75rem;
}

.uui-header02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-6 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.f-h3-heading-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-88 {
  margin-bottom: 16px;
}

.f-paragraph-large-4 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-margin-bottom-89 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rt-heading-six-12 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-8 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-10 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-about-two-choose-us-icon {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  font-family: Source Sans Pro, sans-serif;
}

.rt-app-development-future-strategy-icon-box {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.rt-app-development-future-strategy-icon-box.rt-box-shadow {
  border: 1px solid var(--light_white);
  transition: box-shadow .35s;
}

.rt-app-development-future-strategy-icon-box.rt-box-shadow:hover {
  box-shadow: 0 2px 25px 20px #d3e5ff80;
}

.rt-app-development-future-strategy-icon-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-app-development-future-strategy-icon {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

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

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---container-default-4 {
  flex-flow: column;
  align-items: center;
  max-width: 1218px;
  margin-top: 100px;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  display: none;
}

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

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

.brix---slider-mask {
  height: 100%;
}

.brix---avatar-image {
  object-position: 50% 50%;
  margin-top: -9px;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---text-200-medium {
  color: var(--dark_royale);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
}

.brix---avatar-circle-05-border {
  border: 6px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.rt-text-white-5 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-text-white-5.rt-text-uppercase-2 {
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.rt-text-white-5.rt-margin-bottom-twenty-3 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.rt-margin-bottom-twenty-3 {
  margin-bottom: 20px;
}

.rt-component-container-9 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-11 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 10px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-7 {
  overflow: hidden;
}

.rt-service-two-cta {
  padding: 122px 15px 130px;
  position: relative;
}

.rt-service-two-cta.rt-background-dark-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  padding-top: 60px;
  padding-bottom: 60px;
}

.rt-service-two-cta-background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gentrit-sylejmani-JjUyjE-oEbM-unsplash.jpg');
  background-position: 0 0, 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 135%;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-team-one-cta-main {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-text-uppercase-2 {
  text-transform: uppercase;
}

.rt-background-dark-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-component-container-10 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-12 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  padding: 40px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: static;
}

.rt-second-section-icon-divider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
}

.rt-second-section-icon-divider.rt-icon-divider-two {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
}

.rt-second-section-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.rt-icon-content-box {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 18px;
}

.rt-icon-box-bg-color {
  pointer-events: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.rt-second-section-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.rt-second-section-icon-box.rt-two-icon-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.rt-second-section-icon-hover-out {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.rt-second-section-icon-hover-in.rt-two-icon-hover-in {
  background-color: var(--white);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding: 10px;
}

.rt-second-section-icon-hover-in.rt-one-icon-hover-in {
  overflow: visible;
}

.rt-second-icon-box-second-section {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  flex: 1;
  max-width: 590px;
  margin-top: -2px;
}

.rt-second-icon-box-first-section {
  border-radius: 10px;
  flex: 1;
  max-width: 520px;
  overflow: hidden;
}

.rt-home-three-second-icon-box-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-top: 40px;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-tag.rt-margin-bottom-twenty-4 {
  font-family: Source Sans Pro, sans-serif;
}

.rt-text-white-6 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-margin-bottom-twenty-4 {
  margin-bottom: 20px;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white-6 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-heading-three-2.rt-text-white-6.rt-margin-bottom-fifteen-3 {
  text-transform: none;
  margin-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-overflow-hidden-8 {
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 434px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: linear-gradient(#ffffff4f, #ffffff4f), url('../images/kal-visuals-aK4iPNYipnU-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen-3 {
  margin-bottom: 15px;
}

.container-15 {
  position: relative;
}

.container-15.lk {
  margin-bottom: 40px;
}

.rt-text-white-7 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-component-container-11 {
  width: 100%;
  max-width: 1290px;
  position: relative;
  top: 0;
}

.rt-heading-three-3 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-3.rt-text-white-7 {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-overflow-hidden-9 {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-home-two-video-container {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-main-title {
  max-width: 480px;
}

.rt-home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-border-radius-ten-2 {
  border-radius: 6px;
}

.rt-border-radius-ten-2.rt-overflow-hidden-9.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-video-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

.rt-position-relative-3 {
  position: relative;
}

.rt-component-container-12 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-14 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five-4 {
  margin-top: 25px;
}

.rt-home-two-new-approch-heading {
  max-width: 100%;
  font-family: Source Sans Pro, sans-serif;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-home-two-appproch-paragraph.rt-margin-top-twenty-five-4 {
  font-family: Source Sans Pro, sans-serif;
}

.rt-autofit-4 {
  object-fit: cover;
}

.rt-autofit-4.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-home-two-our-approach-left {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  flex-flow: column;
  flex: 1;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.sectitle {
  color: var(--black);
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.image-12 {
  max-width: 230px;
  display: inline-block;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library--color--heading-dark);
}

.rt-text-white {
  color: var(--radiant-ui-components-library--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-home-one-progress-text-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-one-progress-main-heading {
  border-bottom: 1px solid var(--radiant-ui-components-library--color--heading-dark);
  flex: 0 auto;
  width: 70%;
  margin-left: 20px;
  padding-bottom: 0;
  display: block;
}

.rt-home-one-progress-text-item {
  color: var(--radiant-ui-components-library--color--heading-dark);
  background-color: #89b8ff;
  border-radius: 10px;
  padding: 20px 40px;
}

.rt-home-one-progress-text-item.rt-top-mergin {
  margin-top: -20px;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-one {
  background-color: #adceff;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-three {
  background-color: var(--radiant-ui-components-library--color--theme-color);
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-two {
  background-color: #89b8ff;
}

.rt-home-one-progress-details {
  padding-top: 20px;
  overflow: hidden;
}

.rt-home-one-progress-paragraph {
  color: var(--radiant-ui-components-library--color--heading-dark);
  max-width: 415px;
  padding-top: 10px;
}

.rt-home-one-progress-image-wrapper {
  position: relative;
}

.rt-home-one-progress-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-progress-number-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-home-one-progress-image {
  flex: 0 auto;
  max-width: 50%;
  padding-top: 0;
  padding-left: 20px;
}

.rt-change-padding-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-home-one-progress-heading {
  max-width: 479px;
  padding-bottom: 20px;
}

.rt-auto-fit-8 {
  object-fit: cover;
}

.rt-auto-fit-8.rt-radius-ten {
  border-radius: 10px;
}

.rt-auto-fit-8.rt-radius-ten.rt-position-relative {
  z-index: 1;
  position: relative;
}

.rt-body-font-11 {
  letter-spacing: 0;
}

.rt-body-font-11.rt-change-style {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
}

.rt-home-one-progess-image-main {
  border-radius: 8px;
  overflow: hidden;
}

.rt-home-one-client-image-background {
  background-color: #d2efff;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  transform: rotate(-6.2deg);
}

.rt-position-relative {
  position: relative;
}

.item_description {
  margin-top: -.5em;
  font-size: 1.1em;
}

.item_description.text-orange {
  overflow: hidden;
}

.item_paragraph--2 {
  max-width: 33ch;
  font-size: 1.5em;
}

.is--light {
  color: #d8d8d8;
}

.accordion-item {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 0 2em;
  display: flex;
}

.accordion-item.is--last {
  background-color: var(--untitled-ui--white);
  border: 1px #000;
}

.accordion-item.is--first {
  border-top-width: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

.item_paragraph--4 {
  max-width: 33ch;
  font-size: 1.5em;
}

.icon_line {
  background-color: #2b2b2b;
  width: .3em;
  padding-top: 3em;
  transform: rotate(90deg);
}

.icon_line.is--2 {
  position: absolute;
  transform: none;
}

.accordion-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.item_paragraph--3 {
  max-width: 33ch;
  font-size: 1.5em;
}

.title_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.accordion_paragraph {
  flex-direction: column;
  width: 50%;
  margin-top: 2em;
  display: flex;
}

.item_paragraph {
  width: 100%;
  min-width: 100%;
  max-width: none;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.item_head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.item_title {
  letter-spacing: .03em;
  flex: 0 auto;
  font-size: 1.7em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  left: -134px;
}

.accordion_head-wrapper {
  background-color: var(--light_white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.item_number {
  font-size: 6.5em;
  font-weight: 400;
}

.item_number.text-orange {
  font-size: 2em;
}

.icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 5em;
  padding: .9em;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.paragraph-57 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

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

.max-width-regular {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.text-huge {
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 150%;
}

.text-huge.c3 {
  color: #cc0130;
}

.text-span {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  line-height: 150%;
  -webkit-text-decoration: line-through #41aff361;
  text-decoration: line-through #41aff361;
  text-decoration-thickness: 30px;
}

.spacer-regular {
  background-color: var(--none);
  width: 100%;
  height: 6rem;
}

.spacer-regular.dark {
  background-color: #eef0f6;
}

.paragraph, .paragraph-2 {
  margin: 60px 10px 40px;
}

.intro-block-title-2 {
  color: var(--backround_alt_dark);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.paragraph-3 {
  margin: 60px 10px 40px;
}

.home-intro-wrapper-2 {
  color: #9a9da3;
  width: 30%;
  margin-left: -20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -25px;
}

.home-intro-wrapper-2.mid {
  z-index: 10;
  width: 47%;
  margin-top: 20px;
  margin-left: 0;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper-2.right {
  margin-right: -20px;
  top: 0;
  left: auto;
  right: -25px;
}

.intro-block-overlay-2 {
  z-index: auto;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transition: background-color .2s, opacity .2s;
  display: flex;
  position: static;
}

.intro-block-overlay-2:hover {
  opacity: 1;
  background-color: #0000004d;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start stretch;
  display: grid;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---heading-h1-size {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 66px;
}

.brix---mg-top-80px {
  width: 1000px;
  margin-top: 80px;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(#171d2f 60%, #4a3aff 60%, #fff 60%);
  padding-top: 60px;
  padding-bottom: 176px;
}

.rt-home-two-video-container-2 {
  background-color: #131218;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-container-2.rt-position-relative {
  flex: 1;
  max-height: 500px;
  margin-left: 25px;
  margin-right: 25px;
}

.rt-text-white-8 {
  color: #fff;
}

.brix---position-relative {
  position: relative;
}

.rt-heading-three {
  color: #150438;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white-8 {
  color: #fff;
}

.paragraph-58 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.brix---inner-container-490px {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.grid-website-maintenace {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding: 10px;
  font-size: 17px;
  display: grid;
}

.benefits-description {
  color: #000;
  text-align: justify;
  letter-spacing: -.025px;
  flex: 1;
  min-width: 200px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.5em;
}

.lottie-animation {
  box-sizing: border-box;
  flex: 0 auto;
  width: 60px;
  max-width: none;
  height: 60px;
  max-height: none;
  margin: 10px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---heading-h2-size-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 50px;
}

.small-card {
  background-color: #fff;
  border: .5px solid #dadada4d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 275px;
  max-width: 500px;
  height: auto;
  padding: 20px;
  display: flex;
}

.small-card.left {
  border-top-style: solid;
  border-left-style: solid;
}

.small-card.left.down, .small-card.down {
  border-bottom-style: solid;
}

.small-card-header {
  color: #1e1e21;
  text-align: center;
  letter-spacing: -.025em;
  justify-content: center;
  margin-top: .3em;
  margin-bottom: .4em;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.03em;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.rt-home-two-video-container-3 {
  background-color: #131218;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-container-3.rt-position-relative {
  flex: 1;
  max-height: 500px;
  margin-left: 25px;
  margin-right: 25px;
}

.rt-text-white-9 {
  color: #fff;
}

.custom-list-item-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.two_column_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--backround_alt_dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 100%;
  padding: 3rem 5% 3rem 10%;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.aspect-ratio-large {
  aspect-ratio: auto;
  object-fit: cover;
  width: 400px;
  height: 500px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.icon_28 {
  width: 1.75rem;
  height: 1.75rem;
}

.div-block-5 {
  border-top: 1px solid var(--backround_alt_dark);
  color: #fff;
  width: 70%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 35px;
  font-weight: 400;
}

.text-color-white-3.para {
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 150%;
}

.text-color-white-3.dark {
  color: #2d3e4f;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
}

.two_column-thumb_wr {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42.5rem;
  display: flex;
  position: relative;
}

.two_column_comp {
  background-color: var(--backround_alt_dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.paragraph-59 {
  color: #fff;
}

.paragraph-59.kl {
  text-align: justify;
  letter-spacing: normal;
  margin-bottom: 0;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 140%;
}

.brix---header-hamburger-desktop-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  border-bottom: 1px solid #eff0f6;
  padding: 44px 24px;
}

.brix---container-default {
  max-width: 95%;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-big-nav-link {
  color: var(--black);
  padding: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--dark_royale);
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-hamburger-desktop {
  width: 400px;
  max-width: 400px;
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: none;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: #4a3aff;
}

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-link-big {
  color: #4a4566;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: #4a3aff;
}

.card---top {
  z-index: 2;
  height: 39rem;
  padding: 3rem;
  position: absolute;
  inset: .5rem .5rem 0;
  overflow: hidden;
}

.card---detail {
  font-weight: 700;
}

.card---image-text-wrap {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.card---header {
  justify-content: space-between;
  display: flex;
}

.card---top-text {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.card---role {
  text-transform: uppercase;
  font-size: 1rem;
}

.card {
  color: #000;
  background-color: #e9edec;
  width: 30rem;
  height: 40rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 0 -8px #a1aba9;
}

.card---name {
  text-transform: uppercase;
  font-size: 2rem;
}

.card---paragraph {
  width: 40%;
  font-size: .7rem;
  line-height: 1.125;
}

.card---image-corner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0, -24rem);
}

.card---image {
  height: 39rem;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 14rem);
}

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

.card---body {
  flex-direction: column;
  justify-content: space-between;
  height: 24rem;
  margin-top: 16rem;
  padding: 1rem;
  display: flex;
}

.card---image-text {
  color: #e9edec;
  text-align: justify;
  text-transform: uppercase;
  font-size: 3rem;
  position: relative;
}

.card---image-corner {
  border: 1.75rem solid #e9edec00;
  border-color: #e9edec00 #e9edec00 #e9edec #e9edec;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card---image-wrap {
  height: 39rem;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -24rem);
}

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

.testi-card {
  width: 379.328px;
  height: 450px;
}

.imageblock {
  background-image: url('../images/Bewerbungsbild2.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

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

.brix---text-100 {
  color: var(--lime-green);
  font-size: 16px;
  line-height: 18px;
}

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

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #eef0f6;
  padding-top: 60px;
  padding-bottom: 176px;
}

.brix---section-2.dark {
  background-color: var(--backround_alt_dark);
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---tabs-content {
  overflow: visible;
}

.brix---avatar-image-2 {
  margin-top: -26px;
  display: block;
}

.brix---avatar-image-2.small {
  margin-top: -6px;
}

.brix---tab-line {
  border-bottom: 2px solid var(--blue_grey);
  opacity: .4;
  background-color: #0000;
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.brix---tab-line:hover {
  opacity: 1;
}

.brix---tab-line.w--current {
  border-bottom-color: var(--flowui-component-library--white);
  opacity: 1;
  background-color: #0000;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---paragraph-default-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.brix---paragraph-default-2.black {
  color: var(--black);
}

.brix---paragraph-default-2.white {
  color: var(--light_white);
  width: 70%;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  color: var(--combine-library--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 64px 72px;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12 {
  border-radius: 50%;
  flex: none;
  width: 340px;
  max-width: 340px;
  height: 100%;
  max-height: 340px;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---tabs-menu-bottom {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---text-300-list {
  color: var(--dark_royale);
  font-size: 20px;
  line-height: 28px;
}

.brix---testimonial-v12-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---inner-container-1104px-center {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.container-17 {
  max-width: 1279px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--backround_alt_dark);
}

.brix---footer-logo {
  background-color: var(--none);
  transform-style: preserve-3d;
  border-radius: 20px;
  max-width: 250px;
  padding: 5px 10px;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-logo.no-pad {
  max-width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.brix---footer-list-wrapper {
  height: 95%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--light_white);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--alley-component-library--blue--700);
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--combine-library--grey-800);
  transform: scale3d(.96, .96, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--royal-blue);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 120px;
  padding-bottom: 40px;
}

.brix---text-200-bold-2 {
  color: var(--dark_royale);
  white-space: nowrap;
  word-break: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  color: var(--black);
  border-radius: 16px;
  width: 72px;
  margin-right: 16px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-bottom-v14 {
  border-top: 2px solid var(--light_white);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.code-embed-8 {
  width: 60px;
  margin-right: 10px;
  padding: 10px;
}

.rt-category-cards-text-7 {
  color: var(--black);
  text-transform: none;
  text-overflow: clip;
  white-space: break-spaces;
  max-width: 80%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  overflow: visible;
}

.rt-component-container-13 {
  width: 100%;
  max-width: 1290px;
  position: relative;
  overflow: clip;
}

.rt-component-section-15 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
  overflow: hidden;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  margin-bottom: 50px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.rt-change-font {
  font-weight: 300;
}

.rt-radius-ten-2 {
  border-radius: 10px;
  overflow: hidden;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-title-top {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-margin-bottom-ten {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.rt-accordion {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.rt-dropdown-list-2 {
  background-color: var(--radiant-ui-components-library--linear-color-three);
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--radiant-ui-components-library--linear-color-three);
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  border-bottom-style: none;
}

.rt-pricing-faq-line-one {
  background-color: var(--radiant-ui-components-library--color--heading-dark);
  width: 17px;
  height: 1px;
}

.rt-pricing-faq-line-two {
  background-color: var(--radiant-ui-components-library--color--heading-dark);
  border-top: 1px solid #000;
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  margin-bottom: 30px;
  font-family: Source Sans Pro, sans-serif;
}

.paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69 {
  font-size: 15px;
}

.section.no-scroll {
  overflow: hidden;
}

.text-large {
  font-size: 1.25rem;
  line-height: 140%;
}

.card__info {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card__info.align-center {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.card-2 {
  min-height: 16rem;
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
}

.card-2.smaller {
  min-height: 14rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-wrapper.for-card-info {
  max-width: 16rem;
}

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

.container-18 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

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

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

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  z-index: 3;
  background-image: linear-gradient(0deg, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: 0;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: 0;
  background-color: var(--black);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.mobile-destinations-wrapper {
  display: none;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.link-text {
  z-index: 10;
  position: relative;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 500px;
  min-height: 200px;
  padding: 24px;
  display: grid;
  box-shadow: 0 6px 48px -4px #3540751a;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.left-nav {
  z-index: 25;
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.agent-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.flyout-heading {
  padding-left: 80px;
}

.nav-link-3 {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-3.w--current {
  color: #081c3a;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  justify-content: flex-end;
  padding-top: 12px;
  display: flex;
  left: 0;
  right: 0;
}

.dropdown-list-2.flex-left.w--open {
  justify-content: flex-start;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.nav-menu-3 {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.brand {
  z-index: 25;
  color: #081c3a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

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

.navigation-shade {
  background-color: #fff;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.agent-social-icon {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.nav-button {
  z-index: 10;
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dropdown-lottie {
  justify-content: center;
  align-items: center;
  width: 14px;
  margin-left: 9px;
  display: flex;
}

.thin-span {
  font-weight: 500;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: #071224a3;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mobile-navigation-shade {
  display: none;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.vacation-card-arrow {
  width: 14px;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

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

.flyout-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-cover {
  background-color: #f7f8fc;
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.nav-button-toggle {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  display: flex;
}

.dropdown-icon-2 {
  display: none;
}

.destinations-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: 0;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.hamburger-line-bottom, .hamburger-line-top {
  background-color: #1c1a1a;
  width: 3rem;
  height: .75rem;
}

.navbar-3 {
  z-index: 999;
  background-color: #fffbf0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.nav-button-hamburger {
  overflow: hidden;
}

.hamburger-line-middle {
  background-color: #1c1a1a;
  width: 3rem;
  height: .75rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
}

.nav-logo-link {
  align-items: stretch;
  display: flex;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .2s;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.img-gradient {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(270deg, #121e2b, #fff0 41%);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-large {
  color: #5d5a5a;
  font-size: 1.2em;
}

.container-19 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.container-19.is--max_width {
  border-top: 1px none var(--dark_royale);
  max-width: none;
  max-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.stat-heading {
  font-size: 4em;
  font-weight: 700;
}

.img-section {
  opacity: .8;
  height: 45em;
  display: none;
  position: relative;
  overflow: hidden;
}

.stat-item {
  border-bottom: 1px solid var(--dark_white);
  border-left: .5px none var(--dark_white);
  background-color: var(--light_white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em 1em;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 2px #0003;
}

.stat-item:hover {
  background-color: #e0e6f133;
}

.stat-item.is--filp {
  background-color: var(--light_white);
  background-image: none;
  margin-right: 0;
}

.tab {
  background-color: #121e2b;
  height: .5em;
  position: absolute;
}

.tab-img {
  flex: none;
  width: 100%;
  height: 100%;
}

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

.tab-img-mobile {
  display: none;
}

.stats-progress {
  position: relative;
}

.img-stat-scroll {
  object-fit: contain;
  object-position: 50% 0%;
  flex: none;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

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

.stat-title {
  height: 4em;
  margin-bottom: 2em;
  overflow: visible;
}

.progress-line {
  background-color: #1050c7;
  width: 33.3333%;
  height: .6em;
  margin-top: -.5em;
  position: absolute;
}

.tabs-images-slider {
  width: 100%;
  display: flex;
}

.statistics-hover-tabs {
  object-fit: fill;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.img-slide-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-heading {
  width: 45em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-5 {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2bded3;
  border-radius: 2em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
}

.button-5:hover {
  color: #121e2b;
  background-color: #2bded3;
}

.button-5.is--ghost {
  border-style: none;
  border-radius: 0;
}

.button-5.is--ghost:hover {
  color: #2bded3;
  background-color: #0000;
}

.hero-gradient-col {
  opacity: .8;
  background-color: #0000;
  background-image: linear-gradient(to right, #2bded3, #2bded342 56%, #fff0);
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
  height: 50%;
}

.hero-gradient-col.is--two {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero-gradient-col.is--left {
  width: 80%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-gradient-col.is--left.is--img {
  opacity: 1;
  background-image: none;
}

.hero-gradient_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.small-text {
  text-transform: uppercase;
  font-size: .9em;
}

.hero-intro {
  align-items: center;
  height: 50%;
  padding-left: 10em;
  display: flex;
}

.hero-slideshow {
  height: 100%;
  position: relative;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.gradient-row {
  z-index: 10;
  background-image: linear-gradient(270deg, #2bded3, #0000);
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  width: 80%;
  margin-left: 0%;
}

.gradient-row.is--overlap {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-row.is--overlap.is--straight {
  z-index: 1;
  opacity: .57;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 0;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
  width: 574px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.brix---container-default-6 {
  max-width: 1218px;
  margin-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h2-size-4 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.brix---text-center-3 {
  text-align: center;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  left: 0;
}

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

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---paragraph-default-3 {
  color: var(--backround_alt_dark);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---inner-container-574px---center-3 {
  flex: 0 auto;
  align-self: auto;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

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

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--none);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--none);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---tabs-wrapper-v2 {
  display: flex;
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 0;
  width: 200px;
  height: 80px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--dark_royale);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs-v2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--dark_royale);
  color: var(--elements-webflow-library--neutral--100);
  width: 200px;
  height: 80px;
}

.div-block-6 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 10px;
  margin-top: 20px;
  margin-left: 61px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  right: 60px;
}

.hero-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 1px;
  margin-left: -60px;
  display: grid;
}

.hero-grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vertical-line {
  background-color: #b9dee926;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-line.bottom-max {
  min-height: 20vh;
}

.vertical-line.top {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.xxl-heading {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2em;
}

.button-6 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.button-6.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-color: #b9dee926;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
}

.button-6.light:hover {
  border-color: var(--light_white);
  background-color: #fdfeff4a;
}

.button-fill {
  background-color: #bfc5d5;
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: #cbdce966;
}

.hero-middle {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 800px;
  padding-bottom: 10vh;
  padding-left: 148px;
  padding-right: 80px;
  display: grid;
}

.hero-background {
  background-image: url('../images/AdobeStock_196908402.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.alt {
  background-image: url('../images/AdobeStock_199837215.jpeg');
}

.subtitle-2 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.video-button {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.hero-left-bottom {
  z-index: 1;
  background-color: #fff0;
  border: 1px #b9dee926;
  border-color: #b9dee926 #b9dee926 #000 #000;
  min-height: 20vh;
  margin-right: -1px;
  padding-left: 0;
  font-weight: 400;
  display: flex;
  position: relative;
  bottom: -10vh;
}

.hero-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.home-hero {
  color: #fff;
  justify-content: center;
  height: 100vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.overlay {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.overlay.light {
  background-color: #060b144d;
}

.hero-feature {
  min-height: 100px;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.vertical-button-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: #cbdce966;
}

.hero-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.line-fill {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill.top-video-line {
  margin-bottom: 0;
}

.line-fill.blank {
  background-color: #fff0;
}

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

.horizontal-line-fill {
  background-color: #bfc5d5;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.horizontal-line-fill.light {
  background-color: #cbdce966;
}

.vertical-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.vertical-line-fill.light {
  background-color: #cbdce966;
}

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-12.small-top-padding {
  padding-top: 80px;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.service-one {
  background-image: url('../images/091.jpeg');
}

.background.service-three {
  background-image: url('../images/095.jpeg');
}

.background.service-two {
  background-image: url('../images/101.jpeg');
}

.background.service-four {
  background-image: url('../images/092.jpeg');
}

.background.service-background {
  mix-blend-mode: normal;
  object-position: 60% 50%;
  background-image: url('../images/adam-vradenburg-g8DI2ZZFt8I-unsplash.jpg');
  background-position: 70%;
}

.background.about-background {
  background-image: url('../images/090.jpeg');
}

.background.service-background {
  background-image: url('../images/044.jpeg');
}

.background.belonging-background {
  background-image: url('../images/091.jpeg');
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

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

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.subtitle-3 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #b9dee926;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link:hover {
  border-bottom-color: #fff;
}

.underline-link.dark {
  color: #0a0f1a;
  border-bottom-color: #bfc5d5;
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link.dark:hover {
  border-bottom-color: #858c9ead;
}

.background-cover {
  z-index: 3;
  background-color: #fff;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.rotate-text {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text.right {
  transform: rotate(90deg);
}

.body-display {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.body-display.two-columns {
  column-count: 2;
  column-gap: 60px;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.blank-line {
  width: 0;
  height: 0;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-13.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.button-7 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.left-section-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding-right: 36px;
  display: grid;
}

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

.subtitle-4 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.call-to-action {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px solid #8e93a526;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  padding: 100px 0;
  display: grid;
  position: relative;
}

.call-to-action.right {
  border-left: 1px solid #8e93a526;
}

.slider-arrow {
  z-index: 50;
  border: 1px solid #cbdce966;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow.right {
  left: 232px;
}

.top-verticle-line {
  background-color: #b9dee926;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-horizontal-line {
  background-color: #b9dee926;
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.small {
  height: 60px;
}

.inner-bottom.large {
  height: 100px;
}

.slide-nav {
  margin-bottom: 20px;
  display: block;
}

.slider-section {
  background-color: #0a0f1a;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-line {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  margin-left: -1px;
  display: grid;
  position: relative;
}

.slider-top-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 148px 60px 24px 60px auto;
  grid-auto-columns: 1fr;
  height: 1px;
  display: grid;
  position: absolute;
  inset: 0 0% auto;
}

.slider-arrow-icon {
  width: 14px;
}

.slider-bottom {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #b9dee926;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  position: absolute;
  inset: auto 0% 80px;
}

.slider-bottom.large {
  bottom: 100px;
}

.mask {
  width: 100%;
  overflow: visible;
}

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

.slider-2 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.featured-work-slide {
  width: 100%;
}

.slider-bottom-left {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.slider-horizontal-fill {
  background-color: #cbdce966;
  width: 18px;
  height: 100%;
}

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

.project-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  max-height: 1302.53vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section-14.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-14.no-padding.grey {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0 5vw;
}

.section-14.dark {
  color: #fff;
  background-color: #0a0f1a;
  padding-top: 0;
  padding-bottom: 0;
}

.section-14.no-top-padding {
  padding-top: 0;
}

.section-14.grey {
  background-color: var(--light_white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-8 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #8e93a526;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.button-8.small {
  padding: 16px 26px;
  font-size: 10px;
}

.button-8.light {
  color: #fff;
  text-align: center;
  border-color: #b9dee926;
}

.projects-grid-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px solid #8e93a526;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 48px 48px 0;
}

.row-bottom-line {
  background-color: #8e93a526;
  width: 100%;
  height: 1px;
}

.works-intro-top {
  padding-left: 36px;
}

.section-bottom-line {
  background-color: #8e93a526;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.sidebar {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.project-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-sidebar-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: sticky;
  top: 101px;
}

.works-intro-bottom {
  padding-left: 36px;
}

.separator-line-fill {
  background-color: #bfc5d5;
  width: 100%;
  height: 24px;
}

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-left: 1px #bfc5d5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.subtitle-5 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.centered-intro {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid #bfc5d5;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.intro-corner {
  border-top: 1px solid #b9dee926;
  border-left: 1px solid #b9dee926;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.top-right {
  inset: 0% 0% auto auto;
}

.intro-corner.top-right.dark {
  border-left-style: none;
  border-right: 1px solid #8e93a526;
}

.intro-corner.bottom-right {
  inset: auto 0% 0% auto;
}

.intro-corner.bottom-right.dark {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #8e93a526;
  border-right-width: 1px;
  border-right-color: #8e93a526;
}

.intro-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #b9dee926;
  inset: auto auto 0% 0%;
}

.intro-corner.bottom-left.dark {
  border-bottom-color: #8e93a526;
}

.intro-corner.dark {
  border-top-color: #8e93a526;
  border-left-color: #8e93a526;
}

.boxed-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: #0000;
  border: 1px #8e93a526;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

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

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Team002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.one {
  background-image: url('../images/Portrait21.jpeg');
}

.testimonial-avatar.three {
  background-image: url('../images/Portrait009.jpeg');
}

.testimonial-avatar.two {
  background-image: url('../images/Portrait019.jpeg');
}

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

.testimonial-text {
  letter-spacing: -.035em;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.team-inner-bottom {
  z-index: 20;
  background-color: #fff;
  height: 60px;
  position: relative;
}

.team-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.subtitle-6 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.solid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a0f1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.about-intro-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.about-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 148px minmax(auto, 650px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

.paralax-background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  inset: 0%;
}

.paralax-background.seven {
  background-image: url('../images/072.jpeg');
}

.paralax-background.four {
  background-image: url('../images/069.jpeg');
}

.paralax-background.three {
  background-image: url('../images/068.jpeg');
}

.paralax-background.six {
  background-image: url('../images/071.jpeg');
}

.paralax-background.two {
  background-image: url('../images/044.jpeg');
}

.paralax-background.one {
  background-image: url('../images/065.jpeg');
}

.paralax-background.five {
  background-image: url('../images/070.jpeg');
}

.centered-about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-title {
  z-index: 15;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.founder-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px #8e93a526;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

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

.boxed-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.journal-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px #8e93a526;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.boxed-wrapper {
  justify-content: center;
  align-items: center;
  padding: 100px 148px;
  display: flex;
  position: relative;
}

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

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.right-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.stripe-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.left-preloader {
  background-color: #fff;
  border-bottom: 1px solid #f3f6fc;
  width: 100%;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-7 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-7.small {
  font-size: 12px;
}

.subtitle-7.white {
  color: #fff;
}

.list-item-text {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  font-size: 18px;
  font-weight: 300;
}

.clip {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip.platzhalter {
  height: 50px;
}

.clip.dark {
  margin-top: 40px;
}

.footer-section {
  z-index: 10;
  background-color: var(--white);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.hover-link.alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
  right: -384px;
}

.list-item-arrow {
  color: var(--black);
  width: 18px;
  min-width: 18px;
}

.page-wrapper-2 {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

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

.hero-background-image {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  border-top-style: solid;
  border-top-color: var(--dark_white);
  border-bottom-style: none;
  border-bottom-color: var(--dark_white);
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  border-top-color: var(--dark_white);
  border-bottom-color: var(--dark_white);
  padding: 10px;
}

.menu-list-item.white.small.cv {
  border-top-style: none;
  border-top-width: .5px;
  margin-top: 1px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.general-collection-wrapper {
  padding-top: 80px;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.logos-headline {
  color: #6e7488;
  align-items: center;
  display: flex;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.horizontal-line-2 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-2.white {
  background-color: #ffffff1f;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.category-collection-list-wrapper {
  background-color: #f3f6fc;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.background-cover-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 1px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  height: 100%;
  padding-bottom: 40px;
  display: grid;
}

.section-15 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-15.no-top-padding {
  padding-top: 0;
}

.section-15.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.xxl-heading-2 {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading-2.one {
  font-size: 60px;
  font-weight: 300;
}

.xxl-heading-2.two {
  text-transform: none;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.xxl-heading-2.two.small {
  text-transform: none;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.xxl-heading-2.one {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  background-color: var(--light_white);
  width: 30px;
  height: 30px;
  padding: 7px;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.image-overlay {
  z-index: 1;
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--light_white);
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.service-menu-list.white.behandlungen_feature-sektion_content {
  border-top-color: var(--dark_white);
}

.title-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  position: relative;
}

.title-wrapper.no-padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.title-wrapper.navbar-wrapper {
  border: 1px #000;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-display-2 {
  color: #6e7488;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-2.white {
  color: #ffffffe6;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.scroll-icon {
  border-radius: 0;
  max-width: 70%;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--light_white);
  text-align: justify;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-background {
  background-color: #f3f6fc;
  background-image: url('../images/david-hertle-hyBeqIA_URE-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-background.white {
  background-color: #fff;
}

.card-background.lindau {
  background-color: var(--none);
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/david-hertle-hyBeqIA_URE-unsplash.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  inset: 0 0 0 0;
}

.card-background.m-nchen {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-sessler-euJvKWK3y7s-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  inset: 0 0 0 0;
}

.card-background.berlin {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/adam-vradenburg-g8DI2ZZFt8I-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  inset: 0%;
}

.subtitle-8, .subtitle-9 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-9.small {
  font-size: 12px;
}

.subtitle-9.white {
  color: #fff;
}

.horizontal-line-3 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-3.white {
  background-color: #ffffff1f;
}

.background-cover-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.large-heading {
  letter-spacing: 1.5px;
  font-weight: 300;
  line-height: 1.15em;
}

.large-heading.two {
  color: var(--white);
}

.large-heading.one {
  color: var(--white);
  text-align: center;
}

.subtitle-10 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-10.white {
  color: #fff;
}

.slider-dots {
  display: none;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-004 {
  background-image: url('../images/sohphie-moore-team-member-brix-templates-avatar-picture.jpeg');
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Testimonial-Image-01.jpg');
  background-position: 50% 40%;
}

.background-image.testimonial-003 {
  background-image: url('../images/Bewerbungsbild2.jpeg');
  background-position: 50% 10%;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-column.testimonial-name {
  border-left: 1px solid var(--light_white);
}

.testimonial-column.testimonial-description {
  border-right: 1px solid var(--light_white);
  border-left: 1px solid var(--light_white);
}

.rotate-text-2 {
  transform: rotate(-90deg);
}

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

.section-16 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-16.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.subtitle-wrapper-2 {
  margin-bottom: 18px;
}

.intro-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 475px) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.intro-wrapper.marginxl {
  margin-top: 100px;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.benefits-wrapper {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 140px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.grey-cover {
  background-color: #f7f8fc;
  margin-top: -100px;
  margin-left: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.dropdown-button {
  color: #fff;
  background-color: #3572ff;
  border-radius: 5px;
  padding: 16px 32px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown-button:hover {
  background-color: #081c3a;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-right-image {
  border-radius: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.verticle-line {
  background-color: #c0c0d333;
  height: 100%;
  position: relative;
}

.hero-background-image-2 {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image-2.benefit-intro-background {
  background-image: url('../images/WhatsApp-Image-2024-05-20-at-20.40.12.jpeg');
  background-size: contain;
}

.benefit-icon {
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.section-17.no-padding {
  height: 1203.22px;
  margin-top: 101px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.body-display-3 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-3.large {
  color: #516381;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
}

.body-display-3.small {
  font-size: 14px;
  line-height: 1.4em;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  min-height: 200px;
  padding: 30px;
  transition: box-shadow .5s;
  display: block;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.subtitle-11 {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-34 {
  font-weight: 600;
}

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

.subtitle-12 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-12.white {
  color: var(--black);
  padding-left: 10px;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-9:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-9.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

.button-9.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.subtitle-13 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-13.white {
  color: #fff;
}

.featured-project-column {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.home-hero-2 {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 91vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-background-image-3 {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-image-3.services-background {
  background-image: url('../images/LASIK01.jpeg');
  background-position: 40% 70%;
}

.hero-background-image-3.team-background {
  background-image: url('../images/AdobeStock_199837215.jpeg');
  background-position: 50% 0;
}

.transparent-fill {
  width: 100%;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.button-text {
  z-index: 10;
  position: relative;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.grid-wrapper-3 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.sticky-services-intro {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  padding: 0;
  display: block;
  position: static;
  top: 4rem;
}

.verticle-line-2 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.grid-wrapper-4 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-heading-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding: 20px;
  display: flex;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.body-display-4 {
  color: #434a5a;
  text-align: justify;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-4.small {
  text-align: center;
  font-size: 14px;
  line-height: 1.45em;
}

.line-fill-2 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill-2.light {
  background-color: #fff3;
}

.subtitle-14 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-18.grey {
  background-color: var(--light_white);
  text-overflow: clip;
  padding-top: 40px;
  padding-bottom: 100px;
}

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #889ea833;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

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

.medium-stacked-intro {
  z-index: auto;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 475px;
  margin-top: 24px;
  display: block;
  position: static;
  top: 0;
  left: auto;
  overflow: visible;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.full-stacked-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-self: auto;
  height: auto;
  padding: 20px;
  display: block;
  position: sticky;
  top: 10px;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  border: 1px #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding: 24px;
  display: grid;
  position: relative;
}

.horizontal-line-4 {
  background-color: #889ea833;
  height: 1px;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
  overflow: hidden;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-10:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-10.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-10.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.services-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.intro-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.subtitle-15 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.heading-36 {
  z-index: 10;
  position: relative;
}

.icon {
  z-index: 10;
  background-color: var(--none);
  opacity: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-19 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.button-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-11:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-11.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-11.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-11.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

.button-11.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

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

.subtitle-16 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-16.small {
  font-size: 12px;
}

.subtitle-16.white {
  color: #fff;
}

.banner-items {
  white-space: nowrap;
  background-color: #f3f6fc;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.footer-section-2 {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.sticky-services-menu.left-side {
  border-right: 1px solid #f3f6fc;
  margin-right: -.5px;
}

.banner-scrolling-wrapper {
  background-color: #f3f6fc;
  width: 100%;
  height: 100%;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.heading-37 {
  z-index: 10;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-icon {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.about-description-2 {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.service-3-banner {
  background-image: url('../images/AdobeStock_745172155.jpeg');
  background-position: 50% 70%;
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/AdobeStock_199837215.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.horizontal-line-5 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-5.white {
  background-color: #ffffff1f;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: sticky;
  top: 0;
}

.section-20 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw 0;
  display: flex;
  position: relative;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  margin-left: 10vh;
  display: flex;
}

.dark-dot {
  background-color: #090b19;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-span-20 {
  font-weight: 300;
  text-decoration: underline;
}

.image-13 {
  opacity: 1;
  width: 40px;
  padding: 0;
}

.image-14 {
  width: 46px;
}

.image-15 {
  width: 40px;
}

.image-13-alt {
  z-index: 30;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
}

.lottie-animation-2 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.icon-alt {
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: absolute;
}

.subtitle-17 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.minimal-card {
  z-index: 10;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-21 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-21.no-top-padding {
  padding-top: 0;
}

.subtitle-18 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.core-values {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.steps-card {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

.body-display-5 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
  display: none;
}

.body-display-5.small {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-wrapper-4 {
  margin-bottom: 24px;
}

.div-block-7 {
  border-top: 1px solid #000;
  width: 70%;
  height: 1px;
  margin-bottom: 20px;
}

.subtitle-19 {
  z-index: 10;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 200px;
  display: grid;
}

.dual-grid.pad {
  margin-top: 40px;
}

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

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.subtitle-20 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

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

.stacked-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.subtitle-21 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-21.white {
  color: var(--dark_white);
}

.section-22 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-22.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-22.no-verticle-padding.dark {
  background-color: var(--backround_alt_dark);
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.body-display-6 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-6.white {
  color: var(--white);
  text-align: justify;
}

.subtitle-22 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.stacked-intro-4 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.subtitle-23 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.card-info {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-3 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-2 {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #060b144d;
}

.card-cover {
  z-index: 15;
  background-color: #f3f6f9;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.subtitle-wrapper-5 {
  margin-bottom: 18px;
  overflow: hidden;
}

.button-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-12:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-12.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-12.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.services-card-3 {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.subtitle-24 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.heading-38 {
  z-index: 10;
  margin-top: 0;
  position: relative;
}

.icon-2 {
  z-index: 10;
  background-color: var(--none);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: auto;
  height: 80px;
  min-height: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.section-23 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-23.clip {
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-hover-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.body-display-7 {
  color: #6e7488;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}

.heading-39 {
  margin-top: 0;
}

.stacked-heading-3 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.body-display-8 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.solid-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: block;
  overflow: visible;
}

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

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

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

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

.card-arrow {
  background-color: #fff;
  border: 1px #c0c0d333;
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.steps-dot {
  z-index: 10;
  background-color: #c0c0d333;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.subtitle-wrapper-6 {
  margin-bottom: 18px;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 18px 18px 36px;
  display: grid;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid #c0c0d333;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-card-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.horizontal-line-6 {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.grid-wrapper-5 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-tracker {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.hero-background-image-4 {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image-4.steps-background {
  background-image: url('../images/Family003.jpeg');
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.section-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

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

.steps-icon {
  z-index: 10;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.button-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-13:hover {
  background-color: #081c3a;
}

.body-display-9 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-9.large {
  color: #516381;
  font-size: 19px;
}

.button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-14:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-14.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-14.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.subtitle-25 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.nav-menu-4 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-cover {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.left-navbar {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #6e7488;
}

.search-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.brand-2 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-4 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-4.w--current {
  color: #090b19;
}

.tablet-mobile-nav-links {
  display: none;
}

.search {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.menu-lottie-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tablet-mobile-menu {
  display: none;
}

.navbar-4 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-4 {
  z-index: 10;
  position: relative;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: none;
  position: relative;
}

.mega-menu {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.body-display-10 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.image-16 {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  max-height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  overflow: clip;
}

.scroll-indicator {
  z-index: 49;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #c0c0d333;
  flex-direction: column;
  grid-template-rows: minmax(200px, 620px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 5vw;
  padding-top: 80px;
  padding-bottom: 24px;
  display: grid;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.indicator-wrapper {
  background-color: #c0c0d333;
  border-radius: 100px;
  flex: 1;
  width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.indicator-fill {
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.indicator-2 {
  background-color: #d2d2e0;
  border-radius: 100px;
  width: 100%;
  height: 20%;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-icon {
  background-color: #aeaec00d;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  background-color: #3572ff;
  border-color: #3572ff;
}

.medium-heading {
  text-align: justify;
}

.subtitle-26 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 5vw;
  display: grid;
}

.project-features {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-26 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-26.no-top-padding {
  background-color: #eef0f6;
  padding-top: 0;
  padding-right: 0;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  padding: 80px 40px;
  display: grid;
  position: relative;
}

.body-display-11 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-11.large {
  text-align: justify;
  font-size: 18px;
}

.hover-line {
  color: var(--dark_white);
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.outline-button-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: none;
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-right: 24px;
  display: grid;
}

.service-bottom-content.small-padding {
  grid-template-rows: auto;
  padding-top: 20px;
}

.service-item-bottom {
  border: 1px none var(--light_white);
  overflow: hidden;
}

.stacked-heading-4 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.hover-line-fill {
  background-color: var(--backround_alt);
  width: 100%;
  height: 100%;
}

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

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

.small-width {
  max-width: 300px;
}

.body-display-12 {
  color: #626d86;
  text-align: justify;
  padding-right: 20px;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-12.small {
  text-align: justify;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle-27 {
  color: #2d3e4f;
  text-align: justify;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

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

.section-27.grey {
  background-color: #eef0f6;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  flex: 0 55%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-dual-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 421px) 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.service-list-item {
  cursor: pointer;
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: relative;
}

.service-list-item.fr {
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-list-item.oben {
  border-top: 1px solid #000;
}

.subtitle-28 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.card-4 {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-hover {
  background-color: var(--dark_royale);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.underline-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link-2.dark {
  border-bottom-color: var(--light_white);
  color: #ecf0f1;
  border-bottom-color: #ecf0f1;
  display: none;
}

.service-link-name {
  text-align: center;
  border-bottom: 1px solid #889ea833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px #eef0f6;
  border-right: 1px solid #889ea833;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.service-bottom.one, .service-bottom.two {
  z-index: 20;
  background-image: none;
  align-content: end;
  padding-bottom: 60px;
  position: relative;
}

.service-bottom.three {
  z-index: 20;
  background-image: none;
  align-content: end;
  min-height: 370px;
  padding-bottom: 60px;
  position: relative;
}

.service-description-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-13 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-13.small {
  color: var(--light_white);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle-29 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-28.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-28.no-padding.grey {
  display: none;
}

.service-link-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px #889ea833;
  border-right: 1px #889ea833;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-icon {
  background-color: #eef0f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
}

.services-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.service-link {
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-40 {
  color: var(--light_white);
}

.background-service {
  background-image: url('../images/alexander-redl-d3bYmnZ0ank-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 80px 0% 0%;
}

.background-service.flexible {
  background-image: none;
  margin: 3px;
  overflow: clip;
}

.background-service.erfahren {
  background-image: url('../images/n.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  margin: 3px;
  top: 41px;
  overflow: clip;
}

.background-service.porientiert {
  border-right: 1px none var(--red_one);
  background-image: none;
  margin: 3px;
  padding-right: 0;
  overflow: clip;
}

.background-service.erfahren {
  background-image: none;
  margin: 3px;
  overflow: clip;
}

.background-service.porientiert {
  background-image: none;
  border-right: 1px #bf3a30;
  margin: 3px;
  padding-right: 0;
  overflow: clip;
}

.image-17 {
  width: auto;
  max-width: none;
  height: 100%;
}

.image-18 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  top: -50px;
  overflow: clip;
}

.image-19 {
  width: auto;
  max-width: none;
  height: 100%;
  margin-right: 0;
  position: relative;
  inset: auto 140px 0% auto;
}

.rt-text-white-10 {
  color: var(--radiant-ui-components-library--color--white);
}

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

.rt-component-container-14 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-container-14.rt-radious-ten {
  border-radius: 10px;
}

.rt-component-container-14.rt-radious-ten.rt-overflow-hidden.rt-background-dark-4 {
  border-radius: 0;
}

.rt-component-section-16 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-16.rt-cta-bottom-margin-none {
  padding: 0;
  display: none;
}

.rt-heading-three-4 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-4.rt-text-white-10 {
  color: var(--radiant-ui-components-library--color--white);
  text-transform: none;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.rt-radious-ten {
  border-radius: 10px;
}

.rt-no-margin {
  margin: 0;
}

.rt-about-two-cta-main-wrapper {
  z-index: 9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.rt-get-now {
  background-color: #1670f84d;
  border-radius: 40px;
  padding: 5px 17px;
}

.rt-home-one-cta-bottom-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 520px;
  margin-top: 200px;
  padding-top: 25px;
  display: flex;
}

.rt-home-one-cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-home-one-cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/david-hertle-91vT3TgzSp4-unsplash.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-about-two-cta-banner {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-home-one-cta-paragraph {
  max-width: 390px;
  padding-right: 10px;
}

.rt-home-one-cta-paragraph.rt-body-dark-font {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.rt-cta-box {
  background-color: var(--radiant-ui-components-library--color--theme-color);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 15px 40px 12px;
}

.rt-cta-box.rt-cta-box-two {
  background-color: #14151a;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.rt-box-top-text {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-box-top-text.rt-margin-bottom-five {
  color: var(--radiant-ui-components-library--color--theme-color);
  margin-bottom: 5px;
}

.rt-home-one-cta-top-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.rt-body-dark-font {
  color: var(--radiant-ui-components-library--linear-color-three);
}

.rt-radious-ten {
  border-radius: 10px;
}

.rt-radious-ten.rt-overflow-hidden, .rt-background-dark-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.heading-40 {
  font-size: 35px;
  font-weight: 400;
}

.heading-41 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 35px;
}

.heading-41.alt {
  line-height: 40px;
}

.inner-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.scroll-link-icon {
  width: 18px;
  min-width: 18px;
}

.xxl-heading-3 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-background-2 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-2.contact-hero {
  background-image: url('../images/claudio-schwarz-TScGhJM716g-unsplash.jpg');
}

.subtitle-30 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.journal-right-hero {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.inner-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-right: 1px #b9dee926;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-height: 55vh;
  padding-top: 280px;
  padding-bottom: 240px;
  padding-left: 148px;
}

.scroll-link {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0f1a;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  min-height: 100px;
  padding: 18px 18px 18px 36px;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

.inner-page-hero {
  color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-component-container-15 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-17 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-7 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-input-text {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-input-text.rt-body-font-7 {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  border-bottom-color: #0003;
}

.rt-input-text.rt-body-font-7::placeholder {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

.rt-input-text.rt-body-font-7.rt-smaller-text {
  border-bottom-color: #0003;
}

.rt-contact-two-form-field {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.rt-contact-two-form-field-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-two-form-field-main.rt-change-size {
  flex-basis: 100%;
}

.rt-submit-button-2 {
  background-color: #3898ec00;
  font-size: 0;
  position: relative;
}

.rt-contact-two-form-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-contact-two-form-title {
  width: 29%;
}

.rt-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rt-textarea-3 {
  background-color: #fff0;
  min-height: 118px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-textarea-3.rt-body-font-7 {
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1a;
}

.rt-textarea-3.rt-body-font-7::placeholder {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

.rt-textarea-3.rt-body-font-7.rt-smaller-text {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  border-bottom-color: #0000001a;
}

.rt-body-font-8 {
  color: var(--radiant-ui-components-library--color--theme-color);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font-8.rt-underline-on {
  text-decoration: underline;
}

.rt-button-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-two-form-wrapper-3 {
  flex: 0 50%;
}

.rt-button-arrow-3 {
  border: 1px solid var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.rt-button-main-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-button-main-4.rt-underline-off.rt-chnage-direction {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.rt-form-button {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-smaller-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.rt-icon-black {
  filter: invert();
}

.rt-category-cards-text-8 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-overflow-hidden-10 {
  overflow: hidden;
}

.rt-autofit-cover {
  object-fit: cover;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  display: flex;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-contact-one-hero-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-form-button-two {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-contact-one-hero-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
  max-width: 250px;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-underline-off-2.rt-padding-bottom-fourty {
  margin-bottom: 40px;
}

.rt-text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-text-field-2.rt-title-top-2 {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  font-weight: 400;
}

.rt-text-field-2.rt-title-top-2::placeholder {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

.rt-textarea-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  min-height: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-textarea-2.rt-title-top-2::placeholder {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  font-weight: 400;
}

.rt-submit-button {
  color: #3330;
  background-color: #3898ec00;
  width: 130px;
  height: 63px;
  position: relative;
}

.rt-button-typography {
  color: var(--radiant-ui-components-library--color--theme-color);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.rt-button-circle {
  border: 1px solid var(--radiant-ui-components-library--color--theme-color);
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-form-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rt-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.rt-form-button-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rt-border-radious-twenty {
  border-radius: 20px;
}

.rt-border-radious-twenty.rt-overflow-hidden-10.rt-height-full {
  height: 100%;
}

.rt-color-orange {
  color: #edcba4;
}

.rt-color-black {
  color: #141517;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-margin-bottom-fourty {
  margin-bottom: 40px;
}

.heading-43, .heading-44 {
  margin-top: 0;
}

.heading-45 {
  text-transform: capitalize;
  margin-top: 0;
}

.heading-46 {
  margin-top: 0;
}

.subtitle-31 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-31.small {
  font-size: 12px;
}

.subtitle-31.small.white {
  color: var(--light_white);
  margin-bottom: 40px;
}

.subtitle-31.white {
  color: #6e7488;
}

.clip-2 {
  position: relative;
  overflow: visible;
}

.stripe-wrapper-2 {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.horizontal-line-7 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-7.white {
  background-color: #ffffff1f;
}

.inner-page-hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start stretch;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.image-overlay-2 {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay-2.dark-overylay {
  background-color: #090b1973;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

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

.wrapper.navbar-wrapper {
  border: 1px none var(--white);
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text {
  color: var(--backround_alt);
  text-align: justify;
  font-weight: 400;
}

.outline-button-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button-3.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
}

.grid-wrapper-6 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.home-hero-3 {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  padding: 40px;
  display: grid;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.slider-arrow-2 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow-2.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.slider-arrow-icon-2 {
  opacity: .3;
  width: 18px;
}

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

.hero-top {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-top.clear {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background.slider-001 {
  background-image: url('../images/AdobeStock_745172155.jpeg');
  background-position: 50% 25%;
}

.slide-hero-background.slider-003 {
  background-image: url('../images/kal-visuals-aK4iPNYipnU-unsplash.jpg');
}

.slide-hero-background.slider-002 {
  background-image: url('../images/brands-people-sWQrD5s0fWc-unsplash.jpg');
}

.xxl-heading-4 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2em;
}

.xxl-heading-4.fd {
  color: var(--untitled-ui--warning300);
  font-size: 45px;
}

.xxl-heading-4.kl {
  margin-bottom: 0;
}

.slide-nav-2 {
  display: none;
}

.button-text-6.alt {
  letter-spacing: 2.6px;
}

.overlay-3 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.grid-wrapper-7 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.stacked-heading-5 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  display: grid;
}

.stacked-heading-5.pad {
  margin-bottom: 20px;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.dual-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-14 {
  color: #626d86;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6em;
}

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

.section-29.grey {
  background-color: var(--white);
  padding-top: 0;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-2 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-2.about-background {
  background-image: url('../images/Lasik02.jpeg');
}

.full-stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overlay-4 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-4.light {
  background-color: #0a101d33;
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item-2:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #292b4e12;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.subtitle-32 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-30.no-top-padding {
  padding-top: 0;
}

.hover-line-2 {
  border-bottom: 1px solid var(--light_white);
  color: var(--light_white);
  height: 1px;
  position: absolute;
  inset: auto 5vw -1px;
  overflow: visible;
}

.hover-line-2.top {
  inset: -1px 0% auto;
}

.hover-line-2.light {
  background-color: #fff3;
}

.service-card-hover-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ff6f44;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.hover-line-fill-2 {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.service-bottom-2 {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: left;
  border-top: 1px #eef0f6;
  border-right: 1px solid #889ea833;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom-2.end {
  border-right-style: none;
}

.body-display-15 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-15.small {
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle-33 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-31.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.services-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid #889ea833;
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.success-message-2 {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.service-card-hover-3 {
  background-color: var(--dark_royale);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 14px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.error-message {
  color: #626d86;
  background-color: #eef0f6;
  margin-top: 18px;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #eef0f6;
  border: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

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

.body-display-16 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

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

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.subtitle-34 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-32.no-top-padding {
  padding-top: 0;
}

.section-32.no-top-padding.grey {
  padding-bottom: 60px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 20px;
  display: grid;
}

.services-mask {
  width: 100%;
  overflow: visible;
}

.service-link-2 {
  color: #606670;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.service-link-2.w--current {
  color: #0a0f1a;
  background-color: #0000;
}

.services-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  min-height: 100px;
  display: grid;
}

.background-wrapper-3 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-33 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-33.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.service-image {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.service-info {
  grid-column-gap: 36px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 48px;
  display: grid;
}

.service-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 140px;
  display: grid;
}

.background-3 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-3.design-background {
  background-image: url('../images/AdobeStock_127049767.jpeg');
  background-position: 45%;
  background-size: cover;
}

.background-3.writing-background {
  background-image: url('../images/AdobeStock_745172155.jpeg');
  background-position: 82%;
}

.background-3.marketing-background {
  background-image: url('../images/090.jpeg');
}

.background-3.strategy-background {
  background-image: url('../images/AdobeStock_745172155.jpeg');
  background-position: 45%;
}

.service-examples {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 48px;
  display: grid;
}

.services-verticle-line {
  z-index: 10;
  background-color: #8e93a526;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: relative;
}

.subtitle-35 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subtitle-35.grey {
  color: #606670;
  font-size: 16px;
}

.services-tab-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.four-column-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.body-display-17 {
  color: #606670;
  text-align: justify;
  font-size: 17px;
  line-height: 1.6em;
}

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

.text-span-21 {
  color: var(--royal-blue);
}

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

.text-span-23 {
  color: #052444;
}

.image-20 {
  width: 40px;
  height: 40px;
}

.link {
  color: #9bbfff;
}

.div-block-8 {
  margin-top: 100px;
}

.slider-arrow-3 {
  z-index: 50;
  border: 1px solid #cbdce966;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow-3.right {
  left: 232px;
}

.subtitle-36 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.slider-4 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.line-fill-3 {
  background-color: #cbdce966;
  width: 100%;
  height: 24px;
}

.line-fill-3.blank {
  background-color: #fff0;
}

.line-fill-3.top-video-line {
  margin-bottom: 0;
}

.container-20 {
  height: 75vh;
}

.section-34 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-34.grey {
  background-color: #f3f6f9;
}

.subtitle-37 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.centered-intro-2 {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.grid-wrapper-8 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.steps-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px;
  display: grid;
}

.value-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-18 {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-18.small {
  font-size: 14px;
  line-height: 1.4em;
}

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

.hero-grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.xxl-heading-5 {
  font-size: 56px;
  line-height: 1.2em;
}

.subtitle-38 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.hero-left-bottom-2 {
  z-index: 1;
  background-color: #fff;
  border: 1px #b9dee926;
  border-color: #b9dee926 #b9dee926 #000 #000;
  min-height: 20vh;
  margin-right: -1px;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: -10vh;
}

.home-hero-4 {
  color: #fff;
  justify-content: center;
  height: 110vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

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

.subtitle-39 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.page-info-ribbon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: -119px;
}

.sticky-section-2 {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.sticky-section-2.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.verticle-line-3 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.body-display-19 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-19.ko {
  text-align: justify;
  margin-top: 20px;
  line-height: 1.5em;
}

.line-fill-4 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.section-35 {
  z-index: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.rt-category-cards-text-9 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-bottom-twenty-5 {
  margin-bottom: 20px;
}

.rt-component-container-16 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-18 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-11 {
  overflow: hidden;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-autofit-6 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-6.rt-full-width-2 {
  width: 100%;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  color: var(--radiant-ui-components-library--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library--color--theme-color);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  transition: color .35s;
}

.rt-position-relative-4 {
  position: relative;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library--color--theme-color);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library--color--theme-color), var(--radiant-ui-components-library--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library--color--heading-dark);
  font-weight: 400;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.rl_navbar5_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_logo-link {
  padding-left: 0;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_link {
  color: var(--relume-library-lite--rl-black);
  padding: 1.5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: #0000;
}

.rl_navbar5_dropdown-column-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-background-layer {
  background-color: var(--relume-library-lite--rl-gray);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.rl_navbar5_text-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_navbar5_icon {
  height: 1.5rem;
}

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

.rl_navbar5_icon-wrapper {
  flex: none;
}

.rl_navbar5_item-title {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_item-link {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_navbar5_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar5_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.container-21 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline-heading {
  z-index: 1;
  background-color: #0a0a0a;
  position: relative;
}

.container-22 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 20px;
}

.section-triggers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
}

.dynamic-number__wrap {
  transform-origin: 50%;
  flex: none;
  height: 5vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-content__block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  inset: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  background-color: #d1d1d1;
  height: 100vh;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #191919;
}

.section-sticky {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.section-sticky__outer-wrap {
  width: 100vw;
  position: relative;
}

.step-block__text-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-block__text-title.text-title_1 {
  opacity: 1;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: #ffffff80;
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  background-color: #0000;
  width: 1px;
  position: absolute;
  top: 80%;
}

.step-block__progress-bar {
  background-color: #7d8082;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  z-index: 2;
  background-color: #191919;
  width: 20px;
  height: 5vh;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.dynamic-text__wrap {
  flex: none;
  height: 5vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-block__inner-fw {
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.step-block__progress-bar-inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-2, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
  opacity: 1;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.div-block {
  filter: invert();
  background-image: url('../images/Triangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  transform: rotate(-90deg);
}

.div-block._1 {
  margin-top: 10px;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 120vh;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small.bottom {
  justify-content: flex-start;
  padding-top: 30vh;
  padding-bottom: 0;
}

.step-block {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__2, .step-block.step-block__3 {
  width: 15%;
  margin-right: 2%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.menu-item-text-wrapper {
  cursor: pointer;
  transition: all .2s;
  display: inline-block;
}

.menu-item-text-wrapper:hover {
  text-shadow: 4px 4px 3px #ccc;
  transform: translate(-5px, -5px);
}

.marker-container {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.marker-container.hide {
  opacity: 0;
}

.container-homepage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.img-container-1b {
  z-index: 3;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  align-items: center;
  position: relative;
}

.img-container-3 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.section-homepage {
  width: 100%;
  height: 100vh;
}

.menu-item-header-container {
  color: #666;
  padding: 5px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  line-height: 48px;
}

.showcase-slider-columns {
  align-items: center;
  display: flex;
}

.images-showcase-col {
  text-align: center;
}

.menu-item-text-container {
  color: #aaa;
  margin: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.img-container-1 {
  z-index: 6;
  position: absolute;
}

.img-wrapper-2 {
  color: #fff;
  background-color: #7bcea3;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-images-container {
  position: relative;
}

.images-text-menu-col {
  z-index: 999;
  left: -215px;
}

.img-container-2b {
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.img-wrapper-3 {
  color: #fff;
  background-color: #92a4c2;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.img-wrapper-1 {
  color: #fff;
  text-align: center;
  background-color: #d66262;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.marker-number {
  color: #fff;
}

.img-container-2 {
  z-index: 5;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

.showcase-slider-container {
  width: 100%;
  max-width: 1300px;
}

.menu-item-text {
  color: #333;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: inline-block;
  transform: translate(0);
}

.marker-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ccc;
  width: 0%;
  height: 1px;
  margin: 10px;
}

.marker-line.show {
  width: 100%;
}

.template-screen-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.resource-platform {
  z-index: 25;
  background-color: #fff;
  border: 1px #eef0f6;
  border-radius: 100%;
  width: 51px;
  height: 51px;
  margin-left: -3px;
  padding: 3px;
  position: absolute;
  inset: -25px auto auto 24px;
}

.cursur-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.right-sidebar-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

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

.section-box.no-top-margin {
  margin-top: 0;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.list-icon {
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 11px;
  display: flex;
}

.section-36 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-36.grey {
  background-color: #f7f7fa;
}

.resource-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  border: 1px solid #eef0f6;
  border-top-style: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 40px 24px 18px;
  display: grid;
  position: relative;
}

.quick-action-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: sticky;
  top: 125px;
}

.quick-action-box.top-36 {
  grid-template-rows: auto auto;
  position: relative;
  top: auto;
}

.cursor-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 18px;
  max-height: 18px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cursor-top.bottom {
  margin-top: auto;
  margin-bottom: 0;
  inset: auto 0% 0%;
}

.tabs {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.tab-indicator {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.fill {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.video-resource {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.template-screen-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  padding: 36px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.template-screen-content.small {
  padding: 24px;
}

.basic-tab-content {
  border-top: 1px solid #eef0f6;
  width: 100%;
  min-height: 475px;
  padding-top: 36px;
  overflow: visible;
}

.body-display-20 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-20.small {
  font-size: 14px;
  line-height: 1.5em;
}

.platform-icon {
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.sidebar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
  position: sticky;
  top: 101px;
}

.sidebar-2.top-36 {
  margin-top: 72px;
}

.video-icon {
  width: 18px;
  margin-left: 2px;
}

.basic-tab-menu {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.grid-wrapper-9 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hover-line-fill-3 {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.overlay-5 {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-5.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay-5.gradient.dark {
  background-color: #090f16a6;
  background-image: url('../images/nonsap-visuals-z65bg9SI-9I-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.overlay-5.light {
  background-color: #090f1633;
}

.cursur-top-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.cursur-top-outline.bottom {
  inset: auto 0% 0%;
}

.stacked-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resource-notification {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #f7f7fa;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.tab-link-2 {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 36px;
  margin-bottom: -1px;
  padding: 0 24px 18px;
  font-size: 12px;
  line-height: 1.3em;
  display: flex;
}

.tab-link-2.w--current {
  color: #000;
  background-color: #0000;
}

.subtitle-40 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-40.small {
  margin-right: -4px;
  font-size: 8px;
  line-height: 1.3em;
}

.subtitle-40.light {
  color: #fff;
}

.lesson-action-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 12px 18px 12px 12px;
  font-size: 10px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.lesson-action-item.bottom {
  border-bottom-style: none;
}

.basic-tab-pane {
  width: 100%;
  min-height: 200px;
}

.cursur-text {
  white-space: nowrap;
  max-height: 24px;
  padding-left: 4px;
  position: absolute;
  inset: auto;
}

.resource-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-cursur {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: 1fr 24px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  font-size: 9px;
  text-decoration: none;
  display: grid;
  position: absolute;
  top: auto;
  left: auto;
}

.card-cursur.on {
  top: -42px;
  left: -30px;
}

.arrow-icon-wrapper {
  min-height: 14px;
  position: relative;
  overflow: hidden;
}

.video-resource-top {
  height: 18vw;
  min-height: 200px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

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

.card-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.rt-category-cards-text-10 {
  color: var(--radiant-ui-components-library--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-10.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-component-container-17 {
  width: 100%;
  max-width: 1290px;
  margin-bottom: 140px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
}

.rt-component-section-19 {
  background-color: var(--radiant-ui-components-library--color--white);
  color: var(--radiant-ui-components-library--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library--color--body-font-dark);
  transition: color .35s;
}

.rt-number-img-bg-inner {
  z-index: 6;
  color: var(--radiant-ui-components-library--color--theme-color);
  border-radius: 83%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  position: relative;
  left: 0;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.rt-number-img-bg-inner.overlay {
  background-color: var(--none);
  background-image: url('../images/Group-1009002136.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.card-grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  border: 1px #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: grid;
}

.solid-button-outline {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.light {
  border-color: #fff;
}

.dual-title-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: flex;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-21 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-21.small {
  font-size: 14px;
}

.verticle-line-4 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-4.dark {
  background-color: #eff3f6;
}

.verticle-line-4.bottom {
  height: 120px;
}

.section-title-2 {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: grid;
}

.section-title-2.no-bottom-padding {
  padding-bottom: 0;
}

.button-text-9 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.grid-wrapper-10 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.card-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #eff3f6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 360px;
  margin: -1px;
  padding: 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.underline-hover-fill {
  background-color: #cfdae2;
  width: 100%;
  height: 100%;
}

.subtitle-41 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.section-37 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.stacked-description-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.underline-hover-wrapper.top {
  top: -1px;
  bottom: auto;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.undeline-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.horizontal-line-8 {
  background-color: #eff3f6;
  height: 1px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 10%;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.stacked-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 24px;
  display: grid;
}

.footer-verticle-line {
  background-color: #eff3f6;
  width: 1px;
  height: 100%;
}

.body-display-22 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-22.small {
  font-size: 14px;
}

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.grid-wrapper-11 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.brand-3 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand-3.dark {
  color: #000;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-list-wrapper.hide {
  display: none;
}

.subtitle-42 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-42.small {
  font-size: 8px;
}

.section-38 {
  background-color: var(--white);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hyperlink {
  color: #445663;
  text-decoration: none;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.fill-2 {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.grid-wrapper-12 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.clip-3 {
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.subtitle-43 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-43.light {
  color: #fffc;
}

.section-39 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-39.clip-3 {
  z-index: 10;
  margin-top: 100px;
  display: block;
}

.avatar {
  background-image: url('../images/Bewerbungsbild2.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-003 {
  background-image: url('../images/20643477_10210031199355997_5829708291313834931_o.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-002 {
  background-image: url('../images/sohphie-moore-team-member-brix-templates-avatar-picture.jpeg');
  background-position: 50% 10%;
}

.section-scroll-cover {
  z-index: 0;
  justify-content: center;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-wrapper-4 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.testimonial-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 60px;
  display: grid;
}

.overlay-6 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay-6.dark {
  background-color: #0a1118b3;
}

.background-4 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-4.testimonial-background {
  background-image: url('../images/tommy-van-kessel-_tnkR2gu3kw-unsplash.jpg');
  background-position: 50%;
}

.banner-content-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.client-avatar {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

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

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button-5 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.verticle-line-5 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-13 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.section-40 {
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-40.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-content-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  border: 1px solid #889ea833;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.hover-line-fill-4 {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.legal-link {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.body-display-23 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-23.small {
  font-size: 14px;
  line-height: 1.45em;
}

.subtitle-44 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-44.small {
  font-size: 9px;
}

.footer-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 24px;
  display: grid;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-credits-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 24px;
  display: flex;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.menu-list-item-2 {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  color: #000;
  grid-template-rows: 25px;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.filter-fill {
  background-color: #fff;
  border-bottom: 1px solid #eef0f6;
  width: 100%;
  min-height: 55px;
  margin-top: 1px;
  display: none;
  position: sticky;
  top: 80px;
}

.filter-bottom-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -24px;
  padding-top: 48px;
  padding-bottom: 24px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.filter-reset {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.filter-form-box {
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.grey-fill {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.select-scroll-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.hide-submit-button {
  display: none;
}

.body-display-24 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-24.extra-small {
  font-size: 12px;
  line-height: 1.45em;
}

.verticle-line-6 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-6.dark {
  background-color: #eef0f6;
}

.scroll-gradient {
  z-index: 20;
  background-image: linear-gradient(#0000, #fff 80%);
  height: 36px;
  position: absolute;
  inset: auto 0% 0;
}

.scroll-gradient.top {
  z-index: 30;
  background-image: linear-gradient(#fff 20%, #0000);
  height: 28px;
  inset: 0 0% auto;
}

.dropdown-toggle-3 {
  z-index: 50;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 11px;
  line-height: 1.25em;
  display: flex;
}

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

.dropdown-lottie-3 {
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.card-icon {
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.menu-title {
  margin-top: 0;
  font-size: 17px;
}

.select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  margin: -18px 0;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.menu-hover-background {
  background-color: #f7f7fa;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.filter-title {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 36px;
  margin-top: -36px;
  padding-bottom: 12px;
  padding-left: 80px;
  display: none;
}

.filter-dropdown {
  z-index: 30;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-top-style: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 190px;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-dropdown.no-height {
  height: auto;
}

.dropdown-list-4 {
  background-color: #dddddd1a;
}

.dropdown-list-4.w--open {
  z-index: 25;
  background-color: #ddd0;
  margin-top: -12px;
  margin-left: -37px;
  margin-right: -37px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list-4.left {
  margin-left: -1px;
}

.form-2 {
  width: 100%;
  position: relative;
  overflow: auto;
}

.reset-icon {
  border: 1px solid #eef0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
}

.in-page-filter {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  background-color: #dce1e5;
  border-bottom: 1px solid #eef0f6;
  border-right: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  height: 80px;
  min-height: 55px;
  margin-top: 1px;
  padding: 12px 36px 12px 80px;
  display: grid;
  position: relative;
}

.basic-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.basic-dropdown.left {
  border-left: 1px solid #eef0f6;
  padding-left: 36px;
}

.in-page-filter-bar {
  z-index: 25;
  height: 0;
  max-height: 0;
  display: none;
  position: sticky;
  top: 62px;
}

.select-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  margin-left: -18px;
  margin-right: -18px;
  display: grid;
  position: relative;
  overflow: auto;
}

.home-hero-copy {
  color: #fff;
  justify-content: center;
  height: 92vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.stacked-heading-5---2, .stacked-heading-5---3 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  display: none;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.body-display-25 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-25.light {
  color: #ffffffe6;
}

.hero-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  margin-right: 50px;
}

.grid-wrapper-14 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.xxl-heading-6 {
  font-size: 52px;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body-display-26 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-26.light {
  color: #ffffffe6;
}

.hero-intro-4 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  margin-top: 0;
  padding-left: 85px;
  display: grid;
}

.grid-wrapper-15 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.inner-page-hero-2 {
  justify-content: center;
  min-height: 750px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.xxl-heading-7 {
  font-size: 52px;
}

.xxl-heading-7.one {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
}

.xxl-heading-7.one.gh {
  font-size: 35px;
  font-weight: 300;
}

.background-wrapper-5 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-7 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.background-5 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-5.contact-background {
  background-image: url('../images/david-hertle-91vT3TgzSp4-unsplash.jpg');
}

.background-5.testimonial-background {
  background-image: url('../images/016.jpeg');
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-strip-wrapper.tilted {
  transform: rotate(25deg);
}

.number-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: visible;
}

.number-circle.small {
  width: 380px;
  height: 380px;
}

.section-41 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-41.grey {
  background-color: #f7f7fa;
}

.section-41.grey.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.number-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.outline-button-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button-6.light {
  color: #fff;
  border-color: #fff3;
}

.stacked-intro-5 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro-5.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
  max-width: 650px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.testimonial-background {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-image: url('../images/Background_clipped.jpg');
  background-position: 50% 45%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 12px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.testimonial-background.large {
  align-content: center;
  min-height: auto;
  position: absolute;
}

.button-text-11 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.fill-3 {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-intro.small-width {
  max-width: 450px;
  display: flex;
}

.left-intro.verticle {
  grid-row-gap: 12px;
  flex-flow: column;
  grid-auto-flow: row;
  display: block;
}

.looping-image {
  width: 100%;
  display: block;
}

.body-display-27 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-27.dual-paragraph {
  border-right: 1px solid var(--light_white);
  border-left: 1px solid var(--light_white);
  color: var(--backround_alt_dark);
  text-align: justify;
  column-count: 2;
  column-rule: 1px solid var(--light_white);
  column-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.inner-number-circle {
  z-index: 25;
  background-color: #f7f7fa;
  border-radius: 100%;
  width: 85%;
  height: 85%;
  position: relative;
}

.inner-number-circle.light {
  background-color: #fff;
}

.number-circle-background {
  background-color: #06080f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.solid-button-outline-2 {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-2.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline-2.right {
  inset: 0% auto 0% -74px;
}

.grid-wrapper-16 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.number-2 {
  margin-bottom: 9px;
  font-size: 56px;
}

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.subtitle-line.dark.right {
  margin-left: -4px;
}

.stacked-heading-7 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-title {
  color: #707788;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.stacked-soon {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.number-circle-content {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  inset: auto;
}

.looping-screen {
  background-image: url('../images/Rythm-comp-two.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 105%;
  width: 25vw;
  min-width: 300px;
  height: 31vw;
  max-height: 600px;
  margin-bottom: 0;
}

.looping-screen.small {
  width: 22vw;
  min-width: 275px;
  height: 30vw;
  min-height: 275px;
  max-height: 600px;
  overflow: hidden;
}

.looping-screen.eight {
  background-image: url('../images/Portrait23.jpeg');
}

.looping-screen.two {
  background-image: url('../images/Portrait003.jpg');
}

.looping-screen.eleven {
  background-image: url('../images/Portrait001.jpg');
}

.looping-screen.five {
  background-image: url('../images/Portrait019.jpeg');
}

.looping-screen.nine {
  background-image: url('../images/Portrait007.jpeg');
}

.looping-screen.one {
  background-image: url('../images/Portrait24.jpeg');
}

.looping-screen.seven {
  background-image: url('../images/Portrait010.jpeg');
}

.looping-screen.four {
  background-image: url('../images/Portrait21.jpeg');
}

.looping-screen.twelve {
  background-image: url('../images/Portrait016.jpeg');
}

.looping-screen.ten {
  background-image: url('../images/Portrait006.jpg');
}

.looping-screen.six {
  background-image: url('../images/Portrait0018.jpeg');
}

.looping-screen.three {
  background-image: url('../images/Portrait012.jpeg');
}

.testimonial-image-strip {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image-strip.three {
  margin-top: 35px;
  margin-bottom: -35px;
}

.testimonial-image-strip.two {
  margin-top: 15px;
  margin-bottom: -15px;
}

.testimonial-image-strip.one {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-image-strip.four {
  margin-top: 55px;
  margin-bottom: -55px;
}

.number-circle-outline {
  z-index: 30;
  border: 1px solid #e1e4ee;
  border-radius: 100%;
  width: 75%;
  height: 75%;
  position: absolute;
  inset: auto;
}

.number-circle-outline.light {
  border-color: #eef0f6;
}

.section-42 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-42.no-top-padding {
  background-color: #f7f7fa;
  padding-top: 0;
  padding-bottom: 0;
}

.dual-grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.dual-grid-2.padd {
  padding-top: 20px;
  padding-left: 20px;
}

.body-display-28 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-28.small {
  font-size: 14px;
  line-height: 1.5em;
}

.stacked-description-3 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 140px;
  display: grid;
}

.grid-wrapper-17 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 1fr
  / minmax(5vw, 1fr) minmax(auto, 1600px);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
  position: relative;
}

.grid-wrapper-17.blog-post-overlay, .grid-wrapper-17.kl {
  margin-bottom: 0;
}

.stacked-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  display: grid;
}

.stacked-content-2.fg {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.stacked-heading-8 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrapper.three-card-grid {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.small-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border: 1px #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 36px;
  display: grid;
}

.small-card-2.top-border {
  border-top-style: solid;
}

.h7 {
  font-size: 30px;
  font-weight: 600;
}

.l {
  margin-bottom: 0;
}

.body-display-29 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-29.light {
  color: #ffffffe6;
}

.slider-background-wrapper-2 {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-12 {
  z-index: 10;
  color: var(--light_white);
  padding-left: 4px;
  position: relative;
}

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

.outline-button-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button-7.light {
  color: #fff;
  border-color: #ffffff4d;
}

.hero-section {
  justify-content: center;
  min-height: 60vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.slider-background-2 {
  filter: blur(2px);
  background-image: url('../images/Photo-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background-2.three {
  filter: none;
  background-image: url('../images/Photo-4.jpg');
  background-position: 50%;
}

.slider-background-2.two {
  background-image: url('../images/nonsap-visuals-z65bg9SI-9I-unsplash.jpg');
}

.slider-background-2.two.ui {
  filter: blur(1px);
  background-image: url('../images/Photo-4.jpg');
}

.overlay-8 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.mask-2 {
  overflow: visible;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.image-21 {
  min-width: 100%;
  min-height: 100%;
}

.right-menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.faq-block-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.section-43 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-43.grey {
  background-color: #f7f7fa;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-right: 0;
  display: grid;
}

.fill-4 {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.faq-sidebar {
  background-color: #06080f;
  border-radius: 2px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  min-height: 350px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.body-display-30 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-30.small {
  font-size: 14px;
  line-height: 1.5em;
}

.menu-list-title {
  border-bottom: 1px solid #eef0f6;
  padding-bottom: 18px;
}

.menu-list-title.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-color: #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title {
  color: #707788;
  background-color: #f7f7fa;
  border-radius: 2px;
  padding: 28px 24px 28px 36px;
  font-size: 16px;
  font-weight: 500;
}

.solid-button-outline-3 {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-3.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline-3.light {
  border-color: #fff;
}

.solid-button-outline-3.right {
  inset: 0% auto 0% -74px;
}

.card-title {
  font-size: 20px;
  line-height: 1.3em;
}

.card-title.small {
  font-size: 18px;
}

.faq-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-bottom: 1px solid #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  min-height: 100px;
  padding: 38px 24px 38px 36px;
  display: grid;
}

.faq-item.w--current {
  background-color: #fff0;
}

.faq-item.bottom {
  border-bottom-style: none;
}

.grid-wrapper-18 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

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

.rt-number-img-bg-inner-copy {
  z-index: 4;
  color: var(--radiant-ui-components-library--color--theme-color);
  border-radius: 83%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  position: relative;
  left: 0;
}

.rt-number-img-bg-inner-copy:hover {
  background-image: url('../images/01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.rt-number-img-bg-inner-copy.overlay {
  background-color: var(--none);
  background-image: url('../images/Group-1009002136.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
}

.button-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-15:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-15.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-15.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.subtitle-45 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.nav-menu-5 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.left-navbar-2 {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.brand-4 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.nav-link-5 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-5.w--current {
  color: #090b19;
}

.menu-lottie-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stacked-description-4 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-4.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.navbar-5 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-13 {
  z-index: 10;
  position: relative;
}

.mega-menu-2 {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.body-display-31 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.button-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-16:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-16.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-16.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-16.grey-outline.small {
  padding-left: 20px;
  padding-right: 20px;
}

.subtitle-46 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.nav-menu-6 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.left-navbar-3 {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  margin-top: -3px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.brand-5 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  font-size: 22px;
  display: flex;
}

.nav-link-6 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-6.w--current {
  color: #090b19;
}

.menu-lottie-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stacked-description-5 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-5.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.navbar-6 {
  z-index: 50;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-14 {
  z-index: 10;
  position: relative;
}

.mega-menu-3 {
  z-index: 29;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.body-display-32 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.testimonial-client-2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.section-44 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-44.dark {
  background-color: #06080f;
}

.testimonial-wrapper-2 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.testimonial-text-3 {
  color: #fff;
  font-size: 32px;
}

.video-bottom {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 116px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.grey-fill-2 {
  z-index: 10;
  background-color: #f7f7fa;
  width: 100%;
  position: relative;
}

.section-scroll-cover-2 {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 50vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.client-avatar-2 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.circle-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.slider-arrow-line {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.video-meta {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
  position: relative;
  inset: auto;
}

.testimonial-arrow-line-2 {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 112px;
  overflow: hidden;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.avatar-2 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar-2.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.avatar-2.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.testimonial-slide-arrow-2 {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 112px 0%;
  overflow: visible;
}

.testimonial-slide-arrow-2.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.banner-content-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 240px;
  padding-bottom: 220px;
  display: flex;
}

.grid-wrapper-19 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hover-line-fill-5 {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.hover-line-fill-5.light {
  background-color: #fff;
}

.testimonial-content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 80px;
  display: grid;
}

.section-cover {
  z-index: 100;
  background-color: #f7f7fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-outline-2 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline-2.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline-2.light {
  border-color: #fff;
}

.circle-outline-2.top {
  inset: 0% 0% auto auto;
}

.circle-outline-2.right {
  inset: auto 0 auto auto;
}

.circle-outline-2.left {
  top: auto;
}

.circle-outline-2.bottom {
  inset: auto 0% 0% auto;
}

.video-plus {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.hide-slide-nav {
  display: none;
}

.plus-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0%;
}

.plus-line.verticle {
  width: 1%;
  height: 100%;
  left: auto;
  right: auto;
}

.circle-link-text-2 {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12px;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-text-2.left {
  grid-template-columns: 12px 1fr;
  justify-content: end;
  padding-left: 44px;
  padding-right: 0;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.testimonial-name-2 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

.avatar-3 {
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar-3.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar-3.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar-3.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar-3.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.rotate-text-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.body-display-33 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-33.light {
  color: #fff;
}

.featured-work-slider {
  z-index: 25;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.slider-section-2 {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.line-fill-5 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill-5.light {
  background-color: #fff3;
}

.slider-bottom-2 {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.subtitle-47 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-47.light {
  color: #fffc;
}

.hero-bottom-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-wrapper-6 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-arrow-icon-3 {
  opacity: .3;
  width: 18px;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.background-6 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-6.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.testimonial-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-text-4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.client-avatar-3 {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.overlay-9 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-9.dark {
  background-color: #0a101da6;
}

.slide-nav-3 {
  display: none;
}

.testimonial-name-3 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-arrow-line-3 {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.testimonial-slide-arrow-3 {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow-3.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.subtitle-48 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle-48.light {
  color: #fffc;
}

.section-45 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-45.clip {
  z-index: 10;
}

.section-scroll-cover-3 {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-wrapper-7 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-content-4 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 60px;
  display: grid;
}

.overlay-10 {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay-10.dark {
  background-color: #0a1118b3;
}

.content-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-content-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.client-avatar-4 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.testimonial-client-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.circle-button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.hero-content-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.body-display-34 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-34.light {
  color: #ffffffe6;
}

.hero-intro-5 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.outline-button-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button-8.light {
  color: #fff;
  border-color: #ffffff4d;
}

.hero-section-2 {
  justify-content: center;
  min-height: 70vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-background-3 {
  background-image: url('../images/042.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background-3.three {
  background-image: url('../images/036.jpeg');
  background-position: 50%;
}

.slider-background-3.two {
  background-image: url('../images/037.jpeg');
}

.mask-3 {
  overflow: visible;
}

.section-46 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-46.dark {
  background-color: #06080f;
}

.section-46.dark.no-padding.clip {
  max-height: 70vh;
  display: none;
}

.testimonial-wrapper-4 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.testimonial-text-5 {
  color: #fff;
  font-size: 32px;
}

.testimonial-name-4 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grey-fill-3 {
  z-index: 10;
  background-color: #f7f7fa;
  width: 100%;
  position: relative;
}

.section-scroll-cover-4 {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.client-avatar-5 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.banner-content-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.circle-button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.testimonial-arrow-line-4 {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 112px;
  overflow: hidden;
}

.grid-wrapper-20 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hover-line-fill-6 {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.hover-line-fill-6.light {
  background-color: #fff;
}

.overlay-11 {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-11.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.overlay-11.gradient.dark {
  background-color: #090f16a6;
  background-image: linear-gradient(#090f1666 5%, #090f1600 50%, #090f16bf 95%);
  display: block;
}

.overlay-11.light {
  background-color: #090f1633;
}

.testimonial-content-5 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 80px;
  display: grid;
}

.circle-outline-3 {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline-3.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline-3.light {
  border-color: #fff;
}

.circle-outline-3.top {
  inset: 0% 0% auto auto;
}

.circle-outline-3.right {
  inset: auto 0 auto auto;
}

.circle-outline-3.left {
  top: auto;
}

.circle-outline-3.bottom {
  inset: auto 0% 0% auto;
}

.circle-link-text-3 {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12px;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-text-3.left {
  grid-template-columns: 12px 1fr;
  justify-content: end;
  padding-left: 44px;
  padding-right: 0;
}

.paragraph-70 {
  font-size: 18px;
  font-weight: 300;
}

.image-22 {
  color: var(--dark_royale);
}

.outline-button-9 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.sticky-services-intro-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.verticle-line-7 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.story-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-21 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-heading-9 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-47 {
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-47.grey {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.body-display-35 {
  color: #626d86;
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-35.small {
  font-size: 14px;
  line-height: 1.45em;
}

.line-fill-6 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.subtitle-49 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  vertical-align: baseline;
  font-size: 11px;
  display: inline;
}

.medium-stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.core-value-top-2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch start;
  display: grid;
}

.full-stacked-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value-2 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.horizontal-line-9 {
  background-color: #889ea833;
  height: 1px;
}

.heading-52 {
  font-size: 2rem;
  font-weight: 600;
}

.heading-53 {
  color: var(--white);
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  word-break: normal;
  overflow-wrap: normal;
  font-weight: 400;
}

.overlay-faq {
  opacity: .14;
  background-image: url('../images/card-03_1card-03.webp');
  background-position: 0 0;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.column {
  border-bottom: 1px solid var(--light_white);
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: flex;
}

.column.dark {
  border-bottom-color: var(--backround_alt);
}

.column-2, .column-3, .columns, .columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spalte {
  text-transform: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.heading-54 {
  font-weight: 600;
}

.menu-list-item-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item-3:hover {
  color: #090b19;
}

.menu-list-item-3.w--current {
  color: #090b19;
  padding-left: 36px;
}

.text-span-24 {
  text-transform: none;
  font-weight: 300;
  text-decoration: underline;
}

.subtitle-50 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-50.small {
  font-size: 12px;
}

.subtitle-50.white {
  color: #fff;
}

.body-display-36 {
  color: #6e7488;
  text-align: justify;
  font-size: 16px;
  line-height: 1.6em;
}

.button-text-16 {
  z-index: 10;
  position: relative;
}

.section-48 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw 0;
  display: flex;
  position: relative;
}

.card-hover-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: justify;
  border-top: 1px #ecf0f1;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-description-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.horizontal-line-10 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line-10.white {
  background-color: #ffffff1f;
}

.banner-content-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay-3 {
  z-index: 1;
  background-color: #090b194d;
  border: 1px #000;
  border-left: 1px solid #ecf0f1;
  position: absolute;
  inset: 0%;
}

.image-overlay-3.dark-overylay {
  background-color: #090b1973;
}

.subtitle-wrapper-7 {
  margin-bottom: 18px;
  overflow: hidden;
}

.page-hero-2 {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 500px;
  padding-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-55 {
  z-index: 10;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.inner-page-hero-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  height: 100%;
  padding-bottom: 40px;
  display: grid;
}

.tabelle {
  margin-top: 140px;
  margin-bottom: 60px;
}

.outline-button-10 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.service-bottom-content-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.service-bottom-content-2.padding {
  padding-bottom: 80px;
}

.service-bottom-content-2.padding.hi {
  grid-template-columns: 1fr 6px 1fr;
  padding-top: 40px;
  padding-bottom: 60px;
}

.service-bottom-content-2.nopad {
  grid-template-columns: 1fr 3px 1fr;
  padding-top: 40px;
}

.verticle-line-8 {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.grid-wrapper-22 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-heading-10 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-49 {
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-49.grey {
  background-color: #eef0f6;
}

.section-49.kl {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hover-line-fill-7 {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

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

.service-item-top-2.padding {
  padding-top: 80px;
  padding-bottom: 0;
}

.service-overview-2 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-37 {
  color: #626d86;
  text-align: justify;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-37.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display-37._2nd {
  text-align: justify;
  padding-top: 23px;
}

.line-fill-7 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.subtitle-51 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  height: auto;
  font-size: 11px;
}

.services-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-stacked-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.services-dual-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.service-list-item-2 {
  cursor: pointer;
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.body-display-38 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-38.medium-width {
  max-width: 700px;
  line-height: 1.5em;
}

.stacked-heading-11 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-25, .text-span-26, .text-span-27 {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.service-link-3 {
  color: #000;
  border-right: 1px #889ea833;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-23 {
  width: 100%;
  height: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -34px;
  overflow: clip;
}

.image-24 {
  width: auto;
  max-width: none;
  height: 100%;
}

.services-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.subtitle-52 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.hover-line-3 {
  color: #bec3c7;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill-8 {
  background-color: #49647b;
  width: 100%;
  height: 100%;
}

.text-block-43 {
  color: #ecf0f1;
}

.service-card-hover-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0f51c7;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -12px 0% auto;
}

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

.section-50.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-wrapper-23 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display-39 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-39.small {
  color: #ecf0f1;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45em;
}

.image-25 {
  width: auto;
  max-width: none;
  height: 100%;
  margin-right: 0;
  position: relative;
  inset: auto 140px 0% auto;
}

.section-51 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-51.grey {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.subtitle-53 {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.outline-button-11 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.grid-wrapper-24 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

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

.about-numbers-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.number-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.dual-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 200px;
  display: grid;
}

.core-value-3 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  border: 1px #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding: 24px;
  display: grid;
  position: relative;
}

.subtitle-54 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.section-52.grey {
  background-color: var(--white);
  text-overflow: clip;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aspect-ratio-large-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 400px;
  height: 500px;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.line-fill-8 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.horizontal-line-11 {
  background-color: #889ea833;
  height: 1px;
}

.about-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value-top-3 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.medium-stacked-intro-4 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.grid-wrapper-25 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display-40 {
  color: #434a5a;
  text-align: justify;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-40.small {
  font-size: 14px;
  line-height: 1.45em;
}

.div-block-9 {
  color: #fff;
  border-top: 1px solid #2d3e4f;
  width: 70%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.dual-title-3 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.verticle-line-9 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-9.dark {
  background-color: #eff3f6;
}

.outline-button-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.indicator-fill-2 {
  background-color: #cfdae2;
  width: 100%;
  height: 80px;
}

.indicator-fill-2.light {
  background-color: #b3bcc466;
}

.subtitle-55 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.section-53 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-53.bottom-border {
  border-bottom: 1px solid #eff3f6;
  margin-bottom: 140px;
}

.scroll-tracker {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 65px;
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.content-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.solid-button-outline-4 {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-4.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline-4.right {
  inset: 0% auto 0% -74px;
}

.nav-logo-2 {
  background-color: var(--white);
  color: #c5c5c5;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 100%;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.nav-logo-2:hover {
  color: #fff;
}

.navbar-7 {
  background-color: #0000;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-wrapper {
  background-color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-7 {
  background-color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-link-7 {
  color: #c5c5c5;
  text-transform: uppercase;
  background-color: #1a1a1a;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  font-size: .8rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-link-7.first {
  padding-left: 4rem;
}

.nav-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: grid;
}

.image-26 {
  overflow: clip;
}

.image-27 {
  align-self: auto;
}

.subtitle-56 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.nav-link-8 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-8.w--current {
  color: #090b19;
}

.stacked-description-6 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-6.horizontal {
  grid-column-gap: 12px;
  border-bottom: 1px solid var(--dark_white);
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
  padding-bottom: 10px;
}

.button-text-19 {
  z-index: 10;
  position: relative;
}

.body-display-41 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.stacked-description-7 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.subtitle-57 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.nav-menu-8 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.mega-menu-4 {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.left-navbar-4 {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.mega-menu-overlay-2 {
  z-index: 20;
  background-color: #090b1980;
  display: block;
  position: fixed;
  inset: 0%;
}

.brand-6 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.menu-lottie-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stacked-description-8 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-8.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.navbar-8 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-20 {
  z-index: 10;
  position: relative;
}

.body-display-42 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-44, .text-block-45, .heading-56 {
  color: var(--black);
}

.border {
  border: 1px solid var(--light_white);
  width: 1px;
  display: flex;
}

.hover-line-4 {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.outline-button-13 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.service-item-bottom-2 {
  overflow: hidden;
}

.grid-wrapper-26 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-heading-12 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-54 {
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-54.grey {
  background-color: #eef0f6;
}

.hover-line-fill-9 {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

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

.service-overview-3 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-43 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-43.small {
  font-size: 14px;
  line-height: 1.45em;
}

.line-fill-9 {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.subtitle-58 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.services-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-dual-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.service-list-item-3 {
  cursor: pointer;
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.right-dual {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.left-arrow {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow.right {
  left: 60px;
}

.tool-tip-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 12px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section-55 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-55.grey {
  background-color: #f7f7fa;
}

.section-55.grey.no-padding.cut {
  background-color: #0000;
  margin-top: -36px;
  display: none;
  overflow: hidden;
}

.grey-fill-4 {
  z-index: 10;
  background-color: #f7f7fa;
  width: 100%;
  position: relative;
}

.grey-fill-4.top {
  margin-top: 36px;
}

.tool-tip {
  color: #000;
  border: 1px #e1e4ee;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-decoration: none;
  position: relative;
}

.button-text-22 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.fill-5 {
  background-color: #fff;
  width: 100%;
  margin-top: -36px;
}

.body-display-44 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-44.extra-small {
  font-size: 12px;
  line-height: 1.45em;
}

.cards-mask {
  width: 40%;
  max-width: 525px;
  overflow: visible;
}

.cards-mask.medium {
  width: 65%;
  max-width: 575px;
}

.solid-button-outline-5 {
  border: 1px solid #cbd0dd;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-5.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline-5.right {
  inset: 0% auto 0% -74px;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solid-video-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-button-outline.dark {
  border-color: #eef0f6;
}

.solid-video-button-outline.extra-dark {
  border-color: #e1e4ee;
}

.grid-wrapper-27 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tooltip-letter {
  color: #707788;
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.tooltip-info {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 220px;
  padding: 9px 12px;
  display: grid;
}

.template-slider {
  width: 100%;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.stacked-heading-13 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-button-outline.small {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.video-button-outline.extra-small {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.card-slide {
  margin-right: 36px;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-outline.small {
  border-color: #cbd0dd;
  width: 48px;
  height: 48px;
}

.video-outline.extra-small {
  width: 40px;
  height: 40px;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

.cards-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.tooltip-corner {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #eef0f6;
  border-style: none solid solid none;
  border-radius: 0 0 2px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: relative;
  transform: rotate(45deg);
}

.navbar-6-copy {
  z-index: 50;
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hover-line-5 {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.dropdown-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #889ea833;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

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

.dropdown-link-2.bottom {
  border-bottom-style: none;
  margin-bottom: 1px;
}

.nav-menu-9 {
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: -50px;
}

.social-toggle {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.dropdown-7 {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.navigation-content-2 {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.social-circle {
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.nav-right-2 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.dropdown-list-5 {
  background-color: #0000;
}

.dropdown-list-5.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.brand-7 {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.nav-button-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.navbar-9 {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.lottie-animation-3 {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.nav-link-9 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px 20px 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.nav-link-9:hover {
  color: var(--dark_royale);
  mix-blend-mode: normal;
}

.nav-link-9:active {
  box-shadow: none;
  color: var(--royal-blue);
}

.nav-link-9.w--current {
  color: #000;
}

.nav-link-9.alt {
  color: var(--black);
}

.nav-link-9.alt.w--current {
  color: var(--black);
  padding-right: 20px;
}

.card-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  border: 1px #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: none;
}

.dual-title-4 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.body-display-45 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-45.small {
  font-size: 14px;
}

.verticle-line-10 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line-10.dark {
  background-color: #eff3f6;
}

.button-text-24 {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.grid-wrapper-28 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.outline-button-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.card-6 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eff3f6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 300px;
  margin: -1px;
  padding: 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.subtitle-59 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.section-56 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.stacked-description-9 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line-12 {
  background-color: #eff3f6;
  height: 1px;
}

.content-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-58 {
  font-size: 30px;
}

.heading-59 {
  font-size: 32px;
  font-weight: 400;
}

.text-block-46, .text-block-47, .text-block-48 {
  color: var(--white);
}

.image-28 {
  max-width: none;
  height: 50px;
}

.text-block-49, .text-block-50 {
  letter-spacing: 2.5px;
  font-size: 13px;
  font-weight: 600;
}

.heading-53-copy {
  color: var(--white);
  font-size: 35px;
  font-weight: 900;
}

.faq-block-wrapper-lasek {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.line-horizontal {
  background-color: #1a1a1a;
  width: 100%;
  height: 1px;
}

.line-horizontal.light {
  background-color: #6c6c6c;
}

.overflow-hidden {
  margin-bottom: 224px;
  overflow: hidden;
}

.text-size-large-2 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-size-large-2.text-color-white {
  color: var(--black);
}

.tab-intro-wrapper {
  z-index: 5;
  align-items: center;
  max-width: 20rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 2.5rem;
}

.tab-content-wrapper {
  z-index: 5;
  position: absolute;
  inset: auto 0% 2.5rem;
}

.section-57 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.section-57.tab {
  background-color: var(--white);
  width: 100%;
  min-height: 90vh;
  display: none;
}

.tab-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-cta {
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color .3s;
  position: relative;
}

.tab-cta:hover {
  background-color: #fff9;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.plus-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.plus-icon-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: static;
}

.plus-icon-line.second {
  width: 1px;
  height: auto;
  position: absolute;
  top: 4px;
  bottom: 4px;
}

.dark-bg {
  background-color: #fefefe;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 3%;
}

.answer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14.2rem;
  padding: 1.5rem;
  line-height: 1.35;
  display: flex;
  position: absolute;
}

.answer-container.third {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: auto;
  inset: 45px -4px auto auto;
}

.answer-container.second {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 14rem;
  height: auto;
  inset: 4px auto auto 34px;
}

.answer-container.first {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: auto;
  inset: -213px 6px auto -205px;
}

.tab-cta-holder {
  position: relative;
}

.tab-cta-holder.first {
  object-position: 100% 50%;
  position: absolute;
  inset: 24% auto auto 11%;
}

.tab-cta-holder.third {
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 33% 32%;
}

.tab-cta-holder.second {
  object-position: 100% 50%;
  position: absolute;
  inset: 44% 0% auto 228px;
}

.answer-heading {
  text-transform: none;
  font-size: 24px;
}

.tab-holder {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.image-wrapper.tab {
  z-index: 5;
  width: 18rem;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
  right: -100px;
}

.container-horizontal {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #c5c5c5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-57-copy {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.section-57-copy.tab {
  background-color: var(--white);
  width: 100%;
  min-height: 90vh;
  display: none;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

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

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

.uui-page-padding {
  background-color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center-6 {
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content {
  margin-bottom: 4rem;
}

.uui-blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_tag-list-wrapper {
  width: 50%;
}

.uui-blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost01_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-blogpost01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost01_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.heading-61, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74 {
  margin-bottom: 40px;
}

.heading-68 {
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .section-title.black {
    overflow: visible;
  }

  .section-title.black.align-left {
    font-weight: 300;
  }

  .white-hero-title {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .hero-block-overlay.business-2 {
    border: 1px #000;
  }

  .full-hero-content-block {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 0 dotted #000;
    border-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .logo.fixed {
    margin-left: 0;
    margin-right: 0;
  }

  .button-2.is-secondary.text-color-black, .heading-style-h4 {
    font-weight: 400;
  }

  .text-span-18 {
    color: var(--black);
    font-size: 1.2rem;
    font-weight: 700;
  }

  .layout246_content.margin-bottom {
    margin-bottom: 5rem;
  }

  .process-tab-button-2.cutting_img {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-tab-button-2.cutting_img.w--current {
    color: #bf3a30;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-tab-button-2.cutting_img.lasek {
    background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-2.png');
    background-size: auto, cover;
  }

  .process-tab-button-2.cutting_img.lasek.w--current {
    background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-2.png');
    background-size: auto, cover;
  }

  .process-tab-button-2.laser_img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-tab-button-2.laser_img.lasek {
    background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-3.png');
    background-size: auto, cover;
  }

  .process-tab-button-2.laser_img.lasek.w--current {
    background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-3.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .process-tab-button-2.closing_img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-tab-button-2.closing_img.w--current {
    color: #000;
  }

  .process-tab-button-2.closing_img.lasek {
    background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-4.png');
    background-size: auto, cover;
  }

  .process-tab-button-2.closing_img.lasek.w--current {
    background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-4.png');
    background-size: auto, cover;
  }

  .process-tab-button-2.bet-ubung_img {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-tab-button-2.bet-ubung_img.w--current {
    color: #bf3a30;
    padding-top: 24px;
    font-weight: 900;
  }

  .process-tab-button-2.bet-ubung_img.lasek {
    background-image: linear-gradient(#00000080, #00000080), url('../images/prk_procedure-1.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .process-tab-button-2.bet-ubung_img.lasek.w--current {
    background-image: linear-gradient(#0000, #0000), url('../images/prk_procedure-1.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .text-size-medium-6.max-width-large.subheading {
    margin-bottom: 0;
  }

  .process-tab-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .italic-text-3 {
    font-size: 16px;
  }

  .section-3.tint {
    color: #000;
  }

  .heading-16.u.section-title {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
  }

  .rl-heading-style-h4 {
    color: var(--dark_royale);
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .rl-padding-section-large-3 {
    padding-top: 2rem;
  }

  .rl-text-style-medium-3 {
    font-family: Source Sans Pro, sans-serif;
  }

  .kontakt_standorte-sektion-2_component {
    margin-bottom: 100px;
  }

  .rl-heading-style-h2-3 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
  }

  .rl-text-style-link {
    font-family: Source Sans Pro, sans-serif;
  }

  .h11 {
    font-weight: 400;
  }

  .heading-19.jk {
    font-family: Source Sans Pro, sans-serif;
  }

  .custom-list-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-36 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
  }

  .rt-app-development-future-strategy-icon-box-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-12 {
    max-width: 250px;
  }

  .rt-home-one-progress-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .custom-list-item-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .two_column_content {
    max-width: 33.1875rem;
    margin-left: 5.5rem;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-grid-wrapper {
    height: 95vh;
  }

  .xxl-heading {
    font-size: 68px;
  }

  .hero-middle {
    max-width: 900px;
  }

  .founder-grid, .journal-card-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .card-hover-item {
    padding: 0;
  }

  .large-heading.two {
    color: var(--elements-webflow-library--secondary--color-2);
    font-weight: 200;
  }

  .large-heading.one {
    font-weight: 400;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .sticky-section {
    width: 100%;
  }

  .core-values {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .steps-card {
    padding: 36px;
  }

  .dual-grid.pad {
    margin-bottom: 40px;
  }

  .card-hover-item-2 {
    padding: 0;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .steps-card-2 {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .inner-hero-text {
    max-width: 750px;
  }

  .xxl-heading-3 {
    font-size: 68px;
  }

  .rt-input-text.rt-body-font-7, .rt-input-text.rt-body-font-7.rt-smaller-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.2rem;
  }

  .rt-contact-two-form-main {
    border-top: 1px solid #000;
    width: 80%;
    padding-top: 100px;
  }

  .rt-textarea-3.rt-body-font-7.rt-smaller-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.2rem;
  }

  .rt-body-font-8.rt-underline-on {
    color: var(--dark_royale);
    font-family: Source Sans Pro, sans-serif;
  }

  .rt-button-arrow-3 {
    border-color: var(--dark_royale);
  }

  .rt-icon-black {
    z-index: 5;
    position: relative;
  }

  .rt-icon-black.rt-second-section-icon-hover-out {
    filter: none;
    transform: none;
  }

  .rt-contact-one {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-42 {
    color: var(--backround_alt_dark);
    font-family: Source Sans Pro, sans-serif;
  }

  .number-item-2 {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-bottom-2 {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .steps-card-3 {
    padding: 36px;
  }

  .value-card-wrapper {
    grid-column-gap: 36px;
  }

  .xxl-heading-5 {
    font-size: 68px;
  }

  .sticky-section-2 {
    width: 100%;
  }

  .sidebar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 48px;
  }

  .number-circle {
    width: 500px;
    height: 500px;
  }

  .number-circle.small {
    width: 350px;
    height: 350px;
  }

  .number-wrapper {
    grid-column-gap: 40px;
  }

  .small-card-2 {
    grid-row-gap: 60px;
  }

  .faq-item, .faq-grid {
    grid-column-gap: 80px;
  }

  .story-grid-2 {
    grid-column-gap: 100px;
  }

  .core-value-2 {
    padding: 36px;
  }

  .text-block-41, .text-block-42 {
    font-size: 16px;
  }

  .card-hover-item-3 {
    padding: 0;
  }

  .service-item-top-2 {
    grid-column-gap: 48px;
  }

  .core-value-3 {
    padding: 36px;
  }

  .service-item-top-3 {
    grid-column-gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .button.outline:hover {
    background-color: var(--backround_alt);
  }

  .button.dark-outline {
    background-color: var(--light_white);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button.alz {
    color: #000;
    background-color: #eff0f6;
    font-size: 14px;
    font-weight: 500;
  }

  .section-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .section-title.black {
    margin-top: 0;
  }

  .white-hero-title {
    font-weight: 400;
  }

  .overall-hero-description {
    color: var(--radiant-ui-components-library--color--white);
    font-weight: 400;
  }

  .full-hero-content-block {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .container-large {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
  }

  .container-large.gft {
    display: block;
  }

  .margin-bottom.margin-xsmall {
    margin-top: 1rem;
  }

  .text-align-center {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .max-width-large.align-center {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .padding-global-2 {
    margin-top: 0;
  }

  .text-size-medium-3.align-center {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faw.align-center {
    margin-top: 0;
  }

  .faw.align-center.section-title {
    margin-bottom: 40px;
  }

  .main-wrapper {
    display: flex;
  }

  .heading-21 {
    font-size: 24px;
  }

  .image-4 {
    width: 200px;
  }

  .udesly-paragraph-large {
    color: var(--white);
  }

  .text-block-27 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .uui-layout79_content.fgh {
    align-content: center;
    place-items: center stretch;
    margin-top: 0;
  }

  .uui-layout79_content.fgh.gj {
    margin-top: 100px;
  }

  .uui-container-large-3 {
    max-width: 1200px;
  }

  .uui-page-padding-6 {
    background-color: var(--white);
  }

  .uui-footer03_details-wrapper {
    margin-bottom: 40px;
  }

  .uui-footer03_top-wrapper {
    align-content: center;
    place-items: end start;
  }

  .uui-footer03_link {
    color: var(--black);
  }

  .uui-footer03_bottom-wrapper {
    border-top-width: 2px;
    border-top-color: var(--dark_white);
    justify-content: center;
    margin-top: 1rem;
  }

  .rt-about-blog-card-paragraph {
    opacity: 1;
    font-size: 1.1vw;
    line-height: 2vw;
  }

  .rt-partners-marquee-main-wrap {
    background-color: #fff;
  }

  .section-title-copy {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rt-component-section-7.kl {
    background-image: none;
    border-radius: 20px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
    border-radius: 7px;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 100px;
  }

  .brix---grid-top---text-2-buttons {
    margin-bottom: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .two_column_content {
    max-width: 33.1875rem;
  }

  .two_column-thumb_wr {
    max-width: 100%;
  }

  .brix---header-wrapper {
    box-shadow: 0 2px 5px #0003;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .founder-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .journal-card-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .page-hero {
    min-height: 90vh;
  }

  .xxl-heading-2.two {
    text-transform: uppercase;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-background-image-3.team-background {
    background-image: url('../images/AdobeStock_955351812.jpeg');
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .services-card-2 {
    padding: 48px;
  }

  .core-values {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .steps-card {
    padding: 36px;
  }

  .services-card-3 {
    padding: 48px;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .service-bottom-content, .service-item-top {
    grid-column-gap: 60px;
  }

  .subtitle-31.small.white {
    color: var(--light_white);
  }

  .clip-2 {
    padding: 20px;
  }

  .number-item-2 {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .steps-card-3 {
    padding: 36px;
  }

  .number-circle {
    width: 550px;
    height: 550px;
  }

  .number-circle.small {
    width: 525px;
    height: 525px;
  }

  .number-wrapper {
    grid-column-gap: 100px;
  }

  .small-card-2 {
    grid-row-gap: 80px;
  }

  .faq-item {
    grid-auto-columns: 1fr;
  }

  .story-grid-2 {
    grid-column-gap: 120px;
  }

  .service-bottom-content-2, .service-item-top-2 {
    grid-column-gap: 60px;
  }

  .projects-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-item-top-3 {
    grid-column-gap: 60px;
  }

  .uui-page-padding {
    background-color: var(--white);
  }

  .heading-61 {
    margin-bottom: 40px;
  }

  .heading-62 {
    margin-bottom: 20px;
  }

  .heading-63, .heading-64, .paragraph-71, .heading-65, .heading-66, .heading-67 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-span-28 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .logo.fixed {
    margin-left: 0;
  }

  .code-embed {
    color: var(--dark_royale);
  }

  .container-large {
    padding-top: 0;
  }

  .text-size-medium-3.align-center {
    font-family: Source Sans Pro, sans-serif;
  }

  .align-center.section-title {
    color: var(--black);
  }

  .uber-uns_cta-sektion_component {
    margin-top: 0;
  }

  .custom-list-paragraph-imp {
    color: var(--black);
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
  }

  .title-small.is-neon {
    color: var(--dark_royale);
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
  }

  .custom-list-item {
    align-items: center;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .uui-layout01_image-wrapper {
    overflow: visible;
  }

  .uui-layout01_image.shadow-xlarge {
    border-style: none;
    border-width: .25px;
    overflow: clip;
    box-shadow: 0 2px 5px 1px #0003;
  }

  .faq-wrapper.slide-up-animation {
    min-width: 70%;
    max-width: 70%;
  }

  .rt-about-blog-card-paragraph {
    font-size: 1vh;
    line-height: 1.5vw;
  }

  .combine-feature8_content.dfd {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-component-container-7 {
    margin-bottom: 60px;
  }

  .rt-heading-six-12 {
    text-transform: none;
  }

  .brix---text-200-medium {
    color: var(--dark_white);
  }

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

  .rt-home-two-new-approch-heading {
    max-width: 100%;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600;
  }

  .rt-home-two-appproch-paragraph.rt-margin-top-twenty-five-4 {
    font-family: Source Sans Pro, sans-serif;
  }

  .rt-home-two-our-approach-right {
    flex: 1;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-home-two-our-approach-left {
    flex-flow: column;
    align-items: center;
    max-width: 45%;
    display: flex;
  }

  .sectitle {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: flex;
  }

  .brix---header-wrapper {
    display: block;
  }

  .brix---section-2 {
    margin-top: -1px;
  }

  .section-11 {
    background-color: #171d2f;
  }

  .hero-gradient-col.is--left {
    background-image: linear-gradient(to right, #2bded3, #2bded342 56%, #fff0);
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .rt-contact-one {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-number-img-bg-inner, .rt-number-img-bg-inner-copy {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }
}

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

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

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

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

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

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

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

  .nav-link.light.w--current {
    border-color: #0000;
  }

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

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

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

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

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

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.home-intro-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .sections {
    padding: 45px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-hero.home {
    background-position: 20%;
    background-attachment: scroll;
    margin-left: auto;
    position: static;
  }

  .overall-hero-description {
    width: 80%;
  }

  .text-column-title {
    font-size: 13px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .home-intro-link-block {
    background-size: cover;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .white-pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 32px;
  }

  .pricing-icon {
    width: 6vw;
    height: 5vw;
  }

  .white-price-title {
    font-size: 35px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo {
    margin-left: 0%;
    position: relative;
    left: -151px;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    flex: 0 auto;
    width: 50px;
    height: 50px;
    margin-right: -215px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

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

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

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

  .blog-posts-list {
    align-content: space-between;
  }

  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }

  .simple-blog-image-block {
    height: 150px;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .lasik_angebot-section {
    padding: 45px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .zuhause_standorte-gleich-x-in-deutschland_image {
    object-fit: cover;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .zuhause_standorte-gleich-x-in-deutschland_card-content {
    padding: 2rem;
  }

  .zuhause_standorte-gleich-x-in-deutschland_card {
    width: 100%;
  }

  .zuhause_standorte-gleich-x-in-deutschland_row {
    flex-direction: column;
  }

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

  .padding-section-large-4.a-t {
    padding-left: 0;
    padding-right: 0;
  }

  .zuhause_faq-sektion_component {
    overflow: visible;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .text-column-2 {
    flex: 0 auto;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-3 {
    padding: 45px;
  }

  .main-wrapper {
    padding-left: 0;
  }

  .text-row-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .small-paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uber-uns_cta-sektion_component {
    grid-column-gap: 3rem;
    place-items: center stretch;
  }

  .uber-uns_cta-sektion_content {
    margin-right: 3rem;
  }

  .uber-uns_feature_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout237_list {
    grid-column-gap: 2rem;
  }

  .uber-uns_cta-sektion_button-row {
    flex: none;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .kontakt_standorte-sektion-2_tabs-link, .kontakt_standorte-sektion-2_tabs-link.w--current {
    padding-left: .5rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .kontakt_standorte-sektion-2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
  }

  .kontakt_standorte-sektion-2_map {
    object-fit: contain;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .patienteninformationen_header-sektion_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .patienteninformation_feature-sektion_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    min-height: auto;
  }

  .layout253_component {
    grid-column-gap: 3rem;
  }

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

  .custom-list-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

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

  .testimonial-slider-2 {
    max-width: none;
  }

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

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-udesly-text-semibold.big {
    font-size: 2vh;
  }

  .uui-heroheader23_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-heroheader23_image-wrapper {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-layout01_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .udesly-image-wrapper {
    max-height: 400px;
  }

  .udesly-agent-block {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .space-4rem {
    min-height: 4rem;
  }

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

  .max-width-30rem {
    max-width: 30rem;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 90%;
    max-width: 90%;
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faqs-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .section-title-copy {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .rt-category-cards-text-5.rt-text-white-2 {
    max-width: none;
  }

  .rt-service-one-scroll-bg-wrapper-two {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-service-three-contact-heading {
    margin-bottom: 25px;
  }

  .rt-branches-list-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .nav-link-2.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .nav-link-2.light.w--current {
    border-color: #0000;
  }

  .nav-menu-2 {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .container-14 {
    justify-content: space-between;
    max-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---header-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---header-menu-wrapper-3 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-3:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-3.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top-3 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-3 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .show-tablet-2 {
    display: block;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-text-size-xlarge-2.show-tablet-2 {
    display: block;
  }

  .uui-header02_content-right {
    margin-top: 0;
    display: none;
  }

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

  .uui-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-app-development-future-strategy-icon-box-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .rt-service-two-cta {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .rt-second-section-icon-box {
    width: 100%;
  }

  .rt-second-section-icon-hover-out.rt-one-icon-hover-out {
    transform: none;
  }

  .rt-second-icon-box-second-section {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .rt-second-icon-box-first-section {
    width: 100%;
    max-width: none;
  }

  .rt-home-three-second-icon-box-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 70px;
  }

  .rt-second-icon-box-image-2 {
    width: 100%;
    height: auto;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .rt-heading-three-3 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-one-progress-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .rt-home-one-progress-text {
    width: 100%;
  }

  .rt-home-one-progress-text-item {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-progress-text-item.rt-top-mergin {
    margin-top: 0;
  }

  .rt-home-one-progress-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-progress-text-wrapper {
    width: 100%;
  }

  .rt-home-one-progress-image {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-home-one-progress-heading {
    max-width: 100%;
  }

  .rt-auto-fit-8.rt-radius-ten.rt-position-relative.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-client-image-background {
    display: none;
  }

  .container-16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-intro-wrapper-2.mid {
    left: 181px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .grid-website-maintenace {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .benefits-description {
    max-width: 360px;
  }

  .lottie-animation {
    font-size: 19px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
  }

  .custom-list-item-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .custom-list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brix---header-hamburger-desktop-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---tab-line {
    padding: 22px 18px;
  }

  .brix---card-testimonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

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

  .mobile-destinations-wrapper {
    z-index: 20;
    position: relative;
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: #f7f8fc;
    grid-template-columns: 1fr;
    position: relative;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .nav-link-3 {
    color: #516381;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu-3 {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .menu-button-3 {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e8c;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .flyout-menu {
    display: none;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .container-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .stat-heading {
    font-size: 2.5em;
  }

  .stat-item {
    height: auto;
    padding: 2em;
  }

  .stat-title {
    height: 2.3em;
  }

  .section-heading {
    width: auto;
  }

  .hero-intro_wrapper {
    width: 80%;
  }

  .hero-gradient-col.is--left.is--img {
    width: auto;
  }

  .hero-intro {
    padding-left: 5em;
  }

  .hero {
    height: 100vh;
  }

  .gradient-row {
    width: 100%;
  }

  .gradient-row.is--overlap.is--straight {
    display: none;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero-video-wrapper {
    justify-content: center;
    margin-left: 0;
    margin-right: 48px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-middle {
    padding-left: 0;
  }

  .video-button {
    width: 100px;
    height: 100px;
  }

  .home-hero {
    padding-top: 80px;
  }

  .hero-intro-content {
    grid-template-columns: 1fr;
  }

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

  .section-12.small-top-padding {
    padding-top: 60px;
  }

  .services-cards {
    grid-template-columns: 1fr 1fr;
  }

  .body-display.two-columns {
    column-count: 1;
  }

  .blank-line {
    padding: 0;
  }

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

  .call-to-action {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    left: 0;
  }

  .slider-arrow.right {
    left: 84px;
  }

  .slider-line.hero-slider-line {
    margin-top: 80px;
  }

  .slider-top-line {
    grid-template-columns: 0 60px 24px 60px auto;
  }

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

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

  .projects-grid-wrapper {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .works-intro-top {
    padding-left: 0;
  }

  .section-bottom-line {
    display: none;
  }

  .works-intro-bottom {
    padding-left: 0;
  }

  .separator-line-fill {
    display: none;
  }

  .category-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-section, .boxed-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .team-inner-bottom {
    display: none;
  }

  .team-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-grid {
    min-height: auto;
  }

  .founder-image {
    min-height: 33.33vw;
  }

  .about-intro-content {
    grid-template-columns: minmax(auto, 650px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .founder-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .team-members {
    padding-right: 0;
  }

  .boxed-content {
    grid-row-gap: 36px;
  }

  .journal-card-wrapper {
    grid-template-columns: 1fr;
  }

  .boxed-wrapper {
    padding: 80px 60px;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

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

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

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

  .xxl-heading-2 {
    font-size: 64px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

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

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .intro-wrapper {
    grid-template-columns: 1fr;
  }

  .benefits-wrapper {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 36px;
  }

  .grey-cover {
    margin-left: 65px;
  }

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

  .intro-right-image {
    min-height: 200px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

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

  .hero-content-wrapper {
    max-width: none;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .verticle-line-2 {
    width: 100%;
  }

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

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

  .services-card-2 {
    padding: 36px 24px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-section-2 {
    padding-top: 100px;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .page-info {
    overflow: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .image-cover-wrapper {
    width: 50%;
  }

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

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

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .dual-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .numbers-grid {
    grid-column-gap: 48px;
  }

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

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

  .card-3 {
    border-bottom: 1px solid #8e93a526;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card-3 {
    padding: 36px 24px;
  }

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

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

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

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

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

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .nav-menu-4 {
    display: none;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .left-navbar {
    width: 100%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .nav-link-4 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-4.w--current {
    color: #090b19;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-lottie-2 {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-list-3 {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .dropdown-2 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-2.top {
    border-top: 1px solid #e2e7f1;
  }

  .mega-category-list {
    display: none;
  }

  .body-display-10.dark {
    color: #090b19;
  }

  .scroll-indicator {
    width: 65px;
    padding-top: 65px;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-features {
    padding-top: 0;
  }

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

  .project-description {
    padding: 36px 24px;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

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

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .card-4 {
    border-bottom: 1px solid #8e93a526;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-card-hover {
    display: none;
  }

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

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

  .services-wrapper-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .service-link {
    background-color: #fff;
  }

  .rt-heading-three-4 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-home-one-cta-bottom-section {
    align-items: stretch;
  }

  .rt-home-one-cta-top-section {
    margin-right: 0;
  }

  .xxl-heading-3 {
    font-size: 48px;
  }

  .inner-hero-wrapper {
    padding-top: 180px;
    padding-bottom: 200px;
    padding-left: 0;
  }

  .inner-page-hero {
    padding-top: 80px;
  }

  .rt-contact-two-form-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .rt-button-arrow-3 {
    width: 70px;
    height: 70px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-smaller-text {
    text-align: left;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar {
    order: 1;
  }

  .rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
    max-width: 100%;
  }

  .rt-contact-one-form {
    flex: 0 auto;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .inner-page-hero-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .slider-arrow-2 {
    width: 160px;
    height: 160px;
  }

  .slider-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-heading-4 {
    font-size: 48px;
  }

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

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

  .number-item-2 {
    grid-row-gap: 100px;
  }

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

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

  .service-card-hover-2 {
    display: none;
  }

  .service-bottom-2 {
    padding-top: 48px;
  }

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

  .services-wrapper-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .service-card-hover-3 {
    display: none;
  }

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

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .service-link-2 {
    min-height: 60px;
  }

  .services-tab-menu {
    min-height: auto;
  }

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

  .service-image {
    min-height: 350px;
  }

  .service-info {
    padding-right: 0;
  }

  .service-tabs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    align-content: start;
    padding-bottom: 80px;
  }

  .service-examples {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .services-verticle-line {
    display: none;
  }

  .services-tab-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .slider-arrow-3 {
    left: 0;
  }

  .slider-arrow-3.right {
    left: 84px;
  }

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

  .value-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .value-cards {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .xxl-heading-5 {
    font-size: 48px;
  }

  .home-hero-4 {
    padding-top: 80px;
  }

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

  .verticle-line-3 {
    width: 100%;
  }

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

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_blog-item {
    width: 100%;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_navbar5_large-item-content {
    width: 100%;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

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

  .rl_navbar5_blog-list {
    width: 100%;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

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

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-title-2 {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .card-5 {
    height: auto;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

  .footer-info {
    grid-row-gap: 80px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .footer-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .testimonial-content-2 {
    max-width: 525px;
  }

  .banner-content-2 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .verticle-line-5 {
    width: 100%;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-2 {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .verticle-line-6.dark.hide-on-mobile {
    display: block;
  }

  .menu-hover-background {
    display: none;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-list-4.w--open {
    margin-left: -25px;
    margin-right: -25px;
  }

  .in-page-filter {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

  .basic-dropdown.left {
    padding-left: 24px;
  }

  .home-hero-copy {
    padding-top: 80px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-intro-3 {
    padding-left: 0;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
  }

  .xxl-heading-6 {
    font-size: 48px;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .hero-intro-4 {
    padding-left: 0;
  }

  .inner-page-hero-2 {
    min-height: 600px;
  }

  .xxl-heading-7 {
    font-size: 48px;
  }

  .number-circle {
    width: 400px;
    height: 400px;
  }

  .number-circle.small {
    width: 350px;
    height: 350px;
  }

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

  .number-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .stacked-heading-7 {
    grid-row-gap: 28px;
  }

  .looping-screen {
    height: 40vw;
    min-height: 375px;
  }

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

  .stacked-heading-8 {
    grid-row-gap: 28px;
  }

  .card-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

  .card-wrapper.three-card-grid {
    grid-template-columns: 1fr 1px 1fr;
  }

  .small-card-2.top-border---mobile {
    border-top-style: solid;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .slider-background-2 {
    min-width: 105vw;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

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

  .faq-sidebar {
    position: relative;
    top: auto;
  }

  .faq-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .rt-number-img-bg-inner-copy {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .nav-menu-5 {
    display: none;
  }

  .dropdown-toggle-4 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .left-navbar-2 {
    width: 100%;
  }

  .nav-link-5 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-5.w--current {
    color: #090b19;
  }

  .dropdown-lottie-4 {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-3 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-3.top {
    border-top: 1px solid #e2e7f1;
  }

  .body-display-31.dark {
    color: #090b19;
  }

  .nav-menu-6 {
    display: none;
  }

  .dropdown-toggle-5 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .left-navbar-3 {
    width: 100%;
  }

  .nav-link-6 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-6.w--current {
    color: #090b19;
  }

  .dropdown-lottie-5 {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-4 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-4.top {
    border-top: 1px solid #e2e7f1;
  }

  .body-display-32.dark {
    color: #090b19;
  }

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

  .video-bottom {
    height: 100px;
  }

  .testimonial-arrow-line-2 {
    margin-bottom: 310px;
  }

  .testimonial-slide-arrow-2 {
    top: auto;
    bottom: 260px;
  }

  .testimonial-slide-arrow-2.right {
    top: auto;
  }

  .banner-content-3 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .testimonial-content-3 {
    max-width: 525px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 136px 80px;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .testimonial-arrow-line-3 {
    margin-bottom: 170px;
  }

  .testimonial-slide-arrow-3 {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow-3.right {
    top: auto;
  }

  .testimonial-content-4 {
    max-width: 525px;
  }

  .content-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .banner-content-4 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .hero-content-2 {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-intro-5 {
    padding-left: 0;
  }

  .slider-background-3 {
    min-width: 105vw;
  }

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

  .banner-content-5 {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 280px;
  }

  .testimonial-arrow-line-4 {
    margin-bottom: 310px;
  }

  .testimonial-content-5 {
    max-width: 525px;
  }

  .sticky-services-intro-2 {
    position: relative;
    top: auto;
  }

  .verticle-line-7 {
    width: 100%;
  }

  .story-grid-2 {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .section-47, .section-48 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-content-6 {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-page-hero-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .service-bottom-content-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .verticle-line-8 {
    width: 100%;
  }

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

  .services-dual-wrapper-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stacked-heading-11 {
    grid-row-gap: 28px;
  }

  .service-link-3 {
    background-color: #fff;
  }

  .services-wrapper-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .service-card-hover-4 {
    display: none;
  }

  .section-50, .section-51 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .numbers-grid-2 {
    grid-column-gap: 48px;
  }

  .dual-grid-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

  .content-wrapper-3 {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .menu-line {
    background-color: #c5c5c5;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    justify-content: flex-end;
  }

  .nav-menu-7 {
    background-color: #fff;
    width: 100%;
    padding-top: 5rem;
  }

  .nav-link-7 {
    color: #1a1a1a;
    background-color: #0000;
    height: auto;
    padding: 2rem 2.5rem;
    font-size: 2rem;
  }

  .nav-link-7:hover {
    color: #272727;
  }

  .nav-link-7.first {
    padding-left: 2.5rem;
  }

  .menu-button-4 {
    color: #fff;
    background-color: #1a1a1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 100%;
    padding: 2rem 1.5rem;
    display: block;
  }

  .menu-button-4.w--open {
    z-index: 999;
    background-color: #1a1a1a;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-8 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-8.w--current {
    color: #090b19;
  }

  .dropdown-lottie-6 {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-5 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-5.top {
    border-top: 1px solid #e2e7f1;
  }

  .body-display-41.dark {
    color: #090b19;
  }

  .nav-menu-8 {
    display: none;
  }

  .left-navbar-4 {
    width: 100%;
  }

  .dropdown-lottie-7 {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .dropdown-6 {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-6.top {
    border-top: 1px solid #e2e7f1;
  }

  .body-display-42.dark {
    color: #090b19;
  }

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

  .services-dual-wrapper-3 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .tool-tip-text {
    align-items: flex-end;
  }

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

  .cards-mask {
    width: 60%;
  }

  .stacked-heading-13 {
    grid-row-gap: 28px;
  }

  .tooltip-corner {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-link-2 {
    border-top: 1px solid #889ea833;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .nav-menu-9 {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .navigation-content-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-list-5 {
    position: absolute;
    overflow: clip;
  }

  .dropdown-list-5.w--open {
    width: 250px;
    padding-top: 0;
  }

  .dropdown-wrapper-2 {
    justify-content: center;
    justify-items: stretch;
    width: 100%;
    min-width: 250px;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .menu-icon-wrapper-2 {
    border: 1px #000;
    border-left: 1px solid #889ea833;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .menu-button-5 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon {
    width: 28px;
  }

  .menu-items {
    background-color: var(--white);
    flex-direction: column;
    box-shadow: 0 18px 36px -8px #292b4e12;
  }

  .nav-link-9 {
    background-color: #fff;
    border: 1px #889ea833;
    border-top-style: solid;
    border-radius: 0;
    min-height: 60px;
  }

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

  .card-6 {
    height: auto;
  }

  .content-wrapper-4 {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .tab-intro-wrapper {
    align-items: flex-start;
    padding-top: 8.5rem;
  }

  .image-wrapper.tab {
    width: 16rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.home-intro-container {
    height: auto;
  }

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

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .sections {
    padding: 25px;
  }

  .sections.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

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

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-column.last {
    padding-bottom: 0;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

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

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-hero-description {
    width: 90%;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .home-intro-link-block, .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

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

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

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .white-pricing-column {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-pricing-block {
    border: 1px solid #0000001a;
  }

  .pricing-icon {
    width: 80%;
    height: auto;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .logo {
    height: auto;
    margin-top: 10px;
    margin-left: -72%;
    left: 71px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    margin-right: -193px;
    padding-top: 8px;
    position: relative;
    inset: 30% 19% auto auto;
  }

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

  .blog-posts-list {
    display: block;
  }

  .simple-blog-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .single-post-author-block {
    width: 100%;
  }

  .post-author-name.description {
    font-size: 15px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .blog-single-post-date {
    width: 90%;
  }

  .fields-column-left {
    padding-right: 0;
  }

  .lasik_angebot-section {
    padding: 25px;
  }

  .zuhause_logo-list_logo {
    max-height: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-2 {
    margin-top: 0;
  }

  .button-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .padding-section-large-3 {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .zuhause_standorte-gleich-x-in-deutschland_card-content {
    padding: 1.5rem;
  }

  .zuhause_standorte-gleich-x-in-deutschland_card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .zuhause_standorte-gleich-x-in-deutschland_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .zuhause_standorte-gleich-x-in-deutschland_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .zuhause_faq-sektion_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .padding-section-large-4 {
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .zuhause_faq-sektion_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout246_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .process-tab-button-2 {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .top-line-block-2 {
    margin-top: 25px;
    padding-top: 30px;
    overflow: scroll;
  }

  .behandlungsdetail_faq-sektion_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .text-size-medium-6.max-width-large.subheading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-tab-menu-2 {
    margin-top: -39px;
  }

  .text-column-2 {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding: 25px;
  }

  .process-tab-pane-2 {
    padding-top: 40px;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .auf_einen_blick {
    text-align: center;
  }

  .behandlungsdetail_faq-sektion_icon-wrapper {
    width: 1.75rem;
  }

  .behandlungsdetail_faq-sektion_question {
    padding: 1rem 1.25rem;
  }

  .text-row-2 {
    margin-bottom: 40px;
  }

  .small-paragraph-2 {
    text-align: justify;
    padding: 3px;
  }

  .uber-uns_cta-sektion_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uber-uns_cta-sektion_content {
    margin-right: 0;
  }

  .career2_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uber-uns_feature_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .career2_list {
    margin-bottom: 1.5rem;
  }

  .uber-uns_cta-sektion_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

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

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-3, .text-size-medium-8 {
    font-size: 1rem;
  }

  .kontakt_standorte-sektion-2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .kontakt_standorte-sektion-2_map {
    height: 20rem;
  }

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

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .patienteninformationen_header-sektion_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout253_list {
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .patienteninformation_feature-sektion_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .patienteninformation_faq-sektion_icon-wrapper {
    width: 1.75rem;
  }

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

  .patienteninformation_faq-sektion_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .custom-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .custom-list-paragraph-imp {
    font-size: .875rem;
  }

  .title-small.is-neon {
    color: #5ec045;
  }

  .fn-features-card {
    padding: 12px;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-layout79_content {
    grid-row-gap: 1rem;
  }

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

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: 1px;
    max-height: 2px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .menu-button-2 {
    display: flex;
  }

  .menu-item {
    padding: 4px 0;
  }

  .big-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .uui-heroheader23_image-wrapper {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout01_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout01_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .udesly-image-wrapper {
    max-height: 360px;
  }

  .udesly-image-wrapper.udesly-agent {
    width: 322px;
    height: 356px;
  }

  .udesly-agent-block {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .detail {
    padding: 30px 40px;
  }

  .number {
    height: 250px;
  }

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

  .dropdown-answer {
    width: 90%;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer03_link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rt-about-blog-card-paragraph {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .combine-feature8_component {
    flex-direction: column;
  }

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

  .uui-blogpost02_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-title-copy {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .rt-component-section-7 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/Background_clipped.jpg');
    background-position: 0 0, 25% 60%;
  }

  .rt-service-three-connect-block {
    width: 100%;
    max-width: none;
  }

  .rt-divider.rt-service-three-contact-divider {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rt-service-three-contact-details-block {
    width: 100%;
    max-width: none;
  }

  .rt-branches-list-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .grid-pricing {
    overflow: auto;
  }

  .help {
    display: none;
  }

  .nav-link-2 {
    padding-left: 25px;
  }

  .nav-link-2.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-14 {
    width: 90%;
  }

  .titelz {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
  }

  .heading-29, .heading-30, .heading-31, .heading-32 {
    font-size: 18px;
  }

  .heading-33 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---header-logo-2 {
    max-width: 60%;
  }

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

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-header02_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-header02_content-right {
    margin-top: 0;
  }

  .uui-header02_component {
    grid-template-columns: 1fr;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-margin-bottom-89 {
    flex-flow: column;
  }

  .rt-app-development-future-strategy-icon-box-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

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

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .rt-second-section-icon-box {
    margin-bottom: 10px;
  }

  .rt-home-three-second-icon-box-section {
    margin-top: 62px;
  }

  .rt-heading-three-2, .rt-heading-three-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .rt-autofit-4 {
    height: auto;
  }

  .rt-autofit-4.rt-mobile-full-width {
    width: 100%;
  }

  .container-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .spacer-regular {
    height: 5rem;
  }

  .home-intro-wrapper-2 {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper-2.mid {
    width: 100%;
  }

  .home-intro-wrapper-2.right {
    margin-bottom: 20px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(#171d2f 72%, #4a3aff 72%, #fff 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .small-card {
    font-size: 16px;
  }

  .custom-list-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .two_column_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
  }

  .text-color-white-3.dark {
    color: #fff;
  }

  .two_column-thumb_wr {
    padding-top: 26.5625rem;
  }

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

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---header-logo {
    max-width: 50%;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-wrapper {
    background-color: #fff;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

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

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---section-2 {
    background-color: var(--backround_alt_dark);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
  }

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

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---card-testimonial-v12 {
    padding: 32px 32px 48px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---text-300-list {
    font-size: 18px;
    line-height: 20px;
  }

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

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

  .card-2 {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .card-2.smaller {
    min-height: 10rem;
  }

  .grid-6-columns {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

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

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .dropdown-wrapper {
    min-width: 300px;
  }

  .left-nav {
    z-index: 30;
  }

  .nav-link-3 {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .nav-menu-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .nav-button-toggle {
    padding-right: 12px;
  }

  .destinations-list {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

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

  .button-4 {
    display: none;
  }

  .statistics {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .img-gradient {
    display: none;
  }

  .img-gradient.is--divider {
    background-image: linear-gradient(#121e2b, #fff0 41%);
    display: block;
  }

  .container-19 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .img-section {
    height: 24em;
  }

  .stat-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-item.is--filp {
    background-image: linear-gradient(#2bded34f, #0000 66%);
  }

  .tab-img-mobile {
    display: block;
  }

  .statistics-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-title {
    margin-bottom: 1em;
  }

  .progress-line, .statistics-hover-tabs {
    display: none;
  }

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

  .hero-gradient-col.is--left.is--img {
    background-image: none;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero {
    height: 92vh;
  }

  .gradient-row {
    background-image: linear-gradient(to top, #2bded3, #0000 75%);
    border-top-right-radius: 0;
    border-bottom-left-radius: 35em;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

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

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

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxl-heading {
    font-size: 5vh;
  }

  .hero-middle {
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .home-hero {
    min-height: 700px;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .section-name {
    display: none;
  }

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

  .section-12.small-top-padding {
    padding-top: 36px;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

  .body-display.two-columns.white {
    column-count: 1;
  }

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

  .slider-arrow {
    bottom: 50px;
  }

  .inner-bottom {
    height: 60px;
  }

  .slider-line {
    grid-template-rows: auto 80px;
  }

  .slider-line.hero-slider-line {
    margin-top: 65px;
  }

  .slider-bottom {
    height: 80px;
    bottom: 60px;
  }

  .slider-bottom.large {
    height: 80px;
  }

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

  .project-collection-list {
    grid-template-columns: 1fr;
  }

  .sticky-sidebar-block {
    grid-row-gap: 36px;
  }

  .category-list {
    grid-template-columns: 1fr 1fr;
  }

  .boxed-intro {
    padding: 60px 36px;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .team-images {
    min-height: 300px;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr;
  }

  .about-intro-content {
    padding: 60px 0 60px 60px;
  }

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

  .boxed-wrapper {
    padding: 60px 36px;
  }

  .page-hero {
    min-height: 550px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .logos-headline {
    min-width: 400px;
  }

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

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

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

  .xxl-heading-2 {
    font-size: 54px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .title-wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .category-link {
    min-height: 80px;
  }

  .large-heading.two, .large-heading.one {
    font-size: 2.5svh;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .testimonial-column.testimonial-name {
    justify-items: start;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .rotate-text-2.no-rotate-on-mobile {
    transform: none;
  }

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

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .benefits-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .grey-cover {
    margin-left: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

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

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .grid-wrapper-3 {
    grid-row-gap: 120px;
  }

  .body-display-4, .body-display-4.small, .subtitle-14 {
    color: var(--white);
  }

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

  .section-18.grey {
    background-color: var(--backround_alt_dark);
  }

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

  .core-value {
    grid-row-gap: 48px;
  }

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

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

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

  .banner-items-wrapper, .banner-items {
    height: 80px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .footer-section-2 {
    padding-bottom: 72px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .page-info {
    height: auto;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

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

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .anchor-link {
    border-bottom: 1px solid #e2e7f1;
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

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

  .core-values {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .subtitle-21.white {
    font-size: 1.5vh;
  }

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

  .card-3 {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .half-wrapper {
    grid-row-gap: 24px;
  }

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

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

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

  .steps-grid {
    padding-left: 0;
  }

  .search-wrapper {
    display: none;
  }

  .dropdown-toggle-2 {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .navigation-links {
    grid-template-columns: 1fr;
  }

  .nav-link-4 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-4.bottom {
    border-bottom-style: none;
  }

  .menu-wrapper {
    display: none;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .scroll-indicator {
    display: none;
  }

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

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

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

  .card-4 {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .services-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .rt-heading-three-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-about-two-cta-main-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    margin-top: 0;
    padding-top: 0;
  }

  .rt-home-one-cta-top-section {
    align-items: flex-start;
  }

  .xxl-heading-3 {
    font-size: 38px;
  }

  .inner-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .scroll-link, .scroll-link.light {
    display: none;
  }

  .inner-page-hero {
    padding-top: 65px;
  }

  .rt-contact-two-form-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .rt-contact-one {
    flex-flow: column;
  }

  .rt-contact-one-hero-main {
    padding-top: 70px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .inner-page-hero-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-arrow-2 {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow-2.right {
    padding-right: 80px;
    right: -80px;
  }

  .xxl-heading-4 {
    font-size: 42px;
  }

  .about-image {
    min-height: 350px;
  }

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

  .number-item-2 {
    grid-row-gap: 60px;
  }

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

  .section-30, .section-31 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-wrapper-4, .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

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

  .service-link-2 {
    border: 1px #8e93a526;
    min-height: 48px;
    padding: 12px 18px;
  }

  .service-link-2.w--current {
    border-style: none;
  }

  .services-tab-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .service-image {
    min-height: 250px;
  }

  .service-examples {
    grid-row-gap: 36px;
  }

  .slider-arrow-3 {
    bottom: 50px;
  }

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

  .value-card-wrapper {
    grid-template-columns: 1fr;
  }

  .value-cards {
    padding-top: 24px;
  }

  .xxl-heading-5 {
    font-size: 38px;
  }

  .home-hero-4 {
    min-height: 700px;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .sticky-section-2 {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

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

  .rt-autofit-5 {
    height: auto;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_spacing-block2 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .dynamic-content__block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 18px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .section-box {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
  }

  .section-box.no-top-margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .dual-title-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .verticle-line-4.bottom {
    display: none;
  }

  .section-title-2 {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .section-title-2.no-bottom-padding {
    padding-top: 36px;
  }

  .footer-info {
    grid-row-gap: 60px;
  }

  .footer-verticle-line {
    display: none;
  }

  .footer-content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

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

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

  .footer-wrapper-2 {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

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

  .verticle-line-6.dark.hide-on-mobile {
    display: none;
  }

  .filter-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-list-4.w--open {
    margin-left: -1px;
  }

  .in-page-filter {
    border-top: 1px solid #eef0f6;
    border-bottom-style: none;
    grid-template-columns: 1fr;
    height: auto;
  }

  .basic-dropdown {
    border-left: 1px solid #eef0f6;
    min-height: 48px;
    padding-left: 24px;
  }

  .in-page-filter-bar {
    height: auto;
    max-height: none;
    position: relative;
    top: auto;
  }

  .home-hero-copy {
    min-height: 700px;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro-3 {
    padding-right: 0;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

  .xxl-heading-6 {
    font-size: 40px;
  }

  .hero-intro-4 {
    padding-right: 0;
  }

  .xxl-heading-7 {
    font-size: 40px;
  }

  .number-circle {
    width: 325px;
    height: 325px;
  }

  .number-circle.small {
    width: 300px;
    height: 300px;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .left-intro.verticle {
    grid-template-columns: 1fr;
  }

  .body-display-27.dual-paragraph {
    column-count: 1;
  }

  .stacked-heading-7 {
    grid-row-gap: 24px;
  }

  .dual-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .stacked-content-2 {
    flex-direction: column;
    display: flex;
  }

  .stacked-heading-8 {
    grid-row-gap: 24px;
  }

  .card-wrapper, .card-wrapper.three-card-grid {
    grid-template-columns: 1fr;
  }

  .small-card-2.bottom-border---mobile {
    border-bottom-style: solid;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .faq-item {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .rt-number-img-bg-inner-copy {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .dropdown-toggle-4 {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar-2 {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .brand-4 {
    padding-left: 18px;
  }

  .nav-link-5 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-5.bottom {
    border-bottom-style: none;
  }

  .dropdown-toggle-5 {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar-3 {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .brand-5 {
    padding-left: 18px;
  }

  .nav-link-6 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-6.bottom {
    border-bottom-style: none;
  }

  .testimonial-wrapper-2 {
    overflow: hidden;
  }

  .video-bottom {
    height: 140px;
  }

  .circle-button-2 {
    width: 80px;
    height: 80px;
  }

  .testimonial-arrow-line-2 {
    margin-bottom: 280px;
  }

  .testimonial-slide-arrow-2 {
    width: 80px;
    height: 80px;
    bottom: 240px;
  }

  .banner-content-3 {
    min-height: 600px;
    padding-top: 140px;
  }

  .testimonial-content-3 {
    padding-bottom: 100px;
  }

  .circle-outline-2 {
    width: 80px;
    height: 80px;
  }

  .circle-link-text-2 {
    padding-right: 34px;
  }

  .circle-link-text-2.left {
    grid-column-gap: 9px;
    padding-left: 34px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-4 {
    font-size: 28px;
  }

  .testimonial-slide-arrow-3 {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .banner-content-4 {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .circle-button-3 {
    width: 80px;
    height: 80px;
  }

  .hero-content-2 {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro-5 {
    padding-right: 0;
  }

  .testimonial-wrapper-4 {
    overflow: hidden;
  }

  .banner-content-5 {
    min-height: 600px;
    padding-top: 140px;
  }

  .circle-button-4 {
    width: 80px;
    height: 80px;
  }

  .testimonial-arrow-line-4 {
    margin-bottom: 280px;
  }

  .testimonial-content-5 {
    padding-bottom: 100px;
  }

  .circle-outline-3 {
    width: 80px;
    height: 80px;
  }

  .circle-link-text-3 {
    padding-right: 34px;
  }

  .circle-link-text-3.left {
    grid-column-gap: 9px;
    padding-left: 34px;
  }

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

  .core-value-2 {
    grid-row-gap: 48px;
  }

  .menu-list-item-3 {
    grid-template-columns: auto 1fr;
  }

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

  .page-hero-2 {
    min-height: 550px;
  }

  .inner-page-hero-wrapper-3 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .service-bottom-content-2 {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

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

  .service-item-top-2 {
    grid-template-columns: 1fr auto;
  }

  .stacked-heading-11 {
    grid-row-gap: 24px;
  }

  .services-wrapper-5 {
    grid-template-columns: 1fr;
  }

  .section-50, .section-51 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-text-18 {
    color: #fff;
  }

  .core-value-3 {
    grid-row-gap: 48px;
  }

  .subtitle-54 {
    color: #fff;
  }

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

  .section-52.grey {
    background-color: #2d3e4f;
  }

  .body-display-40, .body-display-40.small {
    color: #fff;
  }

  .dual-title-3 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .nav-link-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-7.first {
    padding-left: 1.25rem;
  }

  .nav-link-8 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-8.bottom {
    border-bottom-style: none;
  }

  .left-navbar-4 {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .brand-6 {
    padding-left: 18px;
  }

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

  .service-item-top-3 {
    grid-template-columns: 1fr auto;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-weight: 400;
  }

  .cards-mask {
    width: 80%;
  }

  .cards-mask.medium {
    width: 85%;
  }

  .stacked-content-3 {
    flex-direction: column;
    display: flex;
  }

  .template-slider {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .stacked-heading-13 {
    box-sizing: border-box;
    grid-row-gap: 24px;
    white-space: normal;
    word-break: normal;
    flex-flow: column;
    width: 574px;
    max-width: 100%;
    display: flex;
    overflow: clip;
  }

  .cards-slider {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-link-2 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-right-2 {
    grid-column-gap: 18px;
  }

  .nav-link-9 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dual-title-4 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .tab-intro-wrapper {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
  }

  .section-57.tab {
    align-items: flex-start;
    overflow: hidden;
  }

  .image-wrapper.tab {
    position: absolute;
    top: 25rem;
  }

  .section-57-copy.tab {
    align-items: flex-start;
    overflow: hidden;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

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

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sections {
    padding: 25px;
  }

  .sections.blue-cta-section {
    text-align: center;
  }

  .sections.blog-page-section {
    padding: 0;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.black {
    white-space: normal;
  }

  .section-title.black.align-left {
    margin-bottom: 20px;
  }

  .section-title.xl {
    font-size: 30px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

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

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 27px;
  }

  .pricing-icon {
    width: 80%;
    height: auto;
    margin-top: -24px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .checklist-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 11px;
    display: grid;
  }

  .check-icon {
    padding-left: 10px;
    left: -10px;
  }

  .logo {
    width: 180px;
    min-width: 150px;
    margin-top: 18px;
    margin-left: -58%;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: -25px;
    display: block;
    top: 0%;
    right: 0%;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .blog-posts-list.related {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-post-title-link {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }

  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .simple-blog-image-block {
    height: 140px;
  }

  .blog-post-page-content {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0;
  }

  .post-author-line {
    margin-bottom: 20px;
  }

  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .blog-single-post-date {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 13px;
    display: block;
  }

  .lasik_angebot-section {
    padding: 25px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-color-white.text-widt {
    font-weight: 300;
  }

  .padding-section-large-3 {
    padding-bottom: 1rem;
    display: flex;
  }

  .zuhause_standorte-gleich-x-in-deutschland_row {
    grid-template-columns: 1fr;
  }

  .padding-section-large-4 {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .padding-section-large-4.about_us {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xsmall {
    padding-bottom: .75rem;
  }

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

  .process-tab-button-2 {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .process-tab-button-2.laser_img {
    float: none;
    clear: none;
  }

  .top-line-block-2 {
    margin-top: 20px;
    padding-top: 20px;
    overflow: clip;
  }

  .text-size-medium-6.max-width-large.subheading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-tab-menu-2 {
    float: none;
    clear: none;
    background-color: var(--none);
  }

  .text-column-2 {
    align-self: flex-start;
  }

  .section-3 {
    padding: 25px;
  }

  .process-tab-pane-2 {
    padding-top: 20px;
  }

  .heading-16.u.section-title {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 35px;
  }

  .text-row-2 {
    flex-flow: column;
  }

  .small-paragraph-2 {
    padding: 5px 10px;
  }

  .career2_title-heading {
    margin-bottom: 1.25rem;
  }

  .uber-uns_feature_component {
    grid-template-columns: 1fr;
  }

  .career2_title-wrapper {
    display: block;
  }

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

  .kontakt_standorte-sektion-2_component {
    grid-row-gap: 48px;
    flex: 1;
    grid-template-columns: 1fr;
  }

  .kontakt_standorte-sektion-2_map {
    object-fit: contain;
  }

  .rl_contact20_content, .patienteninformationen_header-sektion_component, .layout253_list, .patienteninformation_feature-sektion_component, .layout253_component {
    grid-template-columns: 1fr;
  }

  .title-small {
    font-size: .875rem;
  }

  .image-4 {
    width: 25vw;
  }

  .uui-text-size-medium-3.sd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .udesly-udesly-text-semibold.big {
    padding-right: 20px;
    font-size: .8rem;
  }

  .uui-heroheader23_image-wrapper {
    width: 100vw;
  }

  .text-span-19 {
    white-space: pre;
  }

  .udesly-image-wrapper.udesly-agent {
    width: auto;
    height: auto;
  }

  .detail {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-31 {
    padding-top: 20px;
    font-size: 40px;
  }

  .number {
    width: 80px;
    height: auto;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .faq-wrapper {
    max-width: 90%;
  }

  .faqs-block {
    align-items: center;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
  }

  .uui-footer03_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-about-blog-card-paragraph {
    max-width: 95%;
    max-height: 95%;
    line-height: 21px;
  }

  .rt-about-blog-wrapper {
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-feature8_component {
    margin-left: 0;
    margin-right: 0;
  }

  .combine-feature8_content {
    max-width: 100%;
  }

  .combine-feature8_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-feature8_item {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-information-right-part {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-title-copy {
    font-size: 25px;
    line-height: 26px;
  }

  .heading-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Background_clipped.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .grid-pricing {
    object-fit: fill;
  }

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

  .brix---header-nav-list-item-3 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .uui-header02_component {
    grid-template-columns: 1fr;
  }

  .paragraph-56 {
    padding-left: 0;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .rt-icon-content-box {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-second-section-icon-box.rt-two-icon-box, .rt-second-section-icon-box.rt-one-icon-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .container-15 {
    flex-flow: column;
    display: flex;
  }

  .rt-home-two-video-main {
    height: 380px;
    overflow: visible;
  }

  .image-12 {
    max-width: 150px;
  }

  .rt-home-one-progress-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-huge {
    font-size: 1.5rem;
  }

  .paragraph-2 {
    margin-top: 60px;
  }

  .intro-block-title-2 {
    margin-bottom: 10px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .grid-website-maintenace {
    max-width: 90vw;
  }

  .benefits-description {
    min-width: auto;
    font-size: 1em;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .small-card {
    border-left-style: solid;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-size: 15px;
  }

  .small-card-header {
    font-size: 1.1em;
  }

  .two_column_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.875rem 1rem;
  }

  .text-color-white-3.dark {
    line-height: 35px;
  }

  .two_column-thumb_wr {
    padding-top: 20.625rem;
  }

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

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

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image-2 {
    width: 100%;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

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

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
  }

  .grid-6-columns {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .mobile-destinations-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 30px 24px;
    display: grid;
  }

  .right-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-wrapper {
    min-width: 88vw;
  }

  .nav-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list-2.w--open {
    padding-top: 18px;
  }

  .nav-menu-3 {
    margin-right: 0;
  }

  .menu-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .navigation-content {
    padding-left: 6px;
  }

  .dropdown-text {
    display: none;
  }

  .mobile-destinations {
    padding: 0;
    display: block;
  }

  .mobile-destinations-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-button-toggle {
    padding-left: 14px;
  }

  .dropdown-icon-2 {
    margin-right: 0;
    display: block;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .hamburger-line-bottom, .hamburger-line-top {
    width: 2.5rem;
    height: .5rem;
  }

  .nav-left {
    flex-wrap: nowrap;
  }

  .nav-logo {
    width: 166px;
  }

  .hamburger-line-middle {
    width: 2.5rem;
    height: .5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .nav-logo-link {
    display: block;
  }

  .nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: center;
  }

  .container-19 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .brix---color-neutral-806 {
    width: auto;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

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

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

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .hero-video-wrapper {
    margin-right: 36px;
  }

  .vertical-line.bottom-max {
    min-height: 7vh;
  }

  .xxl-heading {
    font-size: 34px;
  }

  .button-6 {
    padding: 18px 28px;
  }

  .hero-middle {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5vh;
    padding-right: 48px;
  }

  .hero-background {
    object-position: 0% 50%;
    background-position: 35%;
  }

  .video-button {
    width: 85px;
    height: 85px;
  }

  .hero-left-bottom {
    min-height: 10vh;
    bottom: -10vh;
  }

  .home-hero {
    height: 93vh;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .button-7 {
    padding: 18px 28px;
  }

  .left-section-intro {
    width: 100%;
    padding-right: 0;
  }

  .call-to-action.right, .top-verticle-line {
    display: none;
  }

  .inner-bottom {
    height: 48px;
  }

  .inner-bottom.large {
    height: 80px;
  }

  .slider-top-line {
    grid-template-columns: 18px 60px 24px 60px auto;
    margin-left: -18px;
  }

  .slider-bottom {
    bottom: 48px;
  }

  .slider-bottom.large {
    bottom: 80px;
  }

  .button-8 {
    padding: 18px 28px;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .boxed-intro {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .team-images {
    min-height: 250px;
  }

  .solid-team {
    grid-template-columns: 1fr 1fr;
  }

  .founder-image {
    min-height: 20vh;
  }

  .about-intro-content {
    padding: 48px 0 48px 36px;
  }

  .dual-title {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .team-members {
    grid-row-gap: 36px;
    padding-top: 48px;
  }

  .boxed-wrapper {
    padding: 48px 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
    min-width: 100%;
  }

  .horizontal-line-2 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-2.white {
    margin-top: 0;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

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

  .xxl-heading-2 {
    font-size: 48px;
  }

  .xxl-heading-2.two {
    font-size: 25px;
  }

  .xxl-heading-2.two.small {
    font-size: 35px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .category-link {
    min-height: 60px;
  }

  .horizontal-line-3 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-3.white {
    margin-top: 0;
  }

  .large-heading {
    font-size: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

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

  .testimonial-arrow {
    font-size: 12px;
  }

  .benefits-wrapper {
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .intro-right-image {
    overflow: hidden;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .body-display-3.large {
    aspect-ratio: auto;
    display: block;
    overflow: visible;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .home-hero-2 {
    min-height: 93vh;
    padding-top: 89px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .grid-wrapper-3 {
    grid-row-gap: 100px;
  }

  .sticky-services-intro, .verticle-line-2 {
    display: none;
  }

  .grid-wrapper-4 {
    justify-content: stretch;
    justify-items: stretch;
  }

  .body-display-4 {
    font-weight: 300;
  }

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

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .services-card-2 {
    padding: 36px 18px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

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

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .footer-section-2 {
    padding-top: 80px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .horizontal-line-5 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-5.white {
    margin-top: 0;
  }

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

  .banner-intro {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .icon-alt {
    margin-bottom: 36px;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .numbers-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .body-display-6.white {
    font-weight: 300;
  }

  .card-3 {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .services-card-3 {
    padding: 36px 18px;
  }

  .icon-2 {
    margin-bottom: 36px;
  }

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

  .half-wrapper {
    grid-template-rows: auto;
  }

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

  .steps-circle {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-tracker {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .dropdown-toggle-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .brand-2 {
    align-items: stretch;
    padding-left: 18px;
  }

  .navbar-4 {
    height: 65px;
  }

  .dropdown-list-3 {
    height: auto;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

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

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

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

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card-4 {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .background-service.erfahren {
    min-height: 300px;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-cta-box {
    max-width: none;
  }

  .xxl-heading-3 {
    font-size: 34px;
  }

  .journal-right-hero {
    display: none;
  }

  .inner-hero-wrapper {
    border-right-style: none;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .rt-contact-one-hero-main {
    padding-top: 50px;
  }

  .rt-form-block-2 {
    flex-flow: column;
  }

  .subtitle-31.small.white {
    letter-spacing: normal;
    font-weight: 300;
  }

  .horizontal-line-7 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-7.white {
    margin-top: 0;
  }

  .inner-page-hero-wrapper-2 {
    grid-row-gap: 60px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-3 {
    min-height: 93vh;
  }

  .hero-intro-2 {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .slider-arrow-2 {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow-2.right {
    padding-right: 60px;
    right: -60px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xxl-heading-4 {
    font-size: 36px;
  }

  .about-image {
    min-height: 250px;
  }

  .dual-wrapper-2 {
    grid-row-gap: 48px;
  }

  .body-display-14 {
    text-align: justify;
  }

  .section-29, .section-30, .section-31 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

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

  .service-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .services-tab-menu {
    grid-auto-flow: row;
    padding: 0;
  }

  .service-info {
    grid-column-gap: 18px;
    padding-right: 0;
  }

  .heading-48, .heading-49, .heading-50, .heading-51 {
    font-size: 20px;
  }

  .div-block-8 {
    box-sizing: content-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    overflow: hidden;
  }

  .value-cards {
    padding-top: 0;
  }

  .xxl-heading-5 {
    font-size: 34px;
  }

  .hero-left-bottom-2 {
    min-height: 10vh;
    bottom: -10vh;
  }

  .home-hero-4 {
    height: 93vh;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

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

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .rl_navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar5_dropdown-link {
    padding-left: 0;
  }

  .paragraph-large-2 {
    font-size: 16px;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

  .section-box.large {
    padding-bottom: 48px;
  }

  .section-box.no-top-margin {
    padding: 42px 5vw 42px 30px;
  }

  .tab-indicator {
    display: none;
  }

  .template-screen-content {
    padding: 24px;
  }

  .basic-tab-content {
    padding-top: 24px;
  }

  .basic-tab-menu {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    width: 100%;
  }

  .tab-link-2 {
    border-bottom: 1px solid #eef0f6;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-link-2.w--current {
    border-bottom-color: #000;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .dual-title-2 {
    grid-row-gap: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .section-title-2 {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .subtitle-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .horizontal-line-8 {
    display: none;
  }

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

  .navigation-column {
    position: relative;
    top: 0;
  }

  .footer-content {
    grid-row-gap: 36px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .fill-2 {
    height: 58px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .testimonial-content-2 {
    grid-row-gap: 24px;
  }

  .slider-link-text {
    display: block;
  }

  .banner-content-2 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

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

  .home-hero-copy {
    height: 93vh;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-intro-3 {
    width: 100%;
    max-width: 90vw;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .xxl-heading-6 {
    font-size: 8.5vw;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .hero-intro-4 {
    width: 100%;
    max-width: 90vw;
  }

  .grid-wrapper-15 {
    left: 10px;
    right: 10px;
  }

  .inner-page-hero-2 {
    min-height: 500px;
  }

  .xxl-heading-7 {
    font-size: 8.5vw;
  }

  .number-circle {
    width: 90vw;
    height: 90vw;
  }

  .number-circle.small {
    width: 75vw;
    height: 75vw;
  }

  .number-wrapper {
    grid-row-gap: 60px;
  }

  .number-2 {
    font-size: 42px;
  }

  .stacked-soon.max {
    grid-row-gap: 36px;
  }

  .looping-screen {
    min-width: 175px;
    min-height: 240px;
  }

  .stacked-content-2 {
    grid-row-gap: 36px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .faq-block-wrapper {
    width: 100%;
  }

  .faq-sidebar {
    width: auto;
  }

  .faq-title, .faq-item {
    padding: 18px;
  }

  .faq-block, .faq-grid {
    width: 100%;
  }

  .dropdown-toggle-4 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand-4 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description-4 {
    grid-template-columns: 1fr;
  }

  .navbar-5 {
    height: 65px;
  }

  .dropdown-toggle-5 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand-5 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description-5 {
    grid-template-columns: 1fr;
  }

  .navbar-6 {
    height: 65px;
  }

  .testimonial-text-3 {
    font-size: 26px;
  }

  .video-bottom {
    height: 160px;
  }

  .video-bottom.small {
    height: 100px;
  }

  .banner-content-3 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .testimonial-content-3 {
    grid-row-gap: 24px;
    padding-bottom: 48px;
  }

  .circle-link-text-2 {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text-2.left {
    grid-column-gap: 18px;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-text-4 {
    font-size: 26px;
  }

  .testimonial-content-4 {
    grid-row-gap: 24px;
  }

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

  .banner-content-4 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .hero-content-2 {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-intro-5 {
    width: 100%;
    max-width: 90vw;
  }

  .hero-section-2 {
    min-height: 93vh;
  }

  .testimonial-text-5 {
    font-size: 26px;
  }

  .banner-content-5 {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 320px;
  }

  .testimonial-content-5 {
    grid-row-gap: 24px;
    padding-bottom: 48px;
  }

  .circle-link-text-3 {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text-3.left {
    grid-column-gap: 18px;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

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

  .medium-stacked-intro-2 {
    grid-row-gap: 24px;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spalte {
    font-size: 15px;
    font-weight: 300;
  }

  .menu-list-item-3 {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .horizontal-line-10 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line-10.white {
    margin-top: 0;
  }

  .banner-content-6 {
    min-height: auto;
    padding: 48px 12px;
  }

  .page-hero-2 {
    min-height: 450px;
    padding-top: 89px;
  }

  .inner-page-hero-wrapper-3 {
    grid-row-gap: 60px;
  }

  .service-bottom-content-2 {
    padding-top: 36px;
  }

  .service-bottom-content-2.padding.hi, .service-bottom-content-2.nopad {
    grid-column-gap: 15px;
  }

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

  .medium-stacked-intro-3 {
    grid-row-gap: 24px;
  }

  .service-list-item-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .body-display-38.medium-width {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .about-numbers-2 {
    grid-template-rows: auto;
    display: flex;
  }

  .numbers-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .number-item-3 {
    flex: 1;
  }

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

  .medium-stacked-intro-4, .dual-title-3 {
    grid-row-gap: 24px;
  }

  .content-wrapper-3 {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .nav-logo-2 {
    width: 5rem;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    width: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-wrapper {
    flex: none;
  }

  .stacked-description-6, .stacked-description-7 {
    grid-template-columns: 1fr;
  }

  .brand-6 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description-8 {
    grid-template-columns: 1fr;
  }

  .navbar-8 {
    height: 65px;
  }

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

  .service-list-item-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .column-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column_table {
    padding: 0;
  }

  .column-5, .column-6, .column-7, .column-8, .column-9 {
    padding-left: 0;
  }

  .cards-mask {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .cards-mask.medium {
    width: 100%;
    max-width: 100%;
  }

  .stacked-content-3 {
    grid-row-gap: 36px;
  }

  .card-slide {
    height: 100%;
  }

  .cards-slider {
    align-items: stretch;
    display: block;
  }

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

  .navbar-6-copy {
    height: 65px;
  }

  .dropdown-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-icon-wrapper-2 {
    padding-left: 18px;
  }

  .nav-button-2 {
    display: none;
  }

  .dual-title-4 {
    grid-row-gap: 24px;
  }

  .horizontal-line-12 {
    display: none;
  }

  .content-wrapper-4 {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .faq-block-wrapper-lasek {
    width: 100%;
  }

  .section-57.tab {
    min-height: 100dvh;
  }

  .image-wrapper.tab {
    width: 10rem;
  }

  .section-57-copy.tab {
    min-height: 100dvh;
  }

  .text-block-51, .text-block-52 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost01_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-da08641b-ca43-1d8d-b661-cf32b7b2fcf4-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da08641b-ca43-1d8d-b661-cf32b7b2fd01-9665dc8b {
  justify-self: start;
}

#w-node-da08641b-ca43-1d8d-b661-cf32b7b2fd11-9665dc8b {
  align-self: end;
}

#w-node-da08641b-ca43-1d8d-b661-cf32b7b2fd14-9665dc8b, #w-node-da08641b-ca43-1d8d-b661-cf32b7b2fd27-9665dc8b {
  justify-self: start;
}

#w-node-d2b22611-e2dc-dd34-642e-b5855fca6725-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2b22611-e2dc-dd34-642e-b5855fca6732-9665dc8b {
  justify-self: start;
}

#w-node-d2b22611-e2dc-dd34-642e-b5855fca6742-9665dc8b {
  align-self: end;
}

#w-node-d2b22611-e2dc-dd34-642e-b5855fca6745-9665dc8b, #w-node-d2b22611-e2dc-dd34-642e-b5855fca6758-9665dc8b {
  justify-self: start;
}

#w-node-_76767661-40a5-38db-b6b1-8e7ca0a344da-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea9f01a6-b6ea-9355-c0dd-4c1f6e6091df-9665dc8b, #w-node-ea9f01a6-b6ea-9355-c0dd-4c1f6e6091ee-9665dc8b, #w-node-ea9f01a6-b6ea-9355-c0dd-4c1f6e6091fd-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a756-9665dc8b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a757-9665dc8b {
  align-self: end;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a758-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a759-9665dc8b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a75f-9665dc8b, #w-node-_49c98334-5759-180b-00ce-607f2f72a761-9665dc8b {
  justify-self: start;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a76c-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_49c98334-5759-180b-00ce-607f2f72a774-9665dc8b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end stretch;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4a1-9665dc8b {
  align-self: center;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4a4-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4b3-9665dc8b {
  place-self: start;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4ba-9665dc8b {
  place-self: end start;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4c4-9665dc8b {
  place-self: start;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4cb-9665dc8b {
  place-self: end start;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4d5-9665dc8b {
  place-self: start;
}

#w-node-c0c558d4-d655-62c5-507b-0cf7676cb4dc-9665dc8b {
  place-self: end start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4e5-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4e7-9665dc8b, #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4e8-9665dc8b {
  align-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4e9-9665dc8b {
  justify-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4eb-9665dc8b {
  place-self: start;
}

#w-node-bd1bd3f4-f53c-cb82-69c6-e257d6be30fc-9665dc8b, #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4f1-9665dc8b {
  justify-self: center;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4f6-9665dc8b {
  justify-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4f9-9665dc8b {
  justify-self: end;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4fe-9665dc8b {
  justify-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf501-9665dc8b {
  justify-self: end;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf505-9665dc8b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf506-9665dc8b {
  justify-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf509-9665dc8b {
  justify-self: end;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf50d-9665dc8b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf50e-9665dc8b {
  justify-self: start;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf511-9665dc8b {
  justify-self: end;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf515-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf516-9665dc8b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf517-9665dc8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf518-9665dc8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_473510c1-4dcc-d5db-a805-aa48ca4cd5c0-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_473510c1-4dcc-d5db-a805-aa48ca4cd5c2-9665dc8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_473510c1-4dcc-d5db-a805-aa48ca4cd5c4-9665dc8b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_473510c1-4dcc-d5db-a805-aa48ca4cd5c6-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c060-9665dc8b, #w-node-ed57cead-88f3-ad98-5193-e9660c41c061-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c067-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c068-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c06c-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c06e-9665dc8b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c06f-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c073-9665dc8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c075-9665dc8b, #w-node-ed57cead-88f3-ad98-5193-e9660c41c076-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c07a-9665dc8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c07c-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c07d-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c081-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c083-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed57cead-88f3-ad98-5193-e9660c41c088-9665dc8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137ae8a-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137ae92-9665dc8b {
  justify-self: center;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137ae96-9665dc8b {
  place-self: center start;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aea1-9665dc8b {
  justify-self: center;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aea5-9665dc8b {
  place-self: center start;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aeb0-9665dc8b {
  justify-self: center;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aeb4-9665dc8b {
  place-self: center start;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aebb-9665dc8b {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aebf-9665dc8b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aec3-9665dc8b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aec7-9665dc8b {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aecd-9665dc8b {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aed1-9665dc8b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aed5-9665dc8b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aed9-9665dc8b {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aedc-9665dc8b {
  justify-self: end;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aee5-9665dc8b {
  justify-self: stretch;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aee6-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aee7-9665dc8b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_801b1642-ac6b-4f69-988b-e5b6a137aee8-9665dc8b, #w-node-_801b1642-ac6b-4f69-988b-e5b6a137aeea-9665dc8b {
  justify-self: stretch;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee0f-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee18-9665dc8b {
  justify-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee1c-9665dc8b {
  place-self: center start;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee27-9665dc8b {
  justify-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee2b-9665dc8b {
  place-self: center start;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee36-9665dc8b {
  justify-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee3a-9665dc8b {
  place-self: center start;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee41-9665dc8b {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee45-9665dc8b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee49-9665dc8b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee4d-9665dc8b {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee4f-9665dc8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee53-9665dc8b {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee57-9665dc8b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee5b-9665dc8b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee5f-9665dc8b {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee62-9665dc8b {
  justify-self: end;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee64-9665dc8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-aa167647-cfa2-5438-0a45-f712e3e4ee66-9665dc8b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d064-9665dc8b {
  align-self: end;
}

#w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d067-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d07b-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d092-9665dc8b {
  align-self: end;
}

#w-node-b7e1db4e-d21e-9055-cca0-3520c365a0f9-9665dc8b, #w-node-b7e1db4e-d21e-9055-cca0-3520c365a110-9665dc8b, #w-node-b7e1db4e-d21e-9055-cca0-3520c365a128-9665dc8b {
  align-self: start;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1dd4-9665dc8b {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1dd7-9665dc8b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1dd8-9665dc8b {
  align-self: center;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddb-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddd-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddf-9665dc8b {
  place-self: end;
}

#w-node-_99acbdbf-0a87-7e39-e4d2-d453468b046c-9665dc8b, #w-node-_99acbdbf-0a87-7e39-e4d2-d453468b0483-9665dc8b, #w-node-_99acbdbf-0a87-7e39-e4d2-d453468b049b-9665dc8b {
  align-self: start;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a277-9665dc8b {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a278-9665dc8b {
  place-self: center stretch;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a286-9665dc8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e15-9665dc8b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e17-9665dc8b, #w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e1d-9665dc8b {
  place-self: center start;
}

#w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e1f-9665dc8b {
  place-self: center end;
}

#w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e23-9665dc8b {
  place-self: center start;
}

#w-node-_96a37f9f-d80d-85d2-5ed0-780c48554e25-9665dc8b {
  place-self: center end;
}

#w-node-bb01dffe-4f6b-cde7-ff54-e821a51e8900-9665dc8b {
  place-self: center start;
}

#w-node-bb01dffe-4f6b-cde7-ff54-e821a51e8902-9665dc8b {
  place-self: center end;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a28e-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a290-9665dc8b, #w-node-_649251b1-2cd0-f4d7-7aa3-331da0d1237d-9665dc8b {
  place-self: center start;
}

#w-node-_649251b1-2cd0-f4d7-7aa3-331da0d1237f-9665dc8b {
  place-self: center end;
}

#w-node-_3b8686fd-3ccc-121a-9912-84cb9bf66ae0-9665dc8b {
  place-self: center start;
}

#w-node-_3b8686fd-3ccc-121a-9912-84cb9bf66ae2-9665dc8b {
  place-self: center end;
}

#w-node-d6cfc969-ae1c-f270-450a-a63d4cd18d6f-9665dc8b {
  place-self: center start;
}

#w-node-d6cfc969-ae1c-f270-450a-a63d4cd18d71-9665dc8b {
  place-self: center end;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a296-9665dc8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a298-9665dc8b, #w-node-_5f3720bb-0969-4597-0c1b-7a333a952217-9665dc8b {
  place-self: center start;
}

#w-node-_5f3720bb-0969-4597-0c1b-7a333a952219-9665dc8b {
  place-self: center end;
}

#w-node-bef208c9-489f-7e86-3f95-c65beba7ae52-9665dc8b {
  place-self: center start;
}

#w-node-bef208c9-489f-7e86-3f95-c65beba7ae54-9665dc8b {
  place-self: center end;
}

#w-node-bb98f39a-4268-0387-5873-4592a1badb34-9665dc8b {
  place-self: center start;
}

#w-node-bb98f39a-4268-0387-5873-4592a1badb36-9665dc8b, #w-node-_767300fc-b9ad-ec32-650b-6360b722a2ae-9665dc8b, #w-node-_767300fc-b9ad-ec32-650b-6360b722a2be-9665dc8b, #w-node-_767300fc-b9ad-ec32-650b-6360b722a2ce-9665dc8b {
  place-self: center end;
}

#w-node-_767300fc-b9ad-ec32-650b-6360b722a2cf-9665dc8b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af05-9665dc8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af0e-9665dc8b {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af0f-9665dc8b {
  place-self: center stretch;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af10-9665dc8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af11-9665dc8b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af13-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af19-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af1b-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af1f-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af21-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af25-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af27-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af28-9665dc8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af2a-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af30-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af32-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af36-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af38-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af3c-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af3e-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af3f-9665dc8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af41-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af47-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af49-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af4d-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af4f-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af53-9665dc8b {
  place-self: center start;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af55-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af66-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af76-9665dc8b, #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af86-9665dc8b {
  place-self: center end;
}

#w-node-a00fa793-2e35-34ee-fff0-94e8bd00af87-9665dc8b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_7f76675a-4ce7-ca79-f154-7f599669453b-96694539 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_7f76675a-4ce7-ca79-f154-7f599669457c-96694539, #w-node-b1b48864-20d9-309c-6e94-79ce18fe055a-18fe0558 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe055b-18fe0558 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe055c-18fe0558 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe055d-18fe0558 {
  align-self: center;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe055f-18fe0558 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe0561-18fe0558 {
  align-self: start;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe0564-18fe0558 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe0565-18fe0558 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe0566-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe0569-18fe0558 {
  align-self: start;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe057c-18fe0558 {
  align-self: stretch;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe057f-18fe0558 {
  align-self: start;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe0596-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe059a-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe059e-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe05a2-18fe0558 {
  align-self: center;
}

#w-node-b1b48864-20d9-309c-6e94-79ce18fe05a4-18fe0558 {
  justify-self: end;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d2012542-9665dd2b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201254b-9665dd2b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201254c-9665dd2b, #w-node-_203f0002-63d6-16c7-fd38-d5d1d2012552-9665dd2b {
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201255c-9665dd2b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201255d-9665dd2b {
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201255f-9665dd2b {
  justify-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201256d-9665dd2b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d201256e-9665dd2b {
  place-self: center;
}

#w-node-_203f0002-63d6-16c7-fd38-d5d1d2012570-9665dd2b {
  justify-self: center;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee712-9665dd2b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee713-9665dd2b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee714-9665dd2b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee724-9665dd2b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee727-9665dd2b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee72f-9665dd2b {
  place-self: center start;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee731-9665dd2b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee738-9665dd2b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee740-9665dd2b {
  place-self: center start;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee742-9665dd2b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee749-9665dd2b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d6423953-513e-2936-ab02-ece9734bb1bf-9665dd2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee751-9665dd2b {
  place-self: center start;
}

#w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee753-9665dd2b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e985250-9665dd2b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e985251-9665dd2b {
  place-self: center start;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e985252-9665dd2b {
  justify-self: start;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e985254-9665dd2b, #w-node-c36e8e33-78e5-8ca4-7266-72e76e985255-9665dd2b {
  place-self: start;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e985258-9665dd2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c36e8e33-78e5-8ca4-7266-72e76e98525a-9665dd2b {
  place-self: end center;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fcf7-9665dd2c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fcf8-9665dd2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fcf9-9665dd2c {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fd00-9665dd2c {
  justify-self: start;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fd03-9665dd2c {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fd04-9665dd2c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fd05-9665dd2c {
  place-self: center;
}

#w-node-_0c130477-8236-d19f-55f0-874878b6fd06-9665dd2c {
  align-self: center;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b08854d-9665dd2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b08856f-9665dd2c {
  justify-self: center;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b088570-9665dd2c {
  align-self: start;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b088571-9665dd2c {
  justify-self: start;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b088573-9665dd2c, #w-node-_4ad61e66-853a-b55c-15e1-82677b088574-9665dd2c {
  align-self: start;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b08857d-9665dd2c, #w-node-_4ad61e66-853a-b55c-15e1-82677b088582-9665dd2c, #name-2.w-node-_4ad61e66-853a-b55c-15e1-82677b088584-9665dd2c, #w-node-_4ad61e66-853a-b55c-15e1-82677b088586-9665dd2c, #name-2.w-node-_4ad61e66-853a-b55c-15e1-82677b088588-9665dd2c, #w-node-_4ad61e66-853a-b55c-15e1-82677b08858a-9665dd2c, #field.w-node-_4ad61e66-853a-b55c-15e1-82677b08858c-9665dd2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b08858d-9665dd2c {
  justify-self: start;
}

#w-node-_4ad61e66-853a-b55c-15e1-82677b088597-9665dd2c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_96b5359b-8d8e-cdb4-784a-e1da3a9e5563-9665dd2c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485a8-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485a9-9665dd2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485b2-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485b3-9665dd2d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485b4-9665dd2d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485b5-9665dd2d {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485b9-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485bd-9665dd2d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485c1-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_05061890-9bfb-53ae-a9be-3b39746485c4-9665dd2d {
  justify-self: end;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07249-9665dd2d, #w-node-de71c237-0386-12b1-c1b4-87735ea0724c-9665dd2d, #w-node-de71c237-0386-12b1-c1b4-87735ea0724d-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0724e-9665dd2d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0725a-9665dd2d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0725c-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0725e-9665dd2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07263-9665dd2d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07265-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07267-9665dd2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0728d-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0728f-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07294-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea07296-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0729b-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea0729d-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-de71c237-0386-12b1-c1b4-87735ea072a3-9665dd2d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b27-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b29-9665dd2d, #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b2a-9665dd2d {
  align-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b2b-9665dd2d {
  justify-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b2d-9665dd2d, #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b2e-9665dd2d {
  align-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b3a-9665dd2d {
  justify-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b3d-9665dd2d {
  place-self: center end;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b42-9665dd2d {
  justify-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b45-9665dd2d {
  place-self: center end;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b49-9665dd2d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b4a-9665dd2d {
  justify-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b4d-9665dd2d {
  place-self: center end;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b51-9665dd2d {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b52-9665dd2d {
  justify-self: start;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b55-9665dd2d {
  place-self: center end;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b59-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b5a-9665dd2d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b5b-9665dd2d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b5c-9665dd2d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c4853c-9665dd2d, #w-node-becff5c5-c699-0921-be4d-fcaf79c4853f-9665dd2d, #w-node-becff5c5-c699-0921-be4d-fcaf79c48540-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48541-9665dd2d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c4854d-9665dd2d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c4854f-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48551-9665dd2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48556-9665dd2d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48558-9665dd2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c4855a-9665dd2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48580-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48582-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48587-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48589-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c4858e-9665dd2d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48590-9665dd2d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-becff5c5-c699-0921-be4d-fcaf79c48596-9665dd2d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a42-9665dd2f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a43-9665dd2f {
  align-self: end;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a44-9665dd2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a45-9665dd2f {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a4b-9665dd2f {
  justify-self: start;
}

#w-node-cb0c412d-1207-e83c-a70d-202cc3585a4d-9665dd2f {
  place-self: auto start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e16573f1-9665dd2f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e16573fd-9665dd2f {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165740b-9665dd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657430-9665dd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657433-9665dd2f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657436-9665dd2f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165743d-9665dd2f {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657443-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657445-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657448-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165744a-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165744d-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165744f-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657452-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657454-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657470-9665dd2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657473-9665dd2f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657476-9665dd2f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165747d-9665dd2f {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657483-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657485-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657488-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165748a-9665dd2f {
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165748d-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e165748f-9665dd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657492-9665dd2f {
  align-self: center;
}

#w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657494-9665dd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a6f0c96c-086b-a3e6-d1ec-9aa38a42d688-9665dd2f {
  justify-self: center;
}

#w-node-a6f0c96c-086b-a3e6-d1ec-9aa38a42d689-9665dd2f {
  place-self: center stretch;
}

#w-node-a6f0c96c-086b-a3e6-d1ec-9aa38a42d68b-9665dd2f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-a6f0c96c-086b-a3e6-d1ec-9aa38a42d68d-9665dd2f {
  place-self: center stretch;
}

#w-node-a6f0c96c-086b-a3e6-d1ec-9aa38a42d690-9665dd2f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe77881-9665dd2f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe77892-9665dd2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe77895-9665dd2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe7789f-9665dd2f {
  align-self: start;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe778a4-9665dd2f {
  place-self: stretch center;
}

#w-node-_6887bbcb-9f16-49f8-31b2-d222c7402428-9665dd2f, #w-node-a26ceb8e-98ac-c75d-d232-da0f8fe778b7-9665dd2f {
  align-self: start;
}

#w-node-_42d9f3b1-9856-5743-b8f4-c28d5257a4ba-9665dd2f {
  place-self: stretch center;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe778cf-9665dd2f {
  align-self: start;
}

#w-node-a26ceb8e-98ac-c75d-d232-da0f8fe778d4-9665dd2f {
  place-self: stretch center;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a0032-9665dd31 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a0033-9665dd31 {
  align-self: end;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a0034-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a0035-9665dd31 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a003b-9665dd31 {
  justify-self: start;
}

#w-node-_83fda982-9022-dc01-fff7-8955ae9a003d-9665dd31 {
  place-self: auto start;
}

#w-node-f57b516a-3315-c7b1-5c46-2f32f1a16df7-9665dd31 {
  align-self: stretch;
}

#w-node-f57b516a-3315-c7b1-5c46-2f32f1a16df8-9665dd31 {
  align-self: start;
}

#w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf81-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf86-9665dd31 {
  place-self: center stretch;
}

#w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf88-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ef2fde56-6c02-e570-56e7-8acf1e600794-9665dd31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef2fde56-6c02-e570-56e7-8acf1e600797-9665dd31 {
  place-self: center stretch;
}

#w-node-ef2fde56-6c02-e570-56e7-8acf1e60079a-9665dd31, #w-node-ef2fde56-6c02-e570-56e7-8acf1e6007a3-9665dd31, #w-node-ef2fde56-6c02-e570-56e7-8acf1e6007ac-9665dd31, #w-node-_4acd8c06-6dd9-02ce-c321-867442826bc9-9665dd31 {
  place-self: start;
}

#w-node-_4acd8c06-6dd9-02ce-c321-867442826bd0-9665dd31 {
  place-self: end start;
}

#w-node-_4acd8c06-6dd9-02ce-c321-867442826bda-9665dd31 {
  place-self: start;
}

#w-node-_4acd8c06-6dd9-02ce-c321-867442826be1-9665dd31 {
  place-self: end start;
}

#w-node-_4acd8c06-6dd9-02ce-c321-867442826beb-9665dd31 {
  place-self: start;
}

#w-node-_4acd8c06-6dd9-02ce-c321-867442826bf2-9665dd31 {
  place-self: end start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baea-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baeb-9665dd31 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baec-9665dd31 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baed-9665dd31 {
  align-self: center;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf0-9665dd31 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf4-9665dd31 {
  justify-self: start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf5-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf7-9665dd31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf9-9665dd31 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315bafb-9665dd31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2b087cf7-6192-7c3b-cd40-290b7c626b28-9665dd31 {
  place-self: start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315bb08-9665dd31 {
  place-self: end start;
}

#w-node-ef39fc90-148d-45a5-dced-9390019cfd52-9665dd31 {
  place-self: start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315bb1b-9665dd31 {
  place-self: end start;
}

#w-node-_5ae85ab9-2c68-abb5-8c10-25cdf738d077-9665dd31 {
  place-self: start;
}

#w-node-_1923a75e-bb61-ce6d-75b5-8a493315bb2e-9665dd31 {
  place-self: end start;
}

#w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-9f0b3721 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb69-9f0b3721 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030d8-9f0b3721 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030d9-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030da-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030db-9f0b3721 {
  place-self: center start;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20313f-9f0b3721 {
  place-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203140-9f0b3721 {
  align-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203143-9f0b3721 {
  place-self: center stretch;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203145-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203148-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314c-9f0b3721 {
  justify-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314d-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314f-9f0b3721 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203151-9f0b3721 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203153-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a0-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a3-9f0b3721 {
  justify-self: start;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a4-9f0b3721 {
  place-self: center stretch;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a6-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a9-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1b4-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-9f0b3721 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-9f0b3721 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-9f0b3721 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9ac-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9af-9f0b3721 {
  justify-self: start;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b0-9f0b3721 {
  place-self: center stretch;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b2-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b5-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e1-9f0b3721, #w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e4-9f0b3721, #w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e5-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e6-9f0b3721 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f2-9f0b3721 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f4-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f6-9f0b3721 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95fb-9f0b3721 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95fd-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95ff-9f0b3721 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9625-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9627-9f0b3721 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d962c-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d962e-9f0b3721 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9633-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9635-9f0b3721 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d963b-9f0b3721 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883684-9f0b3721 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883685-9f0b3721 {
  align-self: center;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-9f0b3721 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d8836a0-9f0b3721, #w-node-f24867ce-fb30-2f4f-9d9d-01655d8836b3-9f0b3721, #w-node-f24867ce-fb30-2f4f-9d9d-01655d8836c6-9f0b3721, #w-node-a0c82ca6-0ed5-105f-0e40-2297190f9247-9f0b3721 {
  place-self: end start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf72-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf73-9f0b3721, #w-node-_35175049-4d1b-1928-5956-e26dc24edf74-9f0b3721 {
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf75-9f0b3721 {
  justify-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf77-9f0b3721 {
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf7a-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf7f-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6facb-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6face-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad0-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad4-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad7-9f0b3721 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fada-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fadc-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fae2-9f0b3721 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faeb-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf1-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf4-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf9-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fafe-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb03-9f0b3721 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb0c-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb12-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb15-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb1a-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb1f-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb24-9f0b3721 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb2d-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb35-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb38-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb3d-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb42-9f0b3721, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb47-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16359-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1635a-9f0b3721 {
  justify-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1635c-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b1635d-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16364-9f0b3721 {
  justify-self: center;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16358-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16368-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1636b-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1636d-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16372-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16375-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16378-9f0b3721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1637a-9f0b3721, #w-node-_41de0df8-3cf8-4862-72c6-2551dfb0b1af-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16383-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1638a-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b1638d-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16392-9f0b3721, #w-node-_48e3326f-7377-7ab3-76ca-2bfaad70cbe3-9f0b3721, #w-node-_91ffac5d-44e5-d1a5-2d3c-dfb3e3d4f7c5-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1639b-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163a2-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163a5-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163aa-9f0b3721, #w-node-_8a12a179-2b74-7a17-f417-c97fd0f4d4c6-9f0b3721, #w-node-_2f0c0ddd-8ec3-3853-4ded-209ca3c7e819-9f0b3721 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163b3-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163ba-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163bd-9f0b3721, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163c2-9f0b3721, #w-node-_25363150-52f4-c620-2279-83c724635296-9f0b3721, #w-node-_570b1573-cfad-3d35-7dd8-8662a2827ba8-9f0b3721 {
  align-self: start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b4-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b8-9f0b3721 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b9-9f0b3721 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-9f0b3721, #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2de-9f0b3721, #w-node-_71a99b11-246e-82ab-2f7b-6c51b627e9e8-9f0b3721 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce314-9f0b3721 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce318-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce31c-9f0b3721 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce320-9f0b3721 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce326-9f0b3721 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce32a-9f0b3721 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce32e-9f0b3721 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce332-9f0b3721 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce335-9f0b3721 {
  justify-self: end;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda0-9f0b3721 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-9f0b3721 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-9f0b3721, #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0fee03-9f0b3721 {
  align-self: start;
}

#w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-f0453767 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb69-f0453767 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030d8-f0453767 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030d9-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030db-f0453767 {
  place-self: center start;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20313f-f0453767 {
  place-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203140-f0453767 {
  align-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203143-f0453767 {
  place-self: center stretch;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203145-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203148-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314c-f0453767 {
  justify-self: center;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314d-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab20314f-f0453767 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203151-f0453767 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab203153-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a0-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a3-f0453767 {
  justify-self: start;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a4-f0453767 {
  place-self: center stretch;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a6-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1a9-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1b4-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-f0453767 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-f0453767 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-f0453767 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9ac-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9af-f0453767 {
  justify-self: start;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b0-f0453767 {
  place-self: center stretch;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b2-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_2f899a00-db88-1995-58af-c941283ed9b5-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e1-f0453767, #w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e4-f0453767, #w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e5-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95e6-f0453767 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f2-f0453767 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f4-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95f6-f0453767 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95fb-f0453767 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95fd-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d95ff-f0453767 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9625-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9627-f0453767 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d962c-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d962e-f0453767 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9633-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d9635-f0453767 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a9e3eb5a-78f4-895e-9bd1-4cb65b9d963b-f0453767 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883684-f0453767 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883685-f0453767 {
  align-self: center;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-f0453767 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f24867ce-fb30-2f4f-9d9d-01655d8836a0-f0453767, #w-node-f24867ce-fb30-2f4f-9d9d-01655d8836b3-f0453767, #w-node-f24867ce-fb30-2f4f-9d9d-01655d8836c6-f0453767, #w-node-a0c82ca6-0ed5-105f-0e40-2297190f9247-f0453767 {
  place-self: end start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf72-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf73-f0453767, #w-node-_35175049-4d1b-1928-5956-e26dc24edf74-f0453767 {
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf75-f0453767 {
  justify-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf77-f0453767 {
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf7a-f0453767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d1415ad-f17e-7e07-14b2-7dd0d9092e97-f0453767 {
  justify-self: start;
}

#w-node-_8d1415ad-f17e-7e07-14b2-7dd0d9092e99-f0453767 {
  align-self: start;
}

#w-node-_0a102ec4-c5bb-5bc3-4de0-e2c9aedec8b0-f0453767 {
  justify-self: start;
}

#w-node-_0a102ec4-c5bb-5bc3-4de0-e2c9aedec8b2-f0453767 {
  align-self: start;
}

#w-node-_297a97a0-6bc0-a1f1-7bc5-d91d55cd2fe0-f0453767 {
  justify-self: start;
}

#w-node-_297a97a0-6bc0-a1f1-7bc5-d91d55cd2fe2-f0453767 {
  align-self: start;
}

#w-node-d68fdc67-cd17-0fd4-de6a-fe009d3b33cb-f0453767 {
  justify-self: start;
}

#w-node-d68fdc67-cd17-0fd4-de6a-fe009d3b33cd-f0453767 {
  align-self: start;
}

#w-node-_35175049-4d1b-1928-5956-e26dc24edf7f-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6facb-f0453767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6face-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad0-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad4-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad7-f0453767 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fada-f0453767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fadc-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fae2-f0453767 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faeb-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf1-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf4-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf9-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fafe-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb03-f0453767 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb0c-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb12-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb15-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb1a-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb1f-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb24-f0453767 {
  align-self: start;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb2d-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb35-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb38-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb3d-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb42-f0453767, #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb47-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16359-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1635a-f0453767 {
  justify-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1635c-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b1635d-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16364-f0453767 {
  justify-self: center;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16358-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16368-f0453767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1636b-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1636d-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16372-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16375-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16378-f0453767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1637a-f0453767, #w-node-_41de0df8-3cf8-4862-72c6-2551dfb0b1af-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b16383-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1638a-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b1638d-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b16392-f0453767, #w-node-_48e3326f-7377-7ab3-76ca-2bfaad70cbe3-f0453767, #w-node-_91ffac5d-44e5-d1a5-2d3c-dfb3e3d4f7c5-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b1639b-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163a2-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163a5-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163aa-f0453767, #w-node-_8a12a179-2b74-7a17-f417-c97fd0f4d4c6-f0453767, #w-node-_2f0c0ddd-8ec3-3853-4ded-209ca3c7e819-f0453767 {
  align-self: start;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163b3-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b764ac08-b2dc-8d20-1383-3dab56b163ba-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163bd-f0453767, #w-node-b764ac08-b2dc-8d20-1383-3dab56b163c2-f0453767, #w-node-_25363150-52f4-c620-2279-83c724635296-f0453767, #w-node-_570b1573-cfad-3d35-7dd8-8662a2827ba8-f0453767 {
  align-self: start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b4-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b8-f0453767 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b9-f0453767 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-f0453767, #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2de-f0453767, #w-node-_71a99b11-246e-82ab-2f7b-6c51b627e9e8-f0453767 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce314-f0453767 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce318-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce31c-f0453767 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce320-f0453767 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce326-f0453767 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce32a-f0453767 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce32e-f0453767 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce332-f0453767 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce335-f0453767 {
  justify-self: end;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda0-f0453767 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-f0453767 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-f0453767, #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0fee03-f0453767 {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-ea9f01a6-b6ea-9355-c0dd-4c1f6e6091ee-9665dc8b, #w-node-ea9f01a6-b6ea-9355-c0dd-4c1f6e6091fd-9665dc8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49c98334-5759-180b-00ce-607f2f72a758-9665dc8b, #w-node-cb0c412d-1207-e83c-a70d-202cc3585a44-9665dd2f, #w-node-_83fda982-9022-dc01-fff7-8955ae9a0034-9665dd31 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c0c558d4-d655-62c5-507b-0cf7676cb4a4-9665dc8b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf4e7-9665dc8b {
    align-self: start;
  }

  #w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddb-9665dc8b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b29-9665dd2d {
    align-self: start;
  }

  #w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf0-9665dd31 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-9f0b3721 {
    align-self: start;
  }

  #w-node-_7a07e8a5-b02a-2043-3eb1-ef32ab2030da-9f0b3721 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-9f0b3721 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16358-9f0b3721, #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-f0453767 {
    align-self: start;
  }

  #w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-f0453767 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16358-f0453767 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-9f0b3721 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-9f0b3721 {
    align-self: start;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-f0453767 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-f0453767 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_49c98334-5759-180b-00ce-607f2f72a759-9665dc8b {
    grid-column-end: 2;
  }

  #w-node-_49c98334-5759-180b-00ce-607f2f72a76c-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_49c98334-5759-180b-00ce-607f2f72a774-9665dc8b {
    grid-column-end: 2;
  }

  #w-node-aa167647-cfa2-5438-0a45-f712e3e4ee64-9665dc8b, #w-node-aa167647-cfa2-5438-0a45-f712e3e4ee66-9665dc8b {
    align-self: end;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d067-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d07e-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d095-9665dc8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a277-9665dc8b {
    grid-column: 1 / 2;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a296-9665dc8b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a29e-9665dc8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a29f-9665dc8b {
    justify-self: stretch;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2ae-9665dc8b {
    place-self: center end;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2af-9665dc8b {
    justify-self: stretch;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2be-9665dc8b {
    place-self: center end;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2bf-9665dc8b {
    justify-self: stretch;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2ce-9665dc8b {
    place-self: center end;
  }

  #w-node-_767300fc-b9ad-ec32-650b-6360b722a2cf-9665dc8b {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af0e-9665dc8b {
    grid-column: 1 / 2;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af3f-9665dc8b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af56-9665dc8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af57-9665dc8b {
    justify-self: stretch;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af66-9665dc8b {
    place-self: center end;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af67-9665dc8b {
    justify-self: stretch;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af76-9665dc8b {
    place-self: center end;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af77-9665dc8b {
    justify-self: stretch;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af86-9665dc8b {
    place-self: center end;
  }

  #w-node-a00fa793-2e35-34ee-fff0-94e8bd00af87-9665dc8b {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0561-18fe0558 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0564-18fe0558 {
    grid-row: 2 / 3;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0565-18fe0558 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0566-18fe0558 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe057c-18fe0558 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee713-9665dd2b {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee714-9665dd2b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee724-9665dd2b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee727-9665dd2b {
    grid-column-end: 5;
  }

  #w-node-c36e8e33-78e5-8ca4-7266-72e76e98525d-9665dd2b {
    order: -9999;
  }

  #w-node-cb0c412d-1207-e83c-a70d-202cc3585a45-9665dd2f, #w-node-_5f33d17e-8b18-153e-87d5-1bf6e16573f1-9665dd2f, #w-node-_5f33d17e-8b18-153e-87d5-1bf6e16573fd-9665dd2f {
    grid-column-end: 2;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657430-9665dd2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e165743d-9665dd2f {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657470-9665dd2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e165747d-9665dd2f {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_83fda982-9022-dc01-fff7-8955ae9a0035-9665dd31 {
    grid-column-end: 2;
  }

  #w-node-ef2fde56-6c02-e570-56e7-8acf1e6007aa-9665dd31 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-9f0b3721, #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb69-9f0b3721 {
    grid-column-end: 2;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1b4-9f0b3721 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-9f0b3721, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-9f0b3721 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-9f0b3721 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf73-9f0b3721 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf7f-9f0b3721 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf80-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-9f0b3721 {
    order: 9999;
  }

  #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-f0453767, #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb69-f0453767 {
    grid-column-end: 2;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1b4-f0453767 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-f0453767, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-f0453767 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-f0453767 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf73-f0453767 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf7f-f0453767 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_35175049-4d1b-1928-5956-e26dc24edf80-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda3-f0453767 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf505-9665dc8b, #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf50d-9665dc8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf515-9665dc8b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf516-9665dc8b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_73f9b31b-bd10-7d7a-4fd4-64aebb8bf517-9665dc8b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d05c-9665dc8b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d067-9665dc8b {
    grid-column-end: 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d073-9665dc8b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d07e-9665dc8b {
    grid-column-end: 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d08a-9665dc8b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d095-9665dc8b {
    grid-column-end: 3;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0561-18fe0558 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe0564-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe0565-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe0566-18fe0558, #w-node-b1b48864-20d9-309c-6e94-79ce18fe057c-18fe0558 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe05a4-18fe0558 {
    justify-self: center;
  }

  #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee713-9665dd2b, #w-node-_107ca8dd-f99c-aa48-e2a7-57d301eee714-9665dd2b {
    justify-self: start;
  }

  #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b49-9665dd2d, #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b51-9665dd2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b59-9665dd2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b5a-9665dd2d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7d225575-2fce-91b8-9bca-b9e3edd67b5b-9665dd2d {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e165740c-9665dd2f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657411-9665dd2f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657430-9665dd2f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657433-9665dd2f, #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657436-9665dd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657470-9665dd2f {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657473-9665dd2f, #w-node-_5f33d17e-8b18-153e-87d5-1bf6e1657476-9665dd2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a26ceb8e-98ac-c75d-d232-da0f8fe77895-9665dd2f {
    grid-column: span 2 / span 2;
  }

  #w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf81-9665dd31 {
    grid-column-end: 4;
  }

  #w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf84-9665dd31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-9f0b3721, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-9f0b3721, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-9f0b3721 {
    grid-column: 1 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6face-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad3-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faeb-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf0-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb0c-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb11-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb2d-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb34-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b1636b-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16370-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16383-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16388-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b1639b-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163a0-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163b3-9f0b3721 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163b8-9f0b3721 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b8-9f0b3721 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b9-9f0b3721 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-9f0b3721, #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2de-9f0b3721, #w-node-_71a99b11-246e-82ab-2f7b-6c51b627e9e8-9f0b3721 {
    grid-column: span 4 / span 4;
  }

  #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1bd-f0453767, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1c6-f0453767, #w-node-_807fb592-c590-6253-46c1-0a4af5bcd1cf-f0453767 {
    grid-column: 1 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6face-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fad3-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faeb-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6faf0-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb0c-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb11-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb2d-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ec08ea6-bb9d-c5ee-ee26-4a6cbbf6fb34-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b1636b-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16370-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16383-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b16388-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b1639b-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163a0-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163b3-f0453767 {
    grid-column: span 2 / span 2;
  }

  #w-node-b764ac08-b2dc-8d20-1383-3dab56b163b8-f0453767 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b8-f0453767 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2b9-f0453767 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-f0453767, #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2de-f0453767, #w-node-_71a99b11-246e-82ab-2f7b-6c51b627e9e8-f0453767 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0c558d4-d655-62c5-507b-0cf7676cb4a4-9665dc8b {
    grid-column: 1 / 2;
  }

  #w-node-_801b1642-ac6b-4f69-988b-e5b6a137aec8-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_801b1642-ac6b-4f69-988b-e5b6a137aedc-9665dc8b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa167647-cfa2-5438-0a45-f712e3e4ee4e-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa167647-cfa2-5438-0a45-f712e3e4ee4f-9665dc8b {
    justify-self: end;
  }

  #w-node-aa167647-cfa2-5438-0a45-f712e3e4ee62-9665dc8b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d059-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d05c-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d067-9665dc8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d070-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d073-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d07e-9665dc8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d087-9665dc8b, #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d08a-9665dc8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51d504ec-7c7a-29b7-f372-3f2a5ec4d095-9665dc8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddb-9665dc8b {
    grid-column: 1 / 2;
  }

  #w-node-d46d1c9a-463c-7807-0d9b-6f51151d1ddf-9665dc8b {
    justify-self: start;
  }

  #w-node-_7f76675a-4ce7-ca79-f154-7f5996694549-96694539, #w-node-_7f76675a-4ce7-ca79-f154-7f599669454e-96694539, #w-node-_7f76675a-4ce7-ca79-f154-7f5996694553-96694539, #w-node-_7f76675a-4ce7-ca79-f154-7f5996694558-96694539 {
    justify-self: center;
  }

  #w-node-b1b48864-20d9-309c-6e94-79ce18fe055f-18fe0558 {
    grid-column: 1 / 2;
  }

  #w-node-f57b516a-3315-c7b1-5c46-2f32f1a16dff-9665dd31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f84036e4-6d3d-1f16-c773-0e74ffebbf81-9665dd31 {
    grid-column-end: 4;
  }

  #w-node-ef2fde56-6c02-e570-56e7-8acf1e6007aa-9665dd31 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1923a75e-bb61-ce6d-75b5-8a493315baf0-9665dd31 {
    grid-column: 1 / 2;
  }

  #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-9f0b3721 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-9f0b3721 {
    grid-column: 1 / 2;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-9f0b3721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce335-9f0b3721 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-9f0b3721 {
    grid-column-end: 3;
  }

  #w-node-_413f0781-8f5e-85e6-7b45-f82dbbadfb62-f0453767 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f24867ce-fb30-2f4f-9d9d-01655d883688-f0453767 {
    grid-column: 1 / 2;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce2c1-f0453767 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_7e6eda1d-f47d-e1ee-b1c7-3905eb6ce335-f0453767 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_879f3cd5-4afd-ba49-3a4c-7d6fab0feda1-f0453767 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Buda';
  src: url('../fonts/Buda.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opticiansans';
  src: url('../fonts/OpticianSans.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corben';
  src: url('../fonts/Corben-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corben';
  src: url('../fonts/Corben-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optician Sans';
  src: url('../fonts/Optician-Sans.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}