:root {
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--black: #131313;
  --easy-blue: #00225e;
  --white: white;
  --tone-dark: #d5bdaf;
  --waves-library--white: white;
  --black: black;
  --waves-library--background: #faebe3;
}

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

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, rgba(250, 235, 227, 0));
  height: 220px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  background-color: var(--easy-blue);
  min-width: 200px;
}

.waves---cta-dark.wide-cta.secoundary {
  border: 1px none var(--white);
  background-color: var(--tone-dark);
  color: #443a3a;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 600px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---section-hero-primary {
  background-color: var(--waves-library--dark-elevation);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
  max-width: 70%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---nav-cta {
  background-color: var(--easy-blue);
  color: var(--waves-library--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
  font-size: 18px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--tone-dark);
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves-master-nav-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tone-dark);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.waves---nav-container {
  background-color: var(--waves-library--dark-elevation);
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-4 {
  background-color: var(--waves-library--dark-elevation);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  height: 80px;
}

.waves-divider-nav-4 {
  background-color: rgba(19, 19, 19, .05);
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-right-top-nav-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  color: #000;
  font-size: 16px;
  line-height: 130%;
}

.waves---icon-text-vertical {
  grid-column-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.waves-left-top-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-inside-top-nav-4 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.waves-master-top-navbar-4 {
  background-color: var(--waves-library--dark-elevation);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.waves-wrapper-navbar-4 {
  z-index: 102;
  background-color: var(--tone-dark);
  flex-direction: column;
  display: block;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---limit-511 {
  width: 100%;
  max-width: 800px;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 7%, rgba(19, 19, 19, .66) 58%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  background-color: var(--waves-library--dark-elevation);
  color: var(--waves-library--white);
  background-image: url('../images/MIKRO­DERMABRASION-hildesheim-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-icon-33 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-bottom-footer-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: rgba(19, 19, 19, .2);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-2 {
  color: var(--tone-dark);
  text-decoration: none;
}

.waves-links-wrap-footer-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 120px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.waves-brand-footer-2 {
  height: 100%;
}

.waves-brand-link-footer-2 {
  height: 32px;
}

.waves-top-left-footer-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.waves-top-footer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-footer-2 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.button {
  text-align: center;
  min-width: 200px;
  height: 52px;
  padding: 8px 24px;
}

.heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.text-block {
  font-size: 18px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.waves---covered-item-text-pricing {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.waves---covered-item-text-pricing.bold {
  font-weight: 700;
}

.waves---icon-covered-pricing {
  width: 20px;
  height: 20px;
}

.waves-check-item-pricing-1 {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-covered-list-wrap-pricing-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.waves-covered-heading-pricing-1 {
  font-size: 18px;
  line-height: 120%;
}

.waves-covered-wrap-pricing-1 {
  grid-row-gap: 8px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--dark-elevation);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: var(--tone-dark);
  color: var(--white);
}

.waves-price-text-pricing-1 {
  color: rgba(19, 19, 19, .7);
  font-size: 17px;
  font-weight: 500;
}

.waves-wrap-price-1 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.waves-divider-pricing-1 {
  background-color: rgba(20, 23, 27, .1);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.waves-heading-pricing-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.waves-top-text-pricing-1 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.waves-tile-pricing-1 {
  background-color: var(--waves-library--white);
  border-radius: 8px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.waves-grid-pricing-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-grid-pricing-1.solo {
  grid-template-columns: 1fr;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.grid {
  flex: 0 auto;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
}

.image {
  height: 80px;
}

.text-block-2 {
  overflow: visible;
}

.waves---cta-dark-3 {
  background-color: var(--tone-dark);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block, .div-block-2, .div-block-3 {
  display: flex;
}

.image-2, .image-3, .image-4, .image-5, .image-6 {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-master-nav-4 {
    overflow: hidden;
  }

  .waves-right-top-nav-4 {
    grid-column-gap: 18px;
  }

  .waves-left-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .waves-master-top-navbar-4 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .waves-section-hero-5 {
    background-color: var(--waves-library--dark-elevation);
    padding-top: 240px;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-top-left-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-top-footer-2 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .waves-grid-pricing-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---section-hero-primary, .waves-master-nav-4 {
    overflow: hidden;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-right-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    max-width: 130px;
    display: none;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-5 {
    background-color: var(--waves-library--dark-elevation);
    padding-top: 160px;
  }

  .waves-column-links-footer-2 {
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-pricing-1 {
    max-width: 400px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

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

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--dark-elevation);
  }

  .waves-master-nav-4 {
    overflow: hidden;
  }

  .waves---paragraph-small {
    font-size: 14px;
  }

  .waves-section-hero-5 {
    background-color: var(--waves-library--dark-elevation);
    background-position: 50%;
    background-size: auto;
    padding-bottom: 48px;
  }

  .heading {
    font-size: 28px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-tile-pricing-1 {
    padding: 24px 16px 16px;
  }

  .waves-grid-pricing-1 {
    margin-top: 40px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .image {
    height: 80px;
    overflow: visible;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-daf49c4a-cb52-26af-c772-a4f8445167a6-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-daf49c4a-cb52-26af-c772-a4f8445167af-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-e844aab6-f4ad-bdd8-12b8-1b93568b1fe7-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e844aab6-f4ad-bdd8-12b8-1b93568b1fe8-a8ff2b85, #w-node-fa1eba7f-bd7d-314f-d5f4-74079a23b865-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fa1eba7f-bd7d-314f-d5f4-74079a23b864-a8ff2b85, #w-node-_7846d660-8c31-693e-6e69-32754e47dfa2-a8ff2b85, #w-node-_7846d660-8c31-693e-6e69-32754e47dfc1-a8ff2b85, #w-node-_7846d660-8c31-693e-6e69-32754e47dfe0-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2c6b516-1a20-6f8e-ae95-d7146f8283f9-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_702d8b24-ab54-1fa8-55e0-a6bcca5f4f12-a8ff2b85, #w-node-ac928dde-e138-4518-7a2e-e58764623a94-a8ff2b85, #w-node-_30a4c0c4-7e88-427a-0c6e-1706e5d6dfd8-a8ff2b85, #w-node-_30a4c0c4-7e88-427a-0c6e-1706e5d6dfdc-a8ff2b85 {
  justify-self: end;
}

#w-node-d1a89303-aa37-68bd-7067-b54af15ce6ea-a8ff2b85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e844aab6-f4ad-bdd8-12b8-1b93568b1fe7-a8ff2b85, #w-node-fa1eba7f-bd7d-314f-d5f4-74079a23b864-a8ff2b85 {
    align-self: center;
    justify-self: center;
  }
}


