:root {
  --alice-blue: #edf3f5;
  --waves-library-black: #131313;
  --waves-library-dark-elevation: #ede0d8;
}

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

body {
  color: #fff;
  background-color: #141414;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

p {
  color: #ffffffb3;
  max-width: 450px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

.nav-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: 9px;
  display: flex;
}

.brand {
  z-index: 25;
  color: #fff;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.burger-line-middle {
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  height: 2px;
  margin-bottom: 4px;
}

.nav-menu {
  display: none;
}

.burger-line-top {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}

.nav-right {
  z-index: 25;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-container {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #ededf826;
  border: 1px solid #fff3;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.burger-menu-parent {
  z-index: 999;
  cursor: pointer;
  background-color: #f4f0e3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-menu-parent.open {
  background-color: #f4f0e300;
}

.logo {
  font-size: 19px;
  font-weight: 700;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.burger-line-bottom {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-left {
  z-index: 25;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.section.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Näyttökuva-2023-08-30-154719.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 70vh;
  min-height: 550px;
  display: flex;
  position: relative;
}

.section.foot {
  background-image: url('../images/648adb949729b7155ae0b699_gradient-img3.png');
  background-position: 0 0;
  background-size: cover;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
  display: flex;
}

.container.column {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding: 100px 40px;
}

.container.relative {
  z-index: 5;
  position: relative;
}

.cta {
  color: #fff;
  background-color: #0c8b67;
  border-radius: 50px;
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 14px;
  text-decoration: none;
}

.cta:hover {
  background-color: #076349;
}

.cta.top-margin {
  margin-top: 33px;
}

.block {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.field {
  color: #fff9;
  background-color: #fff0;
}

.field:hover {
  border: 1px solid #098b67;
}

.field.area {
  min-height: 111px;
}

.field-block {
  text-align: left;
  flex: 1;
  font-size: 14px;
  font-weight: 200;
}

.field-label {
  font-weight: 400;
}

.field-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.form-block {
  align-self: stretch;
}

.form {
  text-align: right;
  width: 100%;
}

.success {
  color: #fff;
  background-color: #098b6733;
  border: 1px solid #098b67;
  border-radius: 80px;
  font-size: 15px;
}

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

.error-message {
  color: #fff;
  background-color: #8f19198f;
  border: 1px solid #ff5454;
}

.label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
  font-weight: 600;
}

.wrapper {
  flex-wrap: wrap;
}

.wrapper.bottom {
  margin-top: auto;
}

.wrapper._22 {
  width: 80%;
  padding-right: 0;
}

.logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.margin {
  margin-top: 4px;
}

.logo-kuva {
  height: 75px;
}

.logo-kuva.mbb {
  display: none;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  min-height: 448px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.features-card.fourth {
  background-color: var(--alice-blue);
  top: 195px;
}

.features-card.second {
  background-color: var(--alice-blue);
  margin-bottom: 30px;
  top: 165px;
}

.features-card.third {
  background-color: var(--alice-blue);
  margin-bottom: 15px;
  top: 180px;
}

.features-card.first {
  background-color: var(--alice-blue);
  margin-bottom: 45px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.features-card.fifth {
  background-color: var(--alice-blue);
  top: 210px;
}

.features-card-title {
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-left.deskhide {
  display: none;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.features-card-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}

.section-2 {
  background-color: #0000000d;
  padding: 150px 20px;
  display: none;
}

.paragraph {
  color: #000000b3;
  text-align: left;
}

.heading-2 {
  font-size: 2.4375rem;
}

.kortti_sis_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.kartta {
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/Näyttökuva-2023-09-16-212550.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 333px;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 33px;
}

.hover-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #03030357;
  border: 1px solid #ffffff4f;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 70px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.sec-mb {
  display: none;
}

.waves---cta-dark {
  color: #000;
  background-color: #fff;
  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: #bdbdbde6;
}

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

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

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  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 {
  z-index: 6;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-height: 555px;
  position: relative;
}

.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 {
  background-image: url('../images/648ad7a1372f39bd59a7433a_gradient-img1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium.no {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.waves---section-medium._22 {
  background-image: linear-gradient(#141414, #0000 51%, #141414), url('../images/alex-pavor-VUnjE00FRSA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.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-small-feature-7 {
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #83838347;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #83838347;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #83838347;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.www {
  grid-column-gap: 11px;
  display: flex;
}

.background-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.abs-tummennus {
  z-index: 2;
  background-color: #00000054;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  border-radius: 11px;
  width: 100%;
  max-height: 400px;
}

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

.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_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_trigger {
  display: none;
}

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

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

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

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

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

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

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

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

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

.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_component {
  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%;
}

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

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

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

.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_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_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

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

.fs-cc-prefs_component {
  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-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 4rem;
  padding: 2rem 5vw 4rem;
  display: flex;
}

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

.uui-text-size-small-2.text-color-gray500 {
  color: #fff;
}

.ecosta-link {
  filter: invert();
}

.ecosta-logo {
  filter: invert();
  width: 75px;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 40px;
  }

  p {
    max-width: 450px;
  }

  .brand {
    border-left-style: none;
    border-right-width: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-right {
    display: none;
  }

  .nav-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-left {
    order: 1;
    display: none;
  }

  .section.hero {
    min-height: 430px;
  }

  .container.column {
    flex-direction: column;
  }

  .block {
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .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-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

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

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

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

  h2 {
    font-size: 25px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .nav-container {
    grid-column-gap: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .cta {
    font-size: 11px;
  }

  .logos {
    justify-content: center;
  }

  .features-left.mbhide {
    display: none;
  }

  .features-left.deskhide {
    display: flex;
  }

  .features-wrapper {
    grid-row-gap: 55px;
    flex-direction: column;
    align-items: center;
  }

  .sec-mb {
    justify-content: center;
    align-items: center;
    padding-top: 51px;
    padding-bottom: 38px;
    display: none;
  }

  .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-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

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

  .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-banner_component {
    width: 90vw;
  }

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

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
  }

  .nav-right {
    display: none;
  }

  .nav-container {
    margin-top: 0;
  }

  .navbar {
    display: none;
    position: absolute;
  }

  .nav-left {
    display: none;
  }

  .section.hero {
    min-height: 280px;
    padding-top: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.column {
    padding: 60px 20px;
  }

  .cta {
    font-size: 13px;
  }

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

  .field-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .wrapper.bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wrapper._22 {
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
  }

  .heading {
    text-align: left;
    font-size: 20px;
  }

  .logo-kuva.mbb {
    width: 84vw;
    height: auto;
    display: block;
  }

  .features-card.third {
    min-height: 420px;
  }

  .features-left.deskhide {
    padding-left: 22px;
    padding-right: 22px;
  }

  .features-right {
    width: 100%;
  }

  .heading-2 {
    font-size: 1.7rem;
  }

  .paragraph-2 {
    text-align: left;
  }

  .heading-3 {
    margin-top: 3px;
    font-size: 6vw;
  }

  .waves---paragraph-big {
    text-align: left;
    font-size: 17px;
  }

  .waves---heading-2-no-margins {
    text-align: left;
    font-size: 26px;
  }

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

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

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

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .text-block-3 {
    font-size: 15px;
  }

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

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

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

  .evasttt {
    align-items: center;
  }

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

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

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

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

  .uui-footer04_bottom-wrapper {
    flex-direction: row;
  }
}

#w-node-c2529d3d-8121-8ebe-1531-395c049f4b01-75077e9d {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_1cab78fc-1ad4-6f9a-2a56-7015d3392cbc-75077e9d {
  justify-self: center;
}

#w-node-bd27bbd9-8589-8cd4-8f5c-a7d866f221fc-75077e9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd27bbd9-8589-8cd4-8f5c-a7d866f221fd-75077e9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2428f85c-b66e-a753-25a7-6403dc02a433-75077e9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c2529d3d-8121-8ebe-1531-395c049f4b01-75077e9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bd27bbd9-8589-8cd4-8f5c-a7d866f221fc-75077e9d {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2428f85c-b66e-a753-25a7-6403dc02a433-75077e9d {
    grid-column: span 1 / span 1;
  }
}


