:root {
  --vihree: #40502a;
  --beige: #c39a6b;
  --musta: #231f20;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--800: #211f54;
  --harmaa: #716557;
  --tumma-ruskea: #3a2111;
  --elements-webflow-library-general--shadow-02: #14142b14;
}

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

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

.brix---btn-primary-small {
  background-color: var(--vihree);
  color: #fff;
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: seravek-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--beige);
  color: #fff;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

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

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--musta);
  padding: 0;
  font-family: seravek-web, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover, .brix---header-nav-link.w--current {
  color: var(--musta);
}

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

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

.brix---dropdown-link:hover {
  color: var(--vihree);
}

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

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

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

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

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

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

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

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

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

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

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

.brix---header-left-col {
  align-items: center;
  display: flex;
}

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

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

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.s1.vh100 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/eb35d501-1-beginner-hiking-lapland-terhi.tuovinen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.s2.vh100 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: var(--musta);
  font-family: seravek-web, sans-serif;
  font-weight: 300;
}

.c2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 59px;
}

.c2.hidden {
  display: block;
}

.background-video {
  background-image: linear-gradient(#00000024, #00000024);
  width: 100%;
  height: 100%;
  position: absolute;
}

.s2-h2 {
  padding-bottom: 29px;
  font-family: seravek-web, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.wrapper-2-col {
  display: flex;
}

.img-wrapper-2-col {
  width: 50%;
}

.text-wrapper-2-col {
  padding-left: 56px;
}

.image {
  border-radius: 40px;
}

.hero-c {
  background-color: #0000;
}

.h1--hero {
  color: #fff;
  text-align: left;
  padding-bottom: 34px;
  font-family: seravek-web, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.image-2 {
  opacity: .18;
  width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: seravek-web, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  border: 3px solid var(--vihree);
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper.large {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-growth-para-text-20px {
  opacity: 1;
  color: #fff;
  margin-top: 26px;
  padding-bottom: 17px;
  font-family: seravek-web, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.1;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  color: #fff;
  letter-spacing: -.01em;
  font-family: seravek-web, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 0;
}

.cf-growth-section {
  position: relative;
}

.cf-growth-section.hidden {
  display: none;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: seravek-web, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 133%;
}

.cf-service-image {
  object-fit: cover;
  border-radius: 16px;
  width: 353px;
  height: 300px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  background-color: #fff;
  background-image: url('../images/telttakärry.png');
  background-position: 50%;
  background-size: cover;
  max-width: 69px;
  height: 69px;
  position: absolute;
  inset: 7% auto auto 6%;
}

.cf-features-section-2-icon-wrap.cf-absolute._2 {
  background-image: url('../images/nuotio.png');
}

.cf-features-section-2-icon-wrap.cf-absolute._3 {
  background-image: url('../images/teltta.png');
}

.cf-features-section-2-icon-wrap.cf-absolute._3._4 {
  background-image: url('../images/retki.png');
}

.cf-features-section-2-icon-wrap.cf-absolute._3._5 {
  background-image: url('../images/pyörä.png');
}

.cf-features-section-2-icon-wrap.cf-absolute._3._6 {
  background-image: url('../images/perä.png');
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 89px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-grid._2 {
  margin-top: 97px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: seravek-web, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testi2 {
  color: #202020;
  display: block;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: seravek-web, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.cf-32px-heading {
  color: #000;
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: seravek-web, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: seravek-web, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---image-1 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  min-height: 500px;
  box-shadow: 4px 12px 17px -1px #0000001f;
}

.cf-flex-1---image-1._3 {
  object-position: 50% 50%;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---container.reverse {
  flex-wrap: nowrap;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-flex-1---wrapper._2 {
  padding-top: 20px;
  padding-bottom: 145px;
}

.cf-flex-section-1 {
  margin-top: 13px;
  display: flex;
}

.cf-flex-section-1._2 {
  padding-top: 128px;
}

.paragraph {
  color: #fff;
  max-width: 900px;
  font-family: seravek-web, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.nappi {
  background-color: var(--beige);
  color: #141313;
  border-radius: 8px;
  padding: 12px 33px;
  font-family: seravek-web, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nappi.outline {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #0e0e0e17;
  border: 2px solid #fff;
}

.nappi.long-green {
  background-color: var(--vihree);
  color: #fff;
  text-align: center;
  margin-top: 19px;
  transition: background-color .275s;
  display: block;
}

.nappi.long-green:hover {
  background-color: var(--beige);
}

.nappi.long-green.not-long {
  text-align: center;
  margin-top: 0;
}

.nappi.long-green.not-long:hover {
  background-color: var(--musta);
}

.nappi.long-green.hover-dif:hover {
  background-color: #5a703b;
}

.nappi.long {
  text-align: center;
  display: block;
  box-shadow: 7px 10px 18px -8px #00000024;
}

.background-video-2 {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 54px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-800 {
  color: #fff;
}

.brix---text-200 {
  color: var(--beige);
  font-family: seravek-web, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---divider-details {
  background-color: var(--elements-webflow-library-neutral--400);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

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

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---flex-horizontal-start.center {
  text-align: center;
  justify-content: center;
  padding-bottom: 15px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---blog-card-content-inside-v8 {
  padding: 77px 54px;
}

.brix---blog-card-bottom {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #07070714;
  border-radius: 24px;
  box-shadow: 0 2px 8px #14142b14;
}

.brix---blog-card-image {
  width: 100%;
  display: block;
}

.brix---blog-card-image-wrapper {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 24px;
  min-height: 411px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px {
  margin-bottom: 30px;
}

.brix---blog-card-wrapper {
  width: 100%;
  text-decoration: none;
}

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

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

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

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: seravek-web, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.brix---blog-card-content-inside-v8-small {
  grid-column-gap: 20px;
  padding: 33px;
  display: flex;
}

.brix---blog-card-link {
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  transition: transform .3s;
}

.brix---blog-card-link:hover {
  transform: scale(.96);
}

.brix---blog-card-link._2 {
  width: 100%;
  padding-top: 12px;
}

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

.brix---grid-blog-featured-v8 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h1-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 73px;
  font-family: seravek-web, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section-pd-bottom-56px {
  padding-top: 389px;
  padding-bottom: 56px;
}

.s-blog {
  background-color: #0000;
  background-image: linear-gradient(#0000, #191818c7), url('../images/222.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.cf-benefits-pointer-line {
  background-color: #b16cea1a;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(84deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.cf-benefits-image {
  width: 50%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
}

.background-video-3 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.cf-footer-link {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 27px;
  height: 27px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 10px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--beige);
}

.cf-footer-social-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-footer-section {
  background-color: var(--musta);
  color: #fff;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.foot-mountains {
  z-index: 1;
  opacity: .05;
  width: 33%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cf-bottom-line {
  background-color: #0d0e101a;
  width: 100%;
  height: 1px;
}

.cf-faq-content {
  color: #0d0e10bf;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: seravek-web, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10%;
}

.cf-faq-icon {
  filter: grayscale();
}

.cf-faq-questions {
  color: #0d0e10;
  width: 90%;
  font-family: seravek-web, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-question-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px solid #0d0e101a;
}

.cf-faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-wrapper {
  width: 60%;
  padding-top: 0;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-faq-bold-text {
  margin-bottom: 11px;
  padding-top: 12px;
  font-family: seravek-web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-faq-paragraph {
  color: #0d0e10bf;
  letter-spacing: -.32px;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: seravek-web, sans-serif;
  font-weight: 400;
}

.cf-faqs-text-wrap {
  background-color: #7165573d;
  border-radius: 20px;
  width: 35%;
  max-width: 383px;
  padding: 43px;
  position: relative;
  overflow: hidden;
}

.cf-faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-main-wrapper.horizontal {
  flex-direction: row;
  padding-top: 100px;
}

.cf-faq-section-1 {
  position: relative;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: seravek-web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.cf-features-section-1-grid-cell.black {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 75px;
  font-family: seravek-web, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 110%;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: seravek-web, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-block-3 {
  font-family: seravek-web, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
}

.cf-reviewer-position {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
}

.cf-reviewer-name {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cf-reviewer-info {
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.cf-reviewer-image {
  object-fit: contain;
  border-radius: 100px;
  width: 100%;
  max-width: 64px;
  height: 64px;
}

.cf-reviewer-block {
  width: 100%;
  display: flex;
}

.cf-cta-testimonial-text {
  color: #fff;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.cf-review-stars {
  width: 100%;
  max-width: 132px;
  margin-bottom: 20px;
}

.cf-testimonial-slide-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 40px #99999912;
}

.cf-testimonial-slide-wrapper.black {
  box-shadow: none;
  background-color: #0000;
  width: auto;
  max-width: none;
  padding: 84px 33px 84px 52px;
}

.cf-testimonial-slide-wrapper.black._22 {
  background-image: linear-gradient(to right, #344122 7%, #0000);
  width: 100%;
}

.cf-cta-error-message {
  background-color: #f5cec9;
  border-radius: 4px;
  font-weight: 500;
}

.cf-cta-success-message {
  background-color: #c9fa75;
  border-radius: 4px;
  font-weight: 500;
}

.cf-cta-submit-button {
  background-color: var(--beige);
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: seravek-web, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
  position: absolute;
  inset: 4px 4px 4px auto;
}

.cf-cta-submit-button:hover {
  background-color: var(--harmaa);
}

.cf-cta-text-field {
  background-color: var(--musta);
  color: #fff;
  background-image: url('../images/Envelope.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  max-width: 440px;
  height: 64px;
  margin-bottom: 0;
  padding: 4px 160px 4px 56px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cf-cta-text-field::placeholder {
  color: #ffffffb3;
}

.cf-cta-text-field._2 {
  padding-left: 52px;
  padding-right: 31px;
}

.cf-cta-form {
  display: flex;
  position: relative;
}

.cf-cta-form-block {
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.cf-cta-32px-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: seravek-web, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.cf-cta-left-contain {
  width: 45%;
  max-width: 516px;
}

.cf-cta-form-wrapper {
  background-color: var(--vihree);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 51px 20px 51px 80px;
  display: flex;
  position: relative;
}

.cf-cta-form-wrapper:focus {
  border: 1px #000;
}

.cf-cta-section {
  color: #fff;
  padding-bottom: 125px;
  display: block;
  position: relative;
  overflow: hidden;
}

.cf-flex-1---image-3 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  min-height: 500px;
  box-shadow: 4px 12px 17px -1px #0000001f;
}

.cf-flex-section-1-2 {
  margin-top: 13px;
}

.cf-footer-right-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-links-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 199px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cf-footer-social-link-block-2 {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block-2:hover {
  background-color: #fff;
}

.cf-footer-social-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-links-2 {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #ffffff9c;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 9px;
  padding-left: 0;
  font-family: seravek-web, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links-2:hover {
  color: #b4b4b4;
}

.cf-footer-links-2.w--current {
  font-family: seravek-web, sans-serif;
  font-weight: 300;
}

.cf-footer-links-2.w--open {
  padding-right: 55px;
}

.link-block {
  width: 135px;
}

.cf-footer-copyright-wrapper-2 {
  text-align: center;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.image-3 {
  width: 75px;
}

.nappi-wrappi-hero {
  grid-column-gap: 15px;
  padding-top: 14px;
  display: flex;
}

.featured-block {
  margin-top: 10px;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.header-blog {
  z-index: -1;
  background-color: var(--musta);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  margin-top: 0;
  padding: 248px 3% 220px;
  display: flex;
  position: relative;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.title-large {
  color: #fff;
  margin-bottom: 20px;
  font-family: seravek-web, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.title-large.musta {
  color: #000;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.subscription {
  background-color: var(--vihree);
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 34px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.subscription.b-marg-smallerr {
  margin-bottom: 22px;
}

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

.stick-wrapper {
  position: sticky;
  top: 100px;
}

.blog-section {
  padding: 93px 3% 2px;
}

.blog-section.og {
  padding-top: 0;
  padding-bottom: 100px;
}

.blog-section.kaks {
  padding-bottom: 92px;
}

.image-4 {
  position: absolute;
}

.blog-hero-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
  max-height: 650px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-grid {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.paragraph-detials-large {
  color: #fff;
  margin-bottom: 40px;
  font-family: seravek-web, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-detials-large._2 {
  color: #000;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.feature-image {
  border-radius: 15px;
  height: 70px;
  min-height: 60px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.title-small.white {
  color: #fff;
  font-family: seravek-web, sans-serif;
  font-weight: 400;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-right {
  position: sticky;
}

.hero-container {
  z-index: 1;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.heading-h1 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: seravek-web, sans-serif;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.1;
}

.blogin-teksti {
  padding-bottom: 35px;
  font-family: seravek-web, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-5 {
  border-radius: 15px;
  width: 100%;
  display: block;
  box-shadow: 3px 6px 14px #0003;
}

.mountains-opacity-low {
  opacity: .05;
  width: 27%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  opacity: .08;
  height: 53%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pallo-numero-wrapper {
  background-color: var(--vihree);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  padding: 13px;
  display: flex;
}

.image-7 {
  opacity: .24;
  width: 30%;
  position: absolute;
  inset: auto 0% 4% auto;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.content-section {
  padding: 132px 3%;
}

.title-large-2 {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.blog-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
  display: flex;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.subscription-2 {
  background-color: var(--vihree);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 38px 20px;
  display: flex;
  box-shadow: 0 12px 14px #0000000f;
}

.title-medium {
  color: #5c4ebd;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

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

.container-2.kaks {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.stick-wrapper-2 {
  position: sticky;
  top: 60px;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.header {
  background-color: var(--musta);
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/andy-holmes-xDu9ilXkvDQ-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 63vh;
  display: flex;
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  background-color: #5c4ebd;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.feature-image-2 {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.bar-big {
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 220px;
  height: 5px;
  margin-top: 32px;
}

.search {
  position: relative;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.title-small-2.white {
  color: #fff;
}

.bar-small {
  background-image: linear-gradient(to right, #fb9ac100, #fb9acf);
  border-radius: 100px;
  width: 180px;
  height: 5px;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item-2 {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item-2:hover {
  color: #5c4ebd;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px;
  display: flex;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: var(--musta);
  margin-top: 0;
  font-family: seravek-web, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-h1-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: seravek-web, sans-serif;
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1.1;
}

.buttons-nav-blog-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.blog-rajattu-teksti {
  max-height: 200px;
  font-size: 2.4ch;
  line-height: 1.2;
  overflow: hidden;
}

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

.image-8 {
  object-fit: cover;
  border-radius: 12px;
  width: 119.031px;
}

.div-block-4 {
  min-height: 100vh;
}

.header-blog-2 {
  background-color: var(--musta);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  padding: 200px 3% 139px;
  display: flex;
}

.header-blog-2.kaks {
  min-height: 44vh;
  padding-bottom: 120px;
}

.blog-page-wrapper-2 {
  font-family: Montserrat, sans-serif;
}

.blog-hero-image-2 {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  display: none;
  box-shadow: 0 22px 34px #0000000f;
}

.hero-container-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.heading-h1-3 {
  color: #fff;
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: seravek-web, sans-serif;
  line-height: 1.1;
}

.text-block-4 {
  color: #fff;
  font-family: seravek-web, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-5 {
  color: #fff;
  justify-content: flex-start;
  font-family: seravek-web, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  display: flex;
}

.text-block-5._2 {
  justify-content: flex-end;
}

.hinta-wrapper {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 28px;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
}

.div-block-5, .div-block-6 {
  width: 100%;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 229px;
  display: flex;
}

.card {
  background-color: #c39a6bbf;
  border-radius: 15px;
  height: 500px;
  display: flex;
  box-shadow: 6px 15px 40px #0000002b;
}

.card.hide {
  display: none;
}

.card-header {
  background-image: url('../images/tallitila_XGFIU1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 11px 0 0 11px;
  width: 100%;
  height: 100%;
}

.card-header._2 {
  background-image: url('../images/tallitila_XGFIU5.png');
  background-position: 50% 79%;
}

.card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: flex;
}

.line-breal {
  background-color: #0000004a;
  border-radius: 200px;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.social-media-links {
  justify-content: flex-start;
  display: flex;
}

.social-media-link {
  margin-right: 15px;
}

.para-kortti {
  color: var(--musta);
  font-family: seravek-web, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading {
  font-family: seravek-web, sans-serif;
  font-weight: 600;
}

.heading-2 {
  font-family: seravek-web, sans-serif;
}

.heading-3 {
  font-family: seravek-web, sans-serif;
  font-weight: 600;
}

.d1 {
  flex: 1;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  background-color: var(--vihree);
  color: #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  background-color: var(--vihree);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e10a1;
  font-family: seravek-web, sans-serif;
  font-weight: 400;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: seravek-web, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-family: seravek-web, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}

.cf-info-heading {
  color: #ffffffb3;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: seravek-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #ffffff85;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffffff7;
  margin-bottom: 24px;
  font-family: seravek-web, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: seravek-web, sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0d0e1070;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  background-image: url('../images/57109918_621082391637941_7944060364965019648_n.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 94px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.saha-teksti {
  z-index: 3;
  color: #ffd000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  inset: 43% auto auto 20%;
}

.saha-link-1 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 222px;
  display: flex;
  position: relative;
}

.cf-cta-left-contain-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 516px;
  display: flex;
}

.text-size-regular {
  font-size: 1.35rem;
  line-height: 1.55;
}

.text-size-regular.text-color-grey {
  color: #000;
}

.text-size-regular.text-color-grey.text-align-center.white {
  color: #f3f3f3;
  text-align: left;
  padding-top: 13px;
}

.saha-image {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.heading-style-h2 {
  font-size: 3.25rem;
  line-height: 1.35;
}

.heading-style-h2.text-style-allcaps {
  line-height: 1.2;
}

.heading-style-h2.text-style-allcaps.text-align-center {
  color: #3e5512;
}

.heading-style-h2.text-style-allcaps.text-align-center.no-cap {
  text-transform: none;
  font-weight: 500;
}

.heading-style-h2.text-style-allcaps.text-align-center.no-cap.yescap {
  color: #fff;
  text-align: left;
  font-family: seravek-web, sans-serif;
  font-weight: 400;
}

.cf-cta-form-wrapper-2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Näyttökuva-2023-03-18-180314.png');
  background-position: 0 0, 50% 58%;
  background-size: auto, cover;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 0;
  display: flex;
  box-shadow: 11px 17px 26px #0003;
}

.cf-cta-form-wrapper-2:focus {
  border: 1px #000;
}

.ympyra-nappi {
  background-color: var(--beige);
  border-radius: 100rem;
  width: 123px;
  height: 123px;
}

.magnetico {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 0;
  display: flex;
}

.burger-wrapper {
  z-index: 3;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.burger-wrapper:hover {
  color: #1f1f1f;
  background-color: #d0ff00;
  font-size: 1.2em;
}

.burger-wrapper.round {
  background-color: var(--beige);
  border-radius: 8em;
  width: 7em;
  height: 7em;
}

.burger-wrapper.round:hover {
  background-color: #fff;
}

.burger-icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.div-block-9 {
  min-height: 100vh;
}

.card-2 {
  background-color: #c39a6bc9;
  border-radius: 15px;
  width: 38vw;
}

.card-2.hidden {
  display: none;
}

.card-header-2 {
  background-image: url('../images/tallitila_XGFIU2.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 400px;
}

.card-header-2.kaks {
  background-image: url('../images/tallitila_XGFIU5.png');
}

.card-content-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 200px;
  padding: 30px;
  display: flex;
}

.line-breal-2 {
  background-color: #00000026;
  border-radius: 200px;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ososte {
  font-family: seravek-web, sans-serif;
}

.osote {
  font-family: seravek-web, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.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_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: 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-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.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-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

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

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

.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-banner_button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.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-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.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-banner_component {
  z-index: 998;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #1f1f1f36;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

.div-block-10 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .cf-footer-links:hover, .cf-footer-links-2:hover {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

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

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

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

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

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

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

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s1.vh100 {
    background-image: linear-gradient(to bottom, null, null), url('../images/eb35d501-1-beginner-hiking-lapland-terhi.tuovinen.jpg');
    background-position: 0 0, 50%;
  }

  .hero-c {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1--hero {
    text-align: left;
    font-size: 6rem;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 51px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

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

  .cf-flex-1---container.reverse {
    flex-direction: column-reverse;
    align-content: flex-start;
  }

  .cf-flex-1---wrapper {
    padding-top: 53px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---blog-card-content-inside-v8 {
    padding-bottom: 46px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-content-inside-v8-small {
    padding: 56px 54px 44px;
  }

  .brix---grid-blog-featured-v8 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 348px;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

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

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-faqs-text-wrap {
    width: 100%;
    max-width: 420px;
    margin-bottom: 100px;
  }

  .cf-faq-main-wrapper.horizontal {
    flex-direction: column;
    padding-bottom: 120px;
  }

  .cf-features-section-1-grid-cell {
    margin-bottom: 25px;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .cf-testimonial-slide-wrapper.black {
    background-image: linear-gradient(#1a2407eb 37%, #0000);
    width: 100%;
    max-width: 100%;
  }

  .cf-testimonial-slide-wrapper.black._22 {
    background-image: none;
  }

  .cf-cta-32px-heading {
    font-size: 30px;
  }

  .cf-cta-left-contain {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-cta-form-wrapper {
    flex-direction: column;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .cf-footer-right-container-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-links-wrapper-2 {
    width: auto;
    margin-right: 0;
  }

  .navigation-button {
    margin-left: 0;
  }

  .blog-section {
    padding-bottom: 9px;
  }

  .blog-hero-image {
    height: auto;
  }

  .menu-button {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .featured-item {
    flex-wrap: nowrap;
  }

  .image-6 {
    height: 40%;
  }

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

  .blog-grid-2 {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image-2 {
    margin-bottom: 10px;
  }

  .featured-item-2 {
    flex-wrap: wrap;
  }

  .div-block-7 {
    grid-row-gap: 59px;
    flex-direction: column;
    align-items: center;
  }

  .card {
    flex-direction: column;
    width: 80vw;
    height: 800px;
  }

  .card-header {
    border-top-right-radius: 11px;
    border-bottom-left-radius: 0;
    height: 35%;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-cta-left-contain-2 {
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 4px;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.no-cap.yescap {
    font-size: 2.7rem;
  }

  .cf-cta-form-wrapper-2 {
    background-image: linear-gradient(#28311a, #0000), linear-gradient(#00000059, #00000059), url('../images/Näyttökuva-2023-03-18-180314.png');
    background-position: 0 0, 0 0, 50% 58%;
    background-size: auto, auto, cover;
    flex-direction: column;
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .burger-wrapper:active {
    transform: scale(.9);
  }

  .card-2 {
    width: 60vw;
  }

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

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

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

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

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

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---blog-card-content-inside-v8 {
    padding: 44px 32px 38px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-content-inside-v8-small {
    padding: 44px 32px 38px;
  }

  .brix---grid-blog-featured-v8 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 291px;
    padding-bottom: 100px;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-social-wrapper {
    flex-direction: row;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .cf-testimonial-slide-wrapper.black._22 {
    align-items: center;
    padding-left: 33px;
    padding-right: 33px;
  }

  .cf-cta-32px-heading {
    font-size: 28px;
  }

  .cf-cta-form-wrapper {
    align-items: flex-start;
    width: 90%;
    max-width: 500px;
    padding: 80px 40px;
  }

  .cf-flex-1---image-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-footer-right-container-2 {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper-2 {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-links-2 {
    font-size: 16px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-hero-image {
    height: auto;
    margin-top: -100px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-detials-large {
    font-size: 1.3rem;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .image-6 {
    height: 40%;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .container-2.kaks {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .blog-grid-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-h1-2 {
    font-size: 55px;
  }

  .header-blog-2 {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-hero-image-2 {
    margin-top: -100px;
  }

  .heading-h1-3 {
    font-size: 55px;
  }

  .card {
    width: 90vw;
  }

  .card-header {
    height: 250px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

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

  .heading-style-h2.text-style-allcaps.text-align-center.no-cap.yescap {
    font-size: 2.2rem;
  }

  .cf-cta-form-wrapper-2 {
    align-items: center;
    width: 90%;
    max-width: 500px;
    padding: 0 0 80px;
  }

  .card-2 {
    width: 70vw;
  }

  .card-header-2 {
    height: 250px;
  }

  .card-content-2 {
    height: 177px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .osote {
    margin-top: 2px;
  }

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

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

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    text-align: left;
    font-size: 1.7rem;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    border-bottom: 1px solid #0000001f;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 23px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

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

  .brix---header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-2 {
    width: 222px;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-18px-paragraph {
    padding-bottom: 24px;
    font-size: 16px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    min-height: auto;
    max-height: 250px;
  }

  .paragraph {
    font-size: 1.3rem;
    font-weight: 300;
  }

  .nappi.long {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nappi._w-text {
    color: #fff;
    background-image: linear-gradient(#00000014, #00000014);
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---flex-horizontal-start {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .brix---blog-card-content-inside-v8 {
    padding: 28px 21px 20px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---blog-card-content-inside-v8-small {
    padding: 32px 24px 30px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 285px;
    padding-bottom: 96px;
  }

  .s-blog {
    background-position: 0 0, 50% 0;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-social-wrapper {
    justify-content: flex-start;
  }

  .cf-footer-section {
    padding-top: 77px;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-faqs-text-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cf-faq-main-wrapper.horizontal {
    padding-bottom: 60px;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-top: 46px;
    padding-bottom: 100px;
  }

  .cf-reviewer-position, .cf-reviewer-name {
    font-size: 16px;
  }

  .cf-reviewer-info {
    margin-top: 16px;
    margin-left: 0;
  }

  .cf-reviewer-block {
    flex-direction: column;
  }

  .cf-cta-testimonial-text {
    font-size: 16px;
  }

  .cf-testimonial-slide-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-testimonial-slide-wrapper.black {
    box-shadow: none;
    background-image: linear-gradient(#1a2407eb 37%, #0000);
    padding: 39px 20px 16px;
  }

  .cf-cta-submit-button {
    margin-top: 20px;
    position: static;
  }

  .cf-cta-text-field {
    padding-right: 20px;
  }

  .cf-cta-form {
    flex-direction: column;
  }

  .cf-cta-form-wrapper {
    padding: 60px 24px;
  }

  .cf-flex-1---image-3 {
    width: 100%;
  }

  .cf-footer-right-container-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper-2 {
    margin-bottom: 40px;
  }

  .cf-footer-social-link-block-2 {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .nappi-wrappi-hero {
    z-index: 3;
    grid-row-gap: 15px;
    flex-direction: column;
    position: relative;
  }

  .header-blog {
    min-height: auto;
    padding-top: 189px;
  }

  .paragraph-detials-large {
    font-size: 1.1rem;
  }

  .feature-image {
    object-fit: cover;
    min-width: 85px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .image-6 {
    height: 30%;
  }

  .image-7 {
    inset: 9% 0% auto auto;
  }

  .header {
    background-image: linear-gradient(#00000080, #00000080), url('../images/andy-holmes-xDu9ilXkvDQ-unsplash-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 400px;
  }

  .blog-image {
    height: 200px;
  }

  .title-centre {
    margin-top: 40px;
  }

  .heading-h1-2 {
    font-size: 44px;
  }

  .image-8 {
    width: 77px;
    display: none;
  }

  .header-blog-2 {
    padding-top: 117px;
    padding-bottom: 23px;
  }

  .header-blog-2.kaks {
    min-height: 35vh;
  }

  .heading-h1-3 {
    font-size: 44px;
  }

  .div-block-7 {
    margin-top: 0;
    margin-bottom: 87px;
  }

  .card {
    width: 90vw;
    height: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
  }

  .cf-send-message-form {
    border-radius: 20px;
    padding-top: 29px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 1.3rem;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: 400;
  }

  .cf-form-main-wrapper {
    border-radius: 20px;
    padding: 37px 20px 60px;
  }

  .cf-form-section-1 {
    margin-top: 36px;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.no-cap.yescap {
    font-size: 1.8rem;
  }

  .cf-cta-form-wrapper-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Näyttökuva-2023-03-18-180401.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 0 0 60px;
  }

  .card-2 {
    width: 90vw;
  }

  .osote {
    font-size: 1.7rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

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

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

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

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

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

#w-node-_2f5ad3d6-d0a6-4fe9-b1f3-9eeecca289fc-8d40e742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df26e683-f5e4-4650-12d2-ba4723874530-8d40e742, #w-node-df26e683-f5e4-4650-12d2-ba4723874542-8d40e742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2f5ad3d6-d0a6-4fe9-b1f3-9eeecca289fc-8d40e742 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d781f0f-7aba-4dec-8175-57c12bddaa93-2bddaa79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


