@font-face {
  font-family: Monasans Slnt Wdth Wght;
  src: url('../images/') format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #056edc;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --lightgray: #eee;
  --waves-library--dark-elevation: #d8e0ed;
  --white: white;
  --black: black;
  --transparent: #fff0;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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;
  font-family: Monasans Slnt Wdth Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

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

.nappi:hover {
  opacity: .85;
}

.nappi.sec {
  background-color: #13131300;
  background-image: none;
  border: 1px solid #fff;
}

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

.waves---nav-link {
  color: #fff;
  padding: 12px 16px;
}

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

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  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 {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.waves---nav-brand-link {
  height: 60px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #2929294d;
  border-bottom: 1px solid #13131333;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.s1 {
  background-image: linear-gradient(270deg, #fff0, #000000b3 87%), url('../images/IMG_8097_4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 55vh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.herowrapper {
  width: 100%;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.h1 {
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.1;
}

.pw {
  color: #fff;
  font-size: 1.3rem;
}

.wrp2 {
  max-width: 551px;
}

.nappiwrappi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.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: #131313e6;
}

.waves---mg-top-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 16px;
  display: flex;
}

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

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

.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 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
}

.waves-image-features-3.m500 {
  max-height: 500px;
}

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

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

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

.waves---section-medium.top-small {
  padding-top: 40px;
}

.waves---section-medium.bg-gray {
  background-color: var(--lightgray);
  text-decoration: none;
}

.waves---section-medium.bg-gray.bottom-padding-small {
  padding-bottom: 40px;
}

.waves---paragraph-small {
  font-size: 1.1rem;
  line-height: 130%;
}

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

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

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.arrow-image {
  width: 9.14px;
  height: 18.28px;
}

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

.section_example.bg-gray {
  background-color: var(--lightgray);
  margin-bottom: 0;
}

.example_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 33vw;
  max-width: 626px;
  display: flex;
}

.example_component.mb-hight-small {
  width: 100%;
  max-width: none;
}

.padding-section-example {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-0 {
  padding: 0;
}

.text-block-4 {
  color: #fff;
}

.bef-af-tekst {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000004d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px 16px;
  position: absolute;
  inset: auto auto 6% 0%;
}

.bef-af-tekst._2 {
  border-radius: 5px 0 0 5px;
  inset: auto 0% 6% auto;
}

.grid-before-after {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-before-after.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

.splitter_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splitter_handle-wrapper._232 {
  background-color: #000;
}

.line-wrapper {
  background-color: #fff;
  width: 10px;
  height: 100%;
}

.line-wrapper._232 {
  background-color: #000;
}

.splitter_component {
  cursor: pointer;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component.is-radius {
  border-radius: 1rem;
  width: 33vw;
  max-width: 626px;
  height: 33vh;
}

.splitter_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.splitter_image.is-after {
  width: 33vw;
  max-width: 626px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splitter_image.is-after._2 {
  object-position: 50% 75%;
}

.splitter_handle-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.splitter_handle-circle.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.splitter_handle-circle.is-2._232 {
  background-color: #000;
}

.img-section {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/urkakaneteneminen2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 75vh;
  min-height: 500px;
  padding-top: 73px;
  padding-bottom: 73px;
  display: flex;
}

.img-section.hidden {
  display: none;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

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

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

.uui-form-field-wrapper {
  position: relative;
}

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

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

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

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

.uui-heading-medium-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.3;
}

.uui-heading-medium-2._2 {
  margin-bottom: 2rem;
}

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

.subtitle {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: .9rem;
  font-weight: 600;
}

.uui-contact03_form {
  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;
}

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

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-field-label {
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-text-style-link-02 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.error-text {
  color: #e23939;
}

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

.success-message {
  padding: 1.5rem;
}

.uui-icon-1x1-xsmall-2 {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact03_item {
  align-items: center;
  font-size: 18px;
  line-height: 2;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large-2 {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.uui-contact03_icon-wrapper {
  color: #ffd405;
  flex: none;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #305d81;
  border: 1px #f58e44;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:focus {
  background-color: #ffd405;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.bold-text {
  font-family: Monasans Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.h2-w {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}

.paraw {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}

.waves-link-footer-1 {
  color: #fff;
  text-decoration: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: flex;
  position: static;
  inset: auto auto 1.25rem 1.25rem;
}

.image-4 {
  width: 30px;
  height: 30px;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  filter: invert();
  -webkit-text-stroke-color: #4b4949;
  mix-blend-mode: screen;
  background-color: #000;
  height: 100%;
}

.waves-brand-footer-1._2 {
  filter: none;
  mix-blend-mode: normal;
  background-color: #fff0;
}

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

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

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

.waves-top-right-footer-1 {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.waves-divider-footer-1 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

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

.waves-icon-24 {
  filter: invert();
  width: 75px;
}

.waves-brand-link-footer-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  height: 59px;
  text-decoration: none;
  display: flex;
}

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

.fs-cc-manager_trigger {
  display: none;
}

.ev-ste-palkki {
  z-index: 2;
  background-color: #161616;
  padding-top: 80px;
  padding-bottom: 64px;
  position: relative;
}

.blockk {
  color: #fff;
  background-color: #2c2c2c;
  background-image: linear-gradient(45deg, #000000d6, #fff0), linear-gradient(#00000080, #00000080), url('../images/katonpesupromo-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7rem;
  padding: 30px;
  display: flex;
  box-shadow: 4px 4px 16px -2px #0003;
}

.linkk {
  color: #fff;
}

.divi {
  max-width: 50%;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_component {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_component {
  z-index: 999;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.evasttt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.rl-padding-global {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_section_gallery21 {
  background-color: var(--lightgray);
  overflow: hidden;
}

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

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_arrow-right {
  color: #000;
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  color: #000;
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-section-large {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  overflow: hidden;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.rl_gallery21_mask {
  width: 33%;
  overflow: visible;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.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-2 {
  grid-row-gap: 16px;
  background-color: var(--lightgray);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---cta-dark-2 {
  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-2:hover {
  background-color: #131313e6;
}

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

.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;
  font-weight: 600;
  line-height: 130%;
}

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

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

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

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

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

.text-block-5 {
  font-size: 1.1rem;
}

.image-5 {
  border-radius: 20px;
}

.kuva {
  object-fit: cover;
  border-radius: 11px;
  max-height: 300px;
  margin-top: 15px;
}

.split {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  width: 50%;
  display: flex;
}

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

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

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.waves---section-medium-3._22 {
  padding-top: 60px;
}

.text-span {
  color: #313131;
  text-decoration: none;
}

.l {
  color: #0a0a0a;
  text-decoration: underline;
}

.d-hide {
  display: none;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: none;
  position: relative;
  inset: auto auto 0 0;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.cell {
  font-size: .5rem;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
  font-size: 5rem;
  line-height: 1.3;
}

.paragraph {
  margin-bottom: 0;
  font-size: 1rem;
}

.text-block-6 {
  color: #fff;
}

.text-block-6.is-b {
  color: #000;
}

.image-6 {
  width: 25px;
}

.footer4_credit-text {
  font-size: .875rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

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

.text-style-link {
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.logotekstnav {
  color: #2c8fca;
  font-size: 1.4rem;
  font-weight: 600;
}

.rl-styleguide_logo {
  width: 10rem;
}

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

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

.footer4_link {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.fs-cc-manager_component-3 {
  z-index: 999;
  display: flex;
}

.line-divider-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.delete-this {
  display: flex;
}

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

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

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer4_logo-link {
  padding-left: 0;
}

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

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-ecosta {
  color: var(--white);
  text-align: right;
}

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

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

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.overlay-dark-8 {
  background-color: #181e2514;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero-1-hero-maser {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.icon-star {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.testimonial-card-author-text {
  flex-flow: column;
  display: flex;
}

.hero-testimonial-top-tile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-with-icon {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: relative;
}

.cta-with-icon.accent-text {
  color: #d6fd70;
}

.cta-with-icon.accent-2 {
  color: #181e25;
}

.hero-1-hero-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-bg {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg.accent-text-8 {
  background-color: #181e2500;
}

.button-bg.accent-9 {
  background-color: #d6fd70;
}

.label-master {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #ffffffab;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

.heading-hero-1 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  max-width: 640px;
}

.hero-right-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 409px;
  display: flex;
}

.button-text-mask {
  flex: none;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}

.hero-testimonial-box {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  max-width: none;
  margin-top: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.headline-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-star-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #d6fd70;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  display: flex;
  position: relative;
}

.icon-button.accent-8 {
  filter: invert();
}

.section {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero-1 {
  color: #fff;
  background-color: #181e25;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-light-64 {
  color: #ffffffa3;
}

.testimonial-card-author {
  border-radius: 100vw;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.home-a-hero-botttom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.icon-hero-feature {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.icon-hero-feature._2 {
  filter: invert();
}

.button-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: flex;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  letter-spacing: -.5px;
  margin-top: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.button-text._1.accent-4 {
  color: var(--white);
}

.hero-1-hero-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-card-bottom-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-a-hero-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-1-video {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  min-height: auto;
  max-height: 60rem;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-1-video._2 {
  padding-top: 200px;
}

.hero-1-video._3 {
  padding-top: 100px;
}

.hero-1-video.small {
  height: 70svh;
  max-height: 35rem;
  padding-top: 100px;
}

.home-1-hero-dots {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 408px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.3%;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-2.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.section_header5 {
  position: relative;
}

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

.image-overlay-layer.darker {
  background-color: #0006;
}

.button-3 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-3.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-small {
  border-color: #3898ec;
  border-radius: 100px;
  padding: .5rem 1.25rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  border-radius: 8px;
  padding: .5rem 1rem;
  transition: all .2s;
}

.navbar1_dropdown-link:hover {
  background-color: #c9c9c9;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_menu-links {
  color: var(--waves-library--white);
}

.navbar1_component {
  background-color: #fff0;
  border-bottom: 1px solid #ececec00;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-weight: 500;
}

.navbar1_link:hover {
  opacity: .8;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  background-color: #e6e6e6;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.code-embed {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: 100px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  max-width: 12em;
  padding: .75rem 1.5rem;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars__bg {
  background-color: var(--blue);
  border-radius: 100px;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__bg.is-sec {
  border: 1px solid var(--white);
  background-color: var(--transparent);
}

.btn-animate-chars__text {
  color: var(--white);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.hero-h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-testimonial-box-2 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff29;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 276px;
  max-width: 276px;
  margin-top: auto;
  padding: 16px;
  display: flex;
  position: relative;
}

.icon-hero-feature-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.hero-1-video-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}

.image-7 {
  width: 3rem;
  height: 3rem;
}

.image-8 {
  width: 22px;
  height: 22px;
}

.link-2 {
  text-decoration: underline;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.heading-style-h3.text-color-white {
  color: var(--waves-library--white);
}

.heading-style-h3.text-color-white.smaller {
  font-size: 2.2rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.link-3 {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

.section-2, .herosection {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-4.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.section_layout1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splitter-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.splitter-content {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.splitter-content.is--after {
  clip-path: inset(0 0 0 25%);
}

.splitter-content__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splitter-handle {
  z-index: 2;
  cursor: ew-resize;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: .25em;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
}

.splitter-handle__center {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  background-color: #fff;
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.splitter-handle__icon {
  justify-content: center;
  align-items: center;
  width: 1.25em;
  display: flex;
}

.quick-stack {
  padding-left: 0;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-5.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout121_content-left {
  position: sticky;
  top: 5rem;
}

.layout121_progress-bar-wrapper {
  background-color: #cfcfcf;
  width: 2px;
  height: 80%;
  margin-bottom: 3rem;
  position: absolute;
  top: 5%;
  left: 2rem;
  right: auto;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.layout121_timeline-step._3 {
  padding-bottom: 5rem;
}

.layout121_progress-bar {
  background-color: #5f5f5f;
  width: 2px;
  height: 100%;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  padding: 1rem;
  display: flex;
  position: relative;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-wrapper {
  position: relative;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link12 {
  color: #fff;
  background-color: #fff0;
}

.dropdown-list {
  background-color: #302c2c;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #292929;
  display: block;
}

.dropdown-toggle, .dropdown-toggle.w--open, .text-block-7, .icon {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .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-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .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-image-features-4 {
    max-width: 470px;
  }

  .splitter_before {
    width: 80vw;
  }

  .example_component {
    width: 85vw;
  }

  .grid-before-after {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .grid-before-after.grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container-large-2 {
    max-width: 90vw;
  }

  .splitter_component, .splitter_component.is-radius, .splitter_image.is-after {
    width: 85vw;
  }

  .wrapper {
    max-width: 90vw;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-contact03_item {
    object-fit: fill;
  }

  .paraw {
    font-size: 1.2rem;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .kuva {
    display: block;
  }

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

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .footer4_link-list {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer4_link-list._224 {
    grid-template-rows: auto auto auto;
  }

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

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

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .home-a-hero-botttom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-1-video {
    height: 90svh;
    max-height: none;
  }

  .hero-1-video._2 {
    height: auto;
    min-height: 100svh;
    padding-top: 40px;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-links {
    color: var(--black);
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #c4c4c4;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    background-color: var(--white);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .layout121_progress-bar-wrapper {
    height: 76%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

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

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .list {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .splitter_before {
    width: 90vw;
  }

  .example_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
  }

  .splitter_component {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component.is-radius {
    width: 90vw;
    height: 35vh;
  }

  .splitter_image.is-after {
    width: 90vw;
  }

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

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

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-text-size-large-2, .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #ffd405;
    border-color: #ffd405;
  }

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

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

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

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

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

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

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

  .split {
    flex-direction: column;
  }

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

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

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

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

  .fs-cc-banner_component-2 {
    width: 90vw;
  }

  .cell-3 {
    text-align: left;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

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

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

  .text-size-medium {
    font-size: 1rem;
  }

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: max-content 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

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

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

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .text-medium.hidden-mob {
    display: none;
  }

  .heading-hero-1 {
    max-width: 450px;
  }

  .hero-right-block {
    max-width: 356px;
  }

  .icon-button {
    width: 12px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .hero-testimonial-box-2 {
    max-width: none;
  }

  .image-7 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-style-h3.smaller {
    font-size: 2.3rem;
  }

  .heading-style-h3.text-color-white.smaller {
    font-size: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .quick-stack {
    padding-right: 0;
  }

  .layout121_content-left {
    position: static;
  }

  .layout121_progress-bar-wrapper {
    height: 80%;
    left: 1.5rem;
  }

  .layout121_timeline-step._3 {
    padding-bottom: 3rem;
  }

  .layout121_timeline-icon-wrapper {
    width: 3rem;
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .nappi.sec {
    text-align: center;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nappi.nav {
    display: none;
  }

  .waves---hamburger-icon {
    color: #fff;
  }

  .waves---nav-link {
    color: #000;
  }

  .s1 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(270deg, #fff0, #000000b3 87%), url('../images/IMG_8097_4.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .pw {
    font-size: 1.1rem;
  }

  .waves---mg-top-16._1121 {
    flex-direction: column;
  }

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

  .waves---content-image-halves {
    justify-content: flex-start;
    align-items: center;
  }

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

  .waves---paragraph-small {
    text-align: left;
  }

  .splitter_before {
    width: 90vw;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .section_example {
    justify-content: center;
  }

  .example_component.mb-hight-small {
    height: 250px;
  }

  .grid-before-after {
    grid-row-gap: 33px;
  }

  .grid-before-after.grid {
    grid-row-gap: 20px;
  }

  .splitter_component {
    width: 90vw;
    height: 35vh;
  }

  .splitter_image.is-after {
    width: 90vw;
  }

  .img-section {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/Kotipiha-maalaus-220708-8.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .wrapper {
    align-items: flex-start;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .uui-heading-medium-2 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .subtitle {
    text-align: left;
  }

  .uui-text-style-link-02 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bold-text {
    font-size: 20px;
  }

  .h2-w {
    font-size: 1.9rem;
  }

  .paraw {
    text-align: left;
    font-size: 1rem;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .blockk {
    margin-top: 41px;
  }

  .divi {
    max-width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .evasttt {
    align-items: center;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

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

  .rl_gallery21_slide-nav.hidden-mob {
    display: none;
  }

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

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

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

  .kuva {
    width: 100%;
  }

  .split {
    align-items: flex-start;
  }

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

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

  .waves---subtitle.mbh {
    display: none;
  }

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

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

  .d-hide {
    display: block;
  }

  .fs-cc-prefs_component-2 {
    padding: 1.5rem;
  }

  .fs-cc-banner_component-2 {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .footer4_credit-text {
    font-size: .8rem;
  }

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

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

  .logotekstnav {
    line-height: 1.2;
  }

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

  .footer4_link {
    font-size: .85rem;
  }

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

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

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

  .hero-1-hero-maser {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .label-master.hidden-mob {
    display: none;
  }

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

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

  .home-a-hero-botttom {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-1-video {
    height: 90svh;
  }

  .hero-1-video._2 {
    padding-bottom: 30px;
  }

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

  .hero-h1 {
    margin: 0;
    font-size: 2.5rem;
  }

  .hero-testimonial-box-2 {
    width: 100%;
    min-width: auto;
  }

  .heading-style-h3.smaller {
    font-size: 1.7rem;
  }

  .heading-style-h2.center {
    text-align: center;
  }

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

  .quick-stack {
    padding-right: 0;
  }

  .layout121_progress-bar-wrapper {
    top: 2%;
  }

  .layout121_timeline-step._3 {
    padding-bottom: 2rem;
  }

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

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-8d556107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-8d556107, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-8d556107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-8d556107, #w-node-_9af159c4-baeb-8bd3-37f6-4b466fc58796-8d556107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9af159c4-baeb-8bd3-37f6-4b466fc58797-8d556107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca02-4806c9f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca08-4806c9f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca12-4806c9f7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca35-4806c9f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca36-4806c9f7 {
  justify-self: start;
}

#w-node-_41823d38-8e9e-5d1a-d08f-4e843790d9df-3790d9da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b3ff918-17d4-bfaf-057c-31dd728b0356-1f235af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b3ff918-17d4-bfaf-057c-31dd728b0369-1f235af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0275bd-60ae-9a86-1e04-045688a642f3-1f235af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2a0275bd-60ae-9a86-1e04-045688a642ea-1f235af7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-bc3422ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-bc3422ca, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-bc3422ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-bc3422ca, #w-node-bad2387b-f4dc-d630-c181-b76dbf156279-bc3422ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-bc3422ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-084b1a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-084b1a9c, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-084b1a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-084b1a9c, #w-node-_4abd84f1-2aa5-928c-296b-89b746229350-084b1a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-084b1a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-6513ee18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-6513ee18, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-6513ee18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-6513ee18, #w-node-aebd9f32-2fb3-a43c-07a4-2a77b2aecce6-6513ee18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-6513ee18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-614e92e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-614e92e9, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-614e92e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-614e92e9, #w-node-_496e94ff-d7b1-d323-0619-bd5c66572016-614e92e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-614e92e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-495c61b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-495c61b5, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-495c61b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-495c61b5, #w-node-_8a8e1574-241e-92a0-b603-6251e14580f8-495c61b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-495c61b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-27155142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-27155142, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-27155142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-27155142, #w-node-ace7376a-3bcd-9a86-3d3f-bad65799025f-27155142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-27155142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-1e99038b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-1e99038b, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-1e99038b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-1e99038b, #w-node-_98dc1f13-de77-6119-31e2-5d0a8a4051e1-1e99038b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-1e99038b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-79430e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-79430e20, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-79430e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-79430e20, #w-node-_3b7fd17c-aa86-c918-26af-2fca18785b62-79430e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-79430e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-021ad91a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-021ad91a, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-021ad91a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-021ad91a, #w-node-_335bc257-9d18-3ee9-e74e-b5ea816f16dc-021ad91a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-021ad91a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-3d1d36f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-3d1d36f5, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-3d1d36f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-3d1d36f5, #w-node-b57c29ac-94c9-e7e3-f9d4-34d554c342ab-3d1d36f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-3d1d36f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-7705af07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-7705af07, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-7705af07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-7705af07, #w-node-_2787c7d5-46a0-7e3f-a6f7-fbaf12965a14-7705af07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-7705af07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-ab169bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-ab169bfd, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-ab169bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-ab169bfd, #w-node-af270040-9e2d-f4dc-e664-cde7eac9cf11-ab169bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-ab169bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-47973bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-47973bfa, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-47973bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-47973bfa, #w-node-e5d05666-1583-1843-3dd1-07396013f186-47973bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-47973bfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-18346767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3f-18346767, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e4-18346767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-18346767, #w-node-_768fff29-3ce4-73eb-becc-9be3b659eb32-18346767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-18346767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d62a8f34-3e66-61cf-77d7-cccb95dc6d55-95dc6d52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d62a8f34-3e66-61cf-77d7-cccb95dc6d56-95dc6d52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-8d556107, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-8d556107, #w-node-_9af159c4-baeb-8bd3-37f6-4b466fc58796-8d556107 {
    place-self: center;
  }

  #w-node-_9af159c4-baeb-8bd3-37f6-4b466fc58797-8d556107 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca07-4806c9f7, #w-node-_41823d38-8e9e-5d1a-d08f-4e843790d9df-3790d9da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b3ff918-17d4-bfaf-057c-31dd728b0369-1f235af7, #w-node-_2a0275bd-60ae-9a86-1e04-045688a642f3-1f235af7 {
    place-self: center;
  }

  #w-node-_2a0275bd-60ae-9a86-1e04-045688a642ea-1f235af7 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-bc3422ca, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-bc3422ca, #w-node-bad2387b-f4dc-d630-c181-b76dbf156279-bc3422ca {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-bc3422ca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-084b1a9c, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-084b1a9c, #w-node-_4abd84f1-2aa5-928c-296b-89b746229350-084b1a9c {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-084b1a9c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-6513ee18, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-6513ee18, #w-node-aebd9f32-2fb3-a43c-07a4-2a77b2aecce6-6513ee18 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-6513ee18 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-614e92e9, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-614e92e9, #w-node-_496e94ff-d7b1-d323-0619-bd5c66572016-614e92e9 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-614e92e9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-495c61b5, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-495c61b5, #w-node-_8a8e1574-241e-92a0-b603-6251e14580f8-495c61b5 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-495c61b5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-27155142, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-27155142, #w-node-ace7376a-3bcd-9a86-3d3f-bad65799025f-27155142 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-27155142 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-1e99038b, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-1e99038b, #w-node-_98dc1f13-de77-6119-31e2-5d0a8a4051e1-1e99038b {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-1e99038b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-79430e20, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-79430e20, #w-node-_3b7fd17c-aa86-c918-26af-2fca18785b62-79430e20 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-79430e20 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-021ad91a, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-021ad91a, #w-node-_335bc257-9d18-3ee9-e74e-b5ea816f16dc-021ad91a {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-021ad91a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-3d1d36f5, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-3d1d36f5, #w-node-b57c29ac-94c9-e7e3-f9d4-34d554c342ab-3d1d36f5 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-3d1d36f5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-7705af07, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-7705af07, #w-node-_2787c7d5-46a0-7e3f-a6f7-fbaf12965a14-7705af07 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-7705af07 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-ab169bfd, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-ab169bfd, #w-node-af270040-9e2d-f4dc-e664-cde7eac9cf11-ab169bfd {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-ab169bfd {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-47973bfa, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-47973bfa, #w-node-e5d05666-1583-1843-3dd1-07396013f186-47973bfa {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-47973bfa {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_9bbbdef3-b361-659d-2fa7-7c1327c66e3e-18346767, #w-node-_7a1eaf11-7155-41a5-5eb8-cb38e67299e3-18346767, #w-node-_768fff29-3ce4-73eb-becc-9be3b659eb32-18346767 {
    place-self: center;
  }

  #w-node-a5529d06-b11a-9fc8-8813-972e93695ea3-18346767 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d62a8f34-3e66-61cf-77d7-cccb95dc6d55-95dc6d52 {
    place-self: center;
  }

  #w-node-d62a8f34-3e66-61cf-77d7-cccb95dc6d56-95dc6d52 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fe07325-7c54-56a5-b26c-4d7f4806ca12-4806c9f7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Monasans Slnt Wdth Wght';
  src: url('../images/') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}