:root {
  --background: #effafb;
  --dark-slate-blue: #10405b;
  --primary: #0d0d0d;
  --color: white;
  --white: white;
  --green-1: #72a85b;
  --radiant-green: #468d2a2e;
  --dark-text: #0d0d0d;
  --c3b091: #0d0d0d;
  --radiant-2: #72a85bbd;
  --shadow: #5eccd333;
  --background-card: #5eccd333;
  --_base-2---dark-slate-blue: #10405b;
  --_base-2---white: white;
  --nothinh: #fff0;
  --_base-2---primary: #5eccd3;
  --_base-2---khaki: #eed96c;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-100: #f7f9fd;
  --_base-2---background: #effafb;
  --_base-2---shadow: #5eccd333;
  --flowui-component-library--gray-800: #1b114a;
}

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

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

body {
  background-color: var(--background);
  color: var(--dark-slate-blue);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 24px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary);
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  background-color: var(--color);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: center;
  padding: 23px 5% 0;
  display: block;
}

.section.gradient-first-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  overflow: hidden;
}

.section.white-bottom-gradient {
  background-image: linear-gradient(0deg, var(--white) 11%, #ffffff4d 72%, #fff0);
  padding-bottom: 0;
}

.section.white-section {
  background-color: var(--white);
  padding-bottom: 40px;
}

.section.top-radial-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--white), #fff0);
}

.section.top-gradient-section {
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.cta-section {
  z-index: 2;
  background-image: linear-gradient(180deg, #10405b00 70%, var(--dark-slate-blue) 70%);
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 267px;
  display: block;
  position: relative;
}

.section.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--white);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

.section.listing-hero-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  padding-bottom: 0;
}

.section.top {
  padding-top: 220px;
}

.section.property-hero-section {
  color: var(--white);
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.property-main-section {
  padding-top: 0;
}

.section.location-hero-section {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}

.section.about-hero-section {
  color: var(--white);
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/yksityiskohta-79-hr-1.webp');
  background-position: 0 0, 44%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 70px;
  padding-top: 200px;
  padding-bottom: 239px;
}

.section.founder-section {
  background-color: var(--green-1);
  color: var(--white);
  border-radius: 20px;
  place-items: center;
  max-width: 1086px;
  height: 445px;
  margin-top: 48px;
  margin-bottom: 65px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.partner-section {
  padding-bottom: 30px;
}

.section.sg-hero-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding-bottom: 60px;
}

.section.contact-hero-section {
  background-image: linear-gradient(180deg, var(--radiant-green), #5eccd300);
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
}

.container.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 21px;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-left {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 55%;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-primary-color {
  color: var(--primary);
}

.opacity-subtitle {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .5;
  object-fit: fill;
  max-width: none;
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: 400;
  overflow: visible;
}

.opacity-subtitle.l {
  max-width: 530px;
  margin-bottom: 60px;
  font-size: 22px;
}

.properties-filter-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.home-hero-img-wrapper {
  background-color: #10405b80;
  border-radius: 60px;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  height: 70%;
  margin-right: 0;
}

.home-hero-img {
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.home-hero-numbers {
  z-index: 3;
  background-color: var(--white);
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8%;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px #5eccd333;
}

.home-hero-number-item {
  flex: 1;
}

.number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.number-caption {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.vertical-divider {
  background-color: #5eccd333;
  flex: none;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffff8f;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-link {
  color: var(--green-1);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 15px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-link.w--current {
  border-bottom-color: var(--green-1);
  color: var(--green-1);
  cursor: default;
}

.header-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-size: 20px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.header-button {
  background-color: var(--green-1);
  min-height: 50px;
  margin-left: 22px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.button.secondary-button {
  background-color: var(--white);
  color: #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.secondary-button-overlay {
  background-color: var(--white);
  color: #10405b80;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.yellow-button {
  background-color: var(--green-1);
  color: var(--background);
}

.button.filter-button {
  background-color: var(--c3b091);
  color: var(--dark-slate-blue);
  min-height: 50px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.home-map-wrapper {
  margin-top: 41px;
  margin-bottom: -80px;
  position: relative;
}

.world-map-img {
  max-width: 677px;
}

.map-point-wrapper {
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.map-point-wrapper._1 {
  top: 72%;
  left: 46%;
}

.map-point-wrapper._2 {
  top: 66%;
  left: 54%;
}

.map-point-wrapper._3 {
  top: 25%;
  left: 5%;
}

.map-point-wrapper._4 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 59%;
  left: 55%;
}

.map-point-wrapper._5 {
  top: 63%;
  left: 50%;
}

.map-point.hover {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.map-point.hover:hover {
  opacity: 1;
}

.map-point-tooltip {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  width: 120px;
  padding: 5px 15px;
  font-size: 13px;
  position: absolute;
  inset: -40px auto auto 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 10px #5eccd333;
}

.home-locations-block {
  z-index: 2;
  width: 100%;
  position: relative;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.loactions-list-item {
  width: 33.33%;
  padding: 20px;
}

.location-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.location-link-overlay {
  background-image: linear-gradient(#10405b1a, #10405bb3);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-link-overlay-text {
  z-index: 20;
  font-size: 30px;
  line-height: 110%;
  position: relative;
}

.location-link-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #5eccd34d;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.locations-show-more-overlay {
  z-index: 2;
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  margin-top: -120px;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image {
  z-index: 2;
  border-radius: 40px;
  position: relative;
}

.grid-image-bg {
  background-color: var(--radiant-green);
  border-radius: 40px;
  position: absolute;
  inset: -40px 40px 40px -40px;
}

.why-image-el {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--radiant-green), #5eccd31a);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 70px;
  width: 40%;
  height: 70%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.why-image-el.small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5eccd34d;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  bottom: 26%;
  right: 53%;
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preheader {
  background-color: var(--green-1);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: flex;
}

.text-highlighted-yellow {
  background-image: linear-gradient(to bottom, #eed96c00, #eed96c00 60%, var(--c3b091) 60%, #eed96c 80%);
}

.check-list-item {
  background-image: url('../images/68932e83d6ba84f999b1b19b_check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 10px;
  padding-left: 36px;
}

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

.border-button {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  border-color: var(--green-1);
  color: var(--green-1);
}

.border-button.primary-color.tuotekortinnappi {
  border-color: var(--white);
  color: var(--color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.property-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-tab-link {
  opacity: .5;
  color: var(--dark-slate-blue);
  background-color: #fff0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  background-color: var(--white);
  opacity: 1;
  cursor: default;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.property-types-menu {
  background-color: #5eccd333;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.property-types-menu.full-color {
  background-color: #5eccd3;
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-pane {
  margin-top: 40px;
}

.agents-list-wrapper {
  flex: 0 auto;
  width: 100%;
}

.agents-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -156px;
  padding-bottom: 0;
  display: flex;
}

.agent-list-item {
  width: 33.33%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-slate-blue);
  background-color: #5eccd300;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.card:hover {
  background-color: #5eccd326;
  text-decoration: none;
}

.card.why-image-el {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.agent-photo-small {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 40px;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  box-shadow: 0 20px 30px -5px #10405b33;
}

.agent-name {
  color: var(--green-1);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.agent-position {
  opacity: .5;
  color: var(--dark-text);
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  text-overflow: clip;
  word-break: normal;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.agent-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.listing-item {
  width: 33.33%;
  height: auto;
  padding: 10px;
}

.listing-card {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px #5eccd380;
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #5eccd380;
}

.listing-card-img-wrapper {
  border-radius: 16px;
  height: 390px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-tag {
  background-color: var(--c3b091);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-price {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #5eccd380;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.listing-card-location {
  color: #10405b80;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

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

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px #5eccd34d;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-card {
  box-shadow: 0 10px 30px 0 var(--radiant-green);
  background-image: url('../images/quote.svg'), linear-gradient(#fffc, #fff0);
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 19px;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author-name {
  font-size: 18px;
  line-height: 130%;
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.cta-block {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2), url('../images/CTA-bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
  display: inline-block;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.phone-field.blue {
  background-color: var(--radiant-2);
  background-image: url('../images/phone-svgrepo-com.svg');
  background-size: 28px;
}

.cta-form-button {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error {
  color: var(--white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.footer-left-col {
  max-width: 300px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  color: var(--dark-text);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.footer-heading {
  opacity: .5;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--c3b091);
  text-decoration: none;
}

.footer-bottom {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  margin-right: 40px;
}

.white-link {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

.white-link:hover {
  color: var(--c3b091);
  text-decoration: none;
}

.property-types-menu-wrapper {
  display: flex;
}

.filter-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-dropdown-toggle {
  background-color: var(--background);
  color: #10405b80;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: #5eccd380;
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 22px 20px auto auto;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: var(--background);
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner {
  color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: #ffffffb3;
}

.filter-checkbox {
  background-color: var(--white);
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: #10405b4d;
}

.filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  background-color: #10405b80;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  border: 6px solid var(--primary);
  background-color: var(--white);
  cursor: grab;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: var(--primary);
}

.rangeslider-fill {
  background-color: var(--primary);
  width: 20%;
  height: 100%;
  position: absolute;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 1000px;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.property-type-text {
  margin-right: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-right: 4%;
}

.property-description-card {
  background-color: var(--white);
  box-shadow: 0 30px 60px -5px var(--shadow);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: var(--primary);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.property-info-block {
  z-index: 3;
  background-color: #5eccd31a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: #10405b80;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: #10405b80;
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-card {
  box-shadow: 0 30px 60px -5px var(--shadow);
  background-color: #5eccd333;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 120px;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.arent-image.contact-block {
  object-fit: cover;
  width: 140px;
  height: 140px;
  margin-top: -70px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  margin-bottom: 100px;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: var(--white);
  box-shadow: 0 4px 4px 0 var(--shadow);
  background-image: url('../images/chechbox.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.property-id-wrap {
  color: #10405b80;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: #10405b80;
  font-size: 14px;
  line-height: 100%;
}

.property-map-block {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  border-radius: 20px;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: #10405bb3;
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-field-wrap {
  color: var(--dark-text);
  padding: 10px;
}

.form-field-wrap.fieldwrappi {
  padding: 0;
}

.name-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::placeholder {
  color: #10405b80;
}

.name-field.blue {
  background-color: var(--radiant-2);
  color: var(--dark-text);
  background-image: url('../images/human-silouhette-logo-removebg-preview.avif');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 28px;
}

.email-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::placeholder {
  color: #10405b80;
}

.email-field.blue {
  background-color: var(--radiant-2);
  color: var(--dark-text);
  background-image: url('../images/email-svgrepo-com.svg');
  background-size: 28px;
}

.text-area {
  color: var(--dark-slate-blue);
  border: 1px #000;
  border-radius: 20px;
  min-height: 160px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::placeholder {
  color: #10405b80;
}

.text-area.blue {
  background-color: var(--radiant-2);
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.cta-block-overlay {
  opacity: 1;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2);
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agent-form-block {
  color: var(--white);
  text-align: center;
  background-image: url('../images/CTA-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.agent-form-fields {
  margin-top: 50px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.clear-filter-button {
  border: 2px solid var(--dark-slate-blue);
  opacity: .5;
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.yellow-text {
  color: var(--c3b091);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.location-hero-overlay {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.filter-form-city {
  flex: none;
  margin-left: 5px;
}

.filter-form-info {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  line-height: 130%;
  display: flex;
}

.property-types-tabs {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -300px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.property-types-tabs-content {
  width: 100%;
}

.property-tabs-filter {
  margin-bottom: 40px;
}

.pagination-next-button {
  background-color: #ffffff80;
  background-image: url('../images/right-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-next-button:hover {
  background-color: #fff;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.pagination-prev-button {
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-prev-button:hover {
  background-color: #fff;
}

.page-count {
  color: #10405b80;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  margin-bottom: 30px;
}

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

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-bottom: 20px;
}

.rich-text-block h3, .rich-text-block h2 {
  color: var(--dark-text);
}

.rich-text-block blockquote {
  border-left-color: var(--green-1);
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 22px;
}

.rich-text-block.asennus.rahoitus {
  margin-top: 55px;
}

.subtitle {
  opacity: 1;
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-text);
  outline: 3px #72a85b;
  max-width: 700px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}

.founder-quote {
  flex: 0 auto;
  align-self: auto;
  width: 45%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 14px;
  font-size: 23px;
  font-style: normal;
  line-height: 150%;
}

.founder-quote.henriquote {
  font-style: italic;
}

.cta-heading {
  color: var(--white);
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: -7px;
  bottom: 0;
  left: auto;
}

.agent-photo {
  border: 6px solid var(--white);
  background-color: var(--white);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--background), var(--green-1) 82%);
  border-radius: 40px;
  max-width: 431px;
  height: 598px;
  max-height: none;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.founder-photo-image {
  max-width: 101%;
  padding-top: 10px;
  padding-bottom: 0;
}

.founder-photo-image.henri {
  padding-top: 100px;
}

.founder-info {
  background-color: var(--white);
  border-radius: 30px;
  padding: 17px;
  position: absolute;
  inset: auto 40px 24px;
}

.founder-info.tuottamuskortti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 14px;
  display: flex;
  left: 129px;
  right: 129px;
}

.white-text {
  color: var(--white);
}

.overflow-hidden {
  overflow: hidden;
}

.grid-12-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.sg-heading {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.z2 {
  z-index: 2;
  position: relative;
}

.page-wrap {
  flex: 1;
}

.sg-class-icon {
  border-radius: 4px;
  flex: none;
  width: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.sg-class-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.sg-column {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

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

.sg-class {
  color: #fff;
  background-color: #ea5fa3;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.6em;
  display: flex;
}

.sg-class.sg-standard-class {
  background-color: #5783fc;
  margin-right: 5px;
}

.sg-row {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.values-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.value {
  color: var(--dark-text);
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-icon-wrap {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px #162d3a1a;
}

.value-icon {
  color: var(--c3b091);
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-name {
  color: var(--green-1);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.contact-form-block {
  background-color: var(--white);
  box-shadow: 0 50px 100px -20px var(--radiant-green);
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -300px;
  margin-bottom: 160px;
  padding: 52px 100px 33px;
  display: flex;
  position: relative;
}

.contact-form-fields {
  margin-top: 32px;
}

.contact-offices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.contact-office {
  background-color: var(--radiant-2);
  text-align: left;
  border-radius: 20px;
  flex: 1;
  min-width: 260px;
  margin-left: 210px;
  margin-right: 210px;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/320187-200.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone-svgrepo-com.svg');
  background-position: 0%;
  background-size: 17px;
}

.contact-item.email {
  background-image: url('../images/email-svgrepo-com.svg');
  background-position: 0%;
  background-size: 15px;
}

.container-2 {
  max-width: 300px;
}

.listing-card-price-2 {
  color: #fff;
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #5eccd380;
}

.featured-tag-2 {
  color: #10405b;
  background-color: #eed96c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-2 {
  color: #10405b;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px #5eccd380;
}

.listing-card-2:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #5eccd380;
}

.pricing-card-three {
  background-color: var(--background-card);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 276px;
  padding-bottom: 0;
  display: flex;
}

.pricing-image {
  color: var(--background-card);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 24px;
  width: 236px;
  max-width: 89%;
  height: 300px;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-right: 12px;
}

.heading-3 {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  width: 218px;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.pricing-card-text {
  text-align: left;
  max-width: 394px;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 1rem;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-4 {
  margin-bottom: 0;
  padding-bottom: 14px;
}

.heading-2 {
  max-width: 346px;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 31px;
}

.pricing-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--background);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-left: -26px;
  margin-right: -26px;
  padding: 0 61px 30px;
  font-size: 23px;
  font-weight: 600;
  display: grid;
}

.heading-5 {
  margin-bottom: 0;
  padding-bottom: 14px;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
}

.paragraph {
  overflow-wrap: normal;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.image {
  mix-blend-mode: normal;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  transform: rotate(-47deg);
}

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

.flex-block-2.text-link-arrow {
  pointer-events: auto;
  mix-blend-mode: normal;
}

.tuotekortti {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-flow: row;
  width: 17px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_base-2---dark-slate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.section-2 {
  flex: 1;
  padding: 140px 5%;
}

.section-2.cta-section {
  z-index: 2;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.centered {
  background-color: var(--color);
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 97px;
}

.cta-block-2 {
  color: var(--_base-2---white);
  text-align: center;
  background-image: url('../images/image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 19px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
}

.cta-form-2 {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field-2 {
  color: var(--_base-2---dark-slate-blue);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field-2:hover {
  opacity: .9;
}

.phone-field-2::placeholder {
  color: #10405b80;
}

.cta-form-button-2 {
  background-color: var(--_base-2---dark-slate-blue);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button-2:hover {
  background-position: 60%;
}

.cta-field-wrapper-2 {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message-2 {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error-2 {
  color: var(--_base-2---white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block-2 {
  position: relative;
}

.cta-heading-2 {
  color: var(--_base-2---white);
}

.phone-field-2-copy {
  color: var(--_base-2---dark-slate-blue);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field-2-copy:hover {
  opacity: .9;
}

.phone-field-2-copy::placeholder {
  color: #10405b80;
}

.cta-form-button-3 {
  background-color: var(--green-1);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -61px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button-3:hover {
  background-position: 60%;
}

.card-headers {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-top: 18px;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.flex-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 419px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.map-point-wrapper-2 {
  color: #10405b;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper-2:hover {
  z-index: 2;
}

.map-point-wrapper-2._2 {
  top: 66%;
  left: 59%;
}

.map-point-wrapper-2._3 {
  top: 74%;
  left: 39%;
}

.map-point-wrapper-2._4 {
  top: 79%;
  left: 62%;
}

.map-point-wrapper-2._1 {
  top: 81%;
  left: 22%;
}

.map-point-tooltip-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  padding: 5px 15px;
  position: absolute;
  inset: -40px auto auto 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 10px #5eccd333;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-2:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-2.secondary-button {
  color: #10405b80;
  background-color: #fff;
  border-radius: 16px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.locations-show-more-overlay-2 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(174deg, var(--shadow) 15%, #effafbc4 57%, var(--nothinh) 100%, #ffffffd9 100%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: -181px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-map-wrapper-2 {
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}

.heading-6 {
  color: var(--primary);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-4 {
  flex: 1;
  padding: 140px 5%;
}

.section-4.cta-section {
  z-index: 2;
  background-image: linear-gradient(to bottom, #10405b00 70%, var(--_base-2---dark-slate-blue) 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-block-3 {
  color: var(--_base-2---white);
  text-align: center;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2), url('../images/CTA-bg_2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.cta-form-3 {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field-3 {
  color: var(--_base-2---dark-slate-blue);
  background-image: url('../images/email_2.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field-3:hover {
  opacity: .9;
}

.phone-field-3::placeholder {
  color: #10405b80;
}

.cta-form-button-4 {
  background-color: var(--_base-2---dark-slate-blue);
  background-image: url('../images/white-arr-right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button-4:hover {
  background-position: 60%;
}

.cta-field-wrapper-3 {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message-3 {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error-3 {
  color: var(--_base-2---white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block-3 {
  position: relative;
}

.cta-heading-3 {
  color: var(--_base-2---white);
}

.header-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff80;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo-2 {
  padding-left: 0;
}

.header-inner-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-link-2 {
  color: var(--_base-2---dark-slate-blue);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link-2:hover {
  color: var(--_base-2---primary);
  text-decoration: none;
}

.header-link-2.w--current {
  border-bottom-color: var(--_base-2---khaki);
  color: var(--_base-2---dark-slate-blue);
  cursor: default;
}

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

.button-3 {
  background-color: var(--_base-2---dark-slate-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-3:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-3.header-button {
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.fb-cookie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f5f7f8;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 360px;
  margin: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: absolute;
  top: 190px;
  left: 432px;
  right: 432px;
}

.fb-cookie-bar-top {
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  display: flex;
}

.fb-cookie-text-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.fb-cookie-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fb-cookie-text {
  color: #2e3138;
  font-weight: 600;
}

.fb-cookie-close {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.fb-cookie-bar-bottom {
  padding: 8px;
}

.fb-cookie-content {
  background-color: #fff;
  border-radius: 8px;
  min-height: 104px;
  box-shadow: 0 1px .5px #95a0b214;
}

.fb-cookie-content-top {
  padding: 12px 16px;
}

.fb-cookie-paragraph {
  color: #2e3138;
  letter-spacing: -.08px;
  line-height: 24px;
}

.fb-cookie-line {
  background-color: #f5f7f8;
  border-width: 0;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.fb-cookie-content-bottom {
  justify-content: flex-end;
  padding: 12px 16px;
  display: flex;
}

.fb-cookie-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 15px;
}

.f-gallery-image-tall {
  height: 640px;
}

.f-gallery-image-s {
  height: 300px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h3-heading-copy {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.yhteydenotto {
  color: var(--dark-text);
  margin-top: -4px;
  margin-bottom: 80px;
}

.filter-dropdown-toggle-2 {
  color: #10405b80;
  background-color: #effafb;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle-2:hover {
  background-color: #5eccd380;
}

.filter-dropdown-list-2 {
  z-index: 3;
  background-color: #effafb;
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner-2, .filter-dropdown-list-inner-3, .filter-dropdown-list-inner-4 {
  color: #10405b;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-checkbox-2 {
  background-color: #fff;
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox-2:hover {
  border-color: #10405b4d;
}

.filter-checkbox-2.w--redirected-checked {
  background-color: #5eccd3;
  background-size: 14px;
  border-width: 2px;
  border-color: #5eccd3;
}

.filter-checkbox-2.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-checkbox-3 {
  background-color: #fff;
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox-3:hover {
  border-color: #10405b4d;
}

.filter-checkbox-3.w--redirected-checked {
  background-color: #5eccd3;
  background-size: 14px;
  border-width: 2px;
  border-color: #5eccd3;
}

.filter-checkbox-3.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-checkbox-4 {
  background-color: #fff;
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox-4:hover {
  border-color: #10405b4d;
}

.filter-checkbox-4.w--redirected-checked {
  background-color: #5eccd3;
  background-size: 14px;
  border-width: 2px;
  border-color: #5eccd3;
}

.filter-checkbox-4.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-dropdown-toggle-3 {
  color: #10405b80;
  background-color: #effafb;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle-3:hover {
  background-color: #5eccd380;
}

.filter-dropdown-list-3 {
  z-index: 3;
  background-color: #effafb;
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

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

.dropdown_list {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 8px 16px #00000024;
}

.dropdown_list.w--open {
  padding: .25rem;
}

.dropdown_list.is-open {
  color: #424242;
  padding: .25rem .25rem .25rem .285714rem;
  display: block;
  transform: translate(0);
}

.dropdown_toggle {
  color: #707070;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-bottom-color: #616161;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  font-size: .875rem;
  line-height: 1.42857;
  display: flex;
}

.dropdown_toggle.w--open {
  border-bottom-width: 2px;
  border-bottom-color: #0f6cbd;
  overflow: clip;
}

.dropdown_toggle.is-open {
  border-bottom-color: #0f6cbd;
}

.dropdowm_arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.dropdown {
  width: 100%;
  max-width: 19.5rem;
}

.dropdown_subtitle-wrapper {
  color: #616161;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: .75;
}

.dropdown_link {
  color: #424242;
  margin-bottom: 2px;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 1.625rem;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.dropdown_link.is-checkmark {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: .375rem;
  display: flex;
}

.dropdown_link.is-checkmark.is-last, .dropdown_link.last {
  margin-bottom: 0;
}

.text-block {
  text-align: center;
  padding-top: 7px;
  display: block;
}

.icon-17 {
  margin-bottom: 22.0052px;
}

.form_item {
  margin-right: 0;
  padding-right: 0;
}

.form-label {
  font-size: 1rem;
  line-height: 1.15;
}

.form-select {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--white);
  color: var(--dark-text);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.form-select.blue {
  background-color: var(--white);
  color: var(--dark-text);
  border-radius: 8px;
}

.f-container-large {
  background-color: var(--nothinh);
  color: var(--white);
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.f-icon-regular {
  color: var(--dark-text);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  color: var(--dark-text);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-link {
  color: var(--white);
  text-align: left;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social {
  background-color: var(--nothinh);
  color: var(--background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--dark-text);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 13px;
  color: var(--dark-text);
  text-align: left;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--dark-text);
  color: var(--dark-text);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-small {
  box-shadow: 0 5px 5px 5px var(--radiant-green);
  color: var(--white);
  background-color: #fff;
  width: 100%;
  padding: 32px 5%;
  position: relative;
}

.f-footer-logo {
  flex: none;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  color: var(--dark-text);
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.padding-bottom.padding-xlarge {
  padding-bottom: 4rem;
}

.padding-bottom.padding-large {
  flex: 1;
}

.padding-global {
  margin-top: 0;
  padding-top: 3.9rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-medium {
  padding: 2.5rem 30px 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.section_home-header {
  background-image: url('../images/image_1.avif');
  background-position: 50% 35%;
  background-size: cover;
}

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

.button-4 {
  background-color: var(--green-1);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-weight: 400;
  transition: filter .2s;
}

.button-4:hover {
  filter: brightness(95%);
  color: #0d0d0d;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.bold-text {
  color: var(--green-1);
  font-size: 1.2rem;
}

.home_header_component {
  color: #fff;
  max-width: 38rem;
}

.accent_line {
  color: var(--green-1);
  margin-top: .6rem;
  margin-right: 1rem;
  display: flex;
}

.text-block-3 {
  margin-bottom: 32px;
}

.home_header_info {
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--green-1);
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  color: var(--dark-text);
}

.bold-text-2, .bold-text-3, .bold-text-4, .text-block-4 {
  color: var(--green-1);
}

.text-block-5 {
  color: var(--green-1);
  letter-spacing: 0;
  width: 108px;
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 52px;
}

.f-navigation-link {
  color: var(--green-1);
  letter-spacing: -.01em;
  white-space: nowrap;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  -webkit-text-stroke-color: var(--radiant-green);
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

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

.f-logo {
  width: 197px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.text-block-6, .heading-11 {
  color: var(--dark-text);
}

.body {
  background-color: var(--radiant-green);
  color: var(--dark-text);
}

.paragraph-2, .body-2, .body-3, .body-4, .body-5, .heading-12, .heading-13 {
  color: var(--dark-text);
}

.link-2 {
  color: var(--white);
}

.f-h1-heading {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading.headings {
  color: var(--primary);
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  opacity: 1;
  color: var(--dark-text);
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--radiant-2);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--radiant-green);
  color: var(--green-1);
  border-color: #0000;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  background-color: var(--green-1);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-2 {
  color: var(--dark-text);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.link-block {
  background-color: var(--green-1);
  color: var(--color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48%;
  padding: 12px 32px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.link-block:hover {
  background-color: var(--radiant-green);
  color: var(--dark-text);
}

.text-block-7 {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
}

.text-block-8 {
  -webkit-text-stroke-color: var(--color);
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-50 {
  margin-bottom: 32px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-51 {
  margin-bottom: 8px;
}

.f-h4-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-52 {
  margin-bottom: 8px;
}

.f-margin-bottom-53 {
  margin-bottom: 16px;
}

.f-h4-heading-2 {
  color: var(--dark-text);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-paragraph-regular-2 {
  color: var(--dark-text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-cta-form-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-input-outlined-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined-2::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-grid-two-column-2 {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-section-regular-2 {
  padding: 72px 17% 105px;
  position: relative;
}

.f-form-button-2 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button-2:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-cta-form-block-2 {
  max-width: 460px;
  margin-bottom: 8px;
}

.link-3, .link-4 {
  color: var(--green-1);
}

.f-h3-heading-3 {
  color: var(--dark-text);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-54 {
  margin-bottom: 16px;
}

.f-margin-bottom-55 {
  margin-bottom: 32px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium {
  font-weight: 500;
}

.f-button-neutral-3 {
  background-color: var(--green-1);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--dark-text);
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-56 {
  margin-bottom: 48px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.link-5 {
  color: var(--green-1);
}

.link-5:hover {
  color: var(--flowui-component-library--primary-dark);
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-section-regular-3 {
  text-align: left;
  padding: 72px 5%;
  position: relative;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-margin-bottom-57 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.big-article-title-wrapper {
  width: 100%;
}

.big-article-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding: 30px 40px;
  display: flex;
}

.big-article-image-wrapper {
  background-image: url('../images/ikkuna_valkea-768x768_1.avif');
  background-position: 50%;
  background-size: 460px 460px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 400px;
  max-height: 400px;
  padding-left: 0;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.divider.big-article-divider {
  margin-bottom: 24px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
}

.big-article {
  background-color: var(--green-1);
  border-radius: 8px;
  box-shadow: 0 1px 4px #0000000d;
}

.tag-wrapper {
  background-color: #0000;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-14 {
  color: var(--dark-text);
}

.heading-15 {
  color: var(--white);
  text-align: left;
  font-size: 58px;
}

.paragraph-3 {
  color: var(--color);
  text-align: left;
  font-size: 27px;
}

.pricing-card-three-2 {
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--nothinh), #a5c796a3 0%, var(--green-1));
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.heading-16 {
  margin-bottom: 0;
}

.pricing-card-text-2 {
  text-align: left;
  max-width: 394px;
  margin-bottom: 34px;
  padding-top: 28px;
  font-size: .9rem;
}

.pricing-image-2 {
  object-fit: cover;
  width: 200px;
  height: 250px;
  margin-top: 19px;
  margin-bottom: 16px;
}

.heading-17 {
  max-width: 346px;
  margin-top: 1.2rem;
  padding-bottom: 0;
}

.heading-18 {
  color: var(--dark-text);
  margin-top: 1.2rem;
  padding-bottom: 0;
  font-size: 28px;
}

.pricing-grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -3px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.bold-text-5 {
  color: var(--green-1);
}

.heading-19 {
  color: var(--white);
}

.f-h3-heading-4 {
  color: var(--dark-text);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-secondary-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-58 {
  margin-bottom: 12px;
}

.f-margin-bottom-59 {
  margin-bottom: 16px;
}

.f-margin-bottom-60 {
  margin-bottom: 32px;
}

.f-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-button-neutral-4 {
  background-color: var(--green-1);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--success-darker);
}

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-61 {
  margin-bottom: 12px;
}

.f-margin-bottom-62 {
  margin-bottom: 8px;
}

.f-margin-bottom-63 {
  margin-bottom: 16px;
}

.f-button-neutral-5 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-sub-heading-small {
  color: var(--dark-text);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-9, .heading-20 {
  color: var(--dark-text);
}

.div-block-7 {
  padding-left: 47px;
  display: block;
}

.div-block-8 {
  padding-left: 47px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.tietosuoja {
  padding-top: 121px;
}

.link-6 {
  color: var(--green-1);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.founder-section {
    max-width: none;
    height: auto;
    margin-top: 178px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.partner-section {
    padding-bottom: 0;
  }

  .container.centered.meist {
    padding-top: 195px;
  }

  .container.etusivun-2 {
    padding-top: 69px;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .home-hero-left {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .header-link {
    color: var(--green-1);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link:hover {
    color: var(--dark-text);
  }

  .header-link.w--current {
    color: var(--c3b091);
    border-bottom-style: none;
  }

  .header-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .button.header-button {
    background-color: var(--radiant-2);
    color: var(--dark-text);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .button.yellow-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-map-wrapper {
    display: none;
  }

  .home-locations-block {
    margin-bottom: 17px;
  }

  .loactions-list-item {
    padding: 10px;
  }

  .location-link {
    border-radius: 20px;
  }

  .location-link-overlay {
    border-radius: 20px;
    padding: 20px;
  }

  .location-link-overlay-text {
    font-size: 20px;
  }

  .location-link-hover {
    display: none;
  }

  .grid-2-col {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-image-el {
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .agents-list {
    margin-bottom: -116px;
  }

  .agent-list-item {
    margin-bottom: 40px;
  }

  .card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-quote {
    font-size: 16px;
  }

  .listings-list {
    margin-bottom: 40px;
  }

  .listing-item {
    flex: none;
    width: 50%;
  }

  .testimonial-slider {
    width: 90%;
    margin-bottom: 56px;
  }

  .footer-links-col {
    min-width: 0;
  }

  .menu-button {
    background-color: var(--green-1);
    color: var(--white);
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: var(--green-1);
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .agent-card {
    display: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .additional-listing-item {
    flex: none;
    width: 340px;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

  .rich-text-block.asennus.rahoitus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .rich-text-block.tietoa {
    padding-top: 24px;
  }

  .founder-quote {
    padding-left: 31px;
    font-size: 18px;
  }

  .agent-photo {
    max-width: 364px;
    height: 515px;
  }

  .founder-info.tuottamuskortti {
    margin: -20px 92px 0;
    padding-left: 14px;
    position: static;
    left: auto;
    right: auto;
  }

  .grid-12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sg-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .sg-class-wrap {
    width: 100%;
  }

  .sg-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .values-list {
    grid-column-gap: 40px;
  }

  .value {
    max-width: 28%;
  }

  .contact-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

  .pricing-image {
    max-width: 85%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .div-block-3 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-block-2 {
    margin-top: -38px;
  }

  .flex-block-4, .flex-block-5, .flex-block-6, .flex-block-7 {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .home-map-wrapper-2 {
    height: auto;
    display: block;
  }

  .heading-6 {
    color: var(--primary);
  }

  .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .header-link-2 {
    color: var(--_base-2---white);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link-2.w--current {
    color: var(--_base-2---khaki);
    border-bottom-style: none;
  }

  .header-menu-2 {
    background-color: var(--_base-2---dark-slate-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .button-3.header-button {
    background-color: var(--_base-2---khaki);
    color: var(--_base-2---dark-slate-blue);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .menu-button-2 {
    background-color: var(--_base-2---dark-slate-blue);
    color: var(--_base-2---white);
    border-radius: 20px;
  }

  .menu-button-2.w--open {
    background-color: var(--_base-2---primary);
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-detail {
    text-align: center;
  }

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

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

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid, .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .f-image-cover-3 {
    width: 100%;
    max-width: 59%;
    height: 100%;
  }

  .f-content-image-wrapper-2 {
    max-width: 100%;
  }

  .f-button-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .div-block-9 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

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

  .section.gradient-first-section {
    padding-top: 150px;
  }

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.listing-hero-section {
    padding-top: 150px;
  }

  .section.top {
    padding-top: 140px;
  }

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .section.location-hero-section {
    padding-top: 150px;
  }

  .section.about-hero-section {
    margin-top: 80px;
    padding-top: 218px;
    padding-bottom: 279px;
  }

  .section.founder-section {
    border-radius: 40px;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .section.partner-section {
    padding-bottom: 0;
  }

  .section.contact-hero-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .container.centered {
    flex-flow: column;
  }

  .opacity-subtitle {
    margin-bottom: 30px;
  }

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
    padding-top: 64px;
  }

  .home-hero-img-wrapper {
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-number-item {
    flex: none;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

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

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.filter-button {
    margin-right: 15px;
  }

  .loactions-list-item {
    width: 50%;
  }

  .why-image-el {
    border-radius: 40px;
    width: 30%;
    right: -3%;
  }

  .why-image-el.small {
    border-radius: 20px;
    width: 80px;
    height: 80px;
    right: 32%;
  }

  .preheader {
    border-radius: 10px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .margin-bottom-40 {
    margin-bottom: 24px;
  }

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .agents-list {
    margin-bottom: -68px;
  }

  .agent-list-item {
    width: 100%;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .listings-list {
    margin-bottom: 30px;
  }

  .listing-item {
    width: 100%;
  }

  .listing-card-price {
    height: 40px;
  }

  .testimonial-slider {
    justify-content: center;
    align-items: center;
  }

  .testimonial-slide {
    width: auto;
    margin-right: 0;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-right: 0;
    padding: 40px;
  }

  .testimonial-message {
    font-size: 18px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 14px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-dropdown-toggle:hover {
    background-color: var(--background);
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .period-text {
    font-size: 16px;
  }

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .additional-listing-item {
    max-width: 80%;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form-city {
    margin-left: 0;
  }

  .filter-form-info {
    flex-direction: column;
  }

  .property-types-tabs {
    margin-top: -240px;
  }

  .property-tabs-filter {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .rich-text-block.asennus {
    margin-top: 64px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .founder-quote {
    width: 100%;
  }

  .founder-wrapper {
    flex-direction: column;
  }

  .agent-photo {
    order: -1;
    max-width: none;
    height: auto;
    margin-top: -38px;
    margin-bottom: 40px;
    padding-bottom: 76px;
    overflow: hidden;
  }

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .founder-info.tuottamuskortti {
    flex: 1;
  }

  .grid-12-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-blocks, .btns-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .values-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value {
    max-width: 400px;
  }

  .contact-form-block {
    box-shadow: 0 30px 60px -20px var(--radiant-green);
    border-radius: 20px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 60px 40px;
  }

  .listing-card-price-2 {
    height: 40px;
  }

  .pricing-card-three {
    max-width: 278px;
  }

  .pricing-image {
    background-color: #10405b4a;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
  }

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

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

  .section-2.cta-section {
    padding-bottom: 40px;
  }

  .cta-block-2 {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form-2 {
    margin-bottom: 20px;
  }

  .card-headers {
    margin-bottom: 18px;
    padding-bottom: 0;
  }

  .flex-block-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

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

  .section-4.cta-section {
    padding-bottom: 40px;
  }

  .cta-block-3 {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form-3 {
    margin-bottom: 20px;
  }

  .header-inner-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .menu-button-2 {
    padding: 14px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-image-tall {
    height: 100%;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-h3-heading-copy {
    font-size: 40px;
  }

  .filter-dropdown-toggle-2:hover {
    background-color: #effafb;
  }

  .filter-dropdown-list-2 {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-dropdown-toggle-3:hover {
    background-color: #effafb;
  }

  .filter-dropdown-list-3 {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .dropdown.is-open.responsive {
    margin-top: 120px;
  }

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

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

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

  .button-4 {
    border-radius: .5rem;
  }

  .text-block-3 {
    margin-bottom: -56px;
  }

  .home_header_info {
    margin-bottom: 91px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h4-heading, .f-h4-heading-2 {
    font-size: 36px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-image-cover-3 {
    max-width: 100%;
  }

  .f-content-list-wrapper-small {
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 32px;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 145px;
    display: block;
  }

  .section.white-section {
    margin-top: 0;
    padding-top: 50px;
  }

  .section.cta-section {
    padding-top: 0;
  }

  .section.property-hero-section {
    padding-bottom: 100px;
  }

  .section.about-hero-section {
    margin-top: 0;
  }

  .section.founder-section {
    margin-top: 3px;
    padding: 59px 10% 25px;
  }

  .section.partner-section {
    padding-bottom: 16px;
  }

  .section.tuotesivun-pad, .section.tuotteet-section {
    padding-bottom: 0;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.centered {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.idk {
    margin-bottom: -64px;
  }

  .opacity-subtitle {
    font-size: 16px;
    font-weight: 400;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

  .loactions-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .grid-content-wrapper {
    padding-bottom: 83px;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-message {
    color: var(--dark-text);
    margin-bottom: 24px;
    font-size: 16px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links:hover {
    -webkit-text-stroke-color: var(--green-1);
    text-decoration: underline;
    -webkit-text-decoration-color: var(--green-1);
    text-decoration-color: var(--green-1);
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--green-1);
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-block-overlay {
    background-image: linear-gradient(338deg, #5eccd3f2, #48adc0d9 57%, #3693b0f2);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .agent-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .filter-form-info {
    margin-left: 0;
  }

  .pagination-next-button, .pagination-prev-button {
    background-size: 14px;
    width: 40px;
    height: 40px;
  }

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-text-block {
    padding-top: 34px;
  }

  .rich-text-block h2 {
    font-size: 26px;
    font-weight: 700;
    display: block;
  }

  .rich-text-block blockquote {
    font-size: 18px;
    line-height: 115%;
  }

  .rich-text-block.asennus {
    margin-top: -31px;
    padding-bottom: 0;
  }

  .founder-quote {
    font-size: 17px;
  }

  .founder-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 101%;
    display: flex;
  }

  .agent-photo {
    border-width: 3px;
    border-radius: 40px;
    flex: 0 auto;
    order: -1;
    max-width: 101%;
    margin-left: -29px;
    margin-right: -36px;
    position: relative;
  }

  .founder-photo-image {
    max-width: 101%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .founder-photo-image.henri {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .founder-info.tuottamuskortti {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 134px;
    margin-bottom: -53px;
    padding-bottom: 14px;
    padding-right: 14px;
  }

  .btns-wrap {
    grid-template-columns: auto;
  }

  .contact-form-block {
    margin-top: -256px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .heading-3 {
    max-width: 199px;
  }

  .pricing-card-text {
    max-width: 271px;
  }

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

  .section-2.cta-section {
    margin-bottom: 164px;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .cta-block-2 {
    padding: 40px 20px;
  }

  .cta-form-button-2 {
    width: 100%;
    position: static;
  }

  .cta-form-button-3 {
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .card-headers {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    font-size: 29px;
    display: block;
  }

  .section-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .flex-block-5, .flex-block-6, .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .section-4.cta-section {
    padding-top: 0;
  }

  .cta-block-3 {
    padding: 40px 20px;
  }

  .cta-form-button-4 {
    width: 100%;
    position: static;
  }

  .f-gallery-image-tall {
    height: 180px;
  }

  .form-select.blue {
    border-style: solid;
    border-color: var(--flowui-component-library--grey-300);
    background-color: var(--color);
    border-radius: 8px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-flow: column;
  }

  .f-footer-detail {
    text-align: center;
  }

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

  .padding-section-medium {
    text-align: left;
  }

  .f-logo {
    width: 158px;
  }

  .f-navigation-button {
    display: none;
  }

  .text-block-6 {
    display: block;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .f-cta-form-wrapper-2 {
    flex-direction: column;
  }

  .f-grid-two-column-2 {
    margin-bottom: 42px;
  }

  .f-section-regular-2 {
    padding-bottom: 0;
  }

  .f-section-regular-2.remontti-etusivu {
    padding-bottom: 6px;
  }

  .f-form-button-2, .f-cta-form-block-2 {
    width: 100%;
  }

  .f-section-large-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 53px;
  }

  .f-button-neutral-3 {
    background-color: var(--green-1);
  }

  .f-container-x-small {
    padding-top: 108px;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .link-5 {
    color: var(--green-1);
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-section-regular-3 {
    padding-bottom: 0;
  }

  .big-article-content-wrapper {
    padding: 25px 30px;
  }

  .pricing-card-text-2 {
    max-width: 271px;
  }

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

  .f-h3-heading-4 {
    padding-left: 0;
    display: block;
  }

  .f-image-cover-3 {
    width: 100%;
    max-width: 100%;
    height: 89%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-grid-two-column-3 {
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: center;
  }

  .f-content-list-item-large, .f-content-list-wrapper-small {
    flex-flow: column;
  }

  .div-block-7, .div-block-8 {
    padding-left: 0;
  }
}

#w-node-fb2dcd0d-9e5c-397f-985e-f52204423b6f-a6e1264b, #w-node-fb2dcd0d-9e5c-397f-985e-f52204423b91-a6e1264b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b217d7e-9c36-2410-87d7-a5ad8f7a42a3-99b1b168, #w-node-d95a1d6f-61ca-a85c-48a7-bc8b4ede3c10-99b1b168 {
  justify-self: end;
}

#w-node-_607fbcbd-49a6-0c13-1789-6172d959f1ac-99b1b168 {
  place-self: auto start;
}

#w-node-_607fbcbd-49a6-0c13-1789-6172d959f1ba-99b1b168 {
  justify-self: end;
}

#w-node-f96cee33-52bb-5531-d97a-d289e4167f42-99b1b168 {
  place-self: auto start;
}

#w-node-f96cee33-52bb-5531-d97a-d289e4167f50-99b1b168 {
  justify-self: end;
}

#w-node-_4fe753d2-6183-a553-ba80-836e4f308f47-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b0237-99b1b169 {
  place-self: auto end;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b023a-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b0246-99b1b169 {
  place-self: auto end;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b0249-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b025b-99b1b169 {
  place-self: auto end;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b025e-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b0269-99b1b169 {
  place-self: auto end;
}

#w-node-f428abab-98b7-0988-5635-eed9b57b026c-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-99b1b169 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-99b1b169 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_29966dfe-7b2e-e5dd-f225-610e009e61c3-99b1b169 {
  place-self: auto end;
}

#w-node-_29966dfe-7b2e-e5dd-f225-610e009e61c6-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd67-99b1b169 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd6c-99b1b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df75-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df7b-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df81-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df87-99b1b169 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_523e82a1-a8e6-f41d-4504-dc23077ef4c4-3a3654e7, #w-node-ce79ec4f-0f64-9c2c-3a1b-910adca7c7c7-3a3654e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e7e8e1f9-831b-fe4f-b933-37b30deaa553-99b1b15f, #w-node-_6b217d7e-9c36-2410-87d7-a5ad8f7a4292-99b1b168, #w-node-d95a1d6f-61ca-a85c-48a7-bc8b4ede3c02-99b1b168, #w-node-_607fbcbd-49a6-0c13-1789-6172d959f1ac-99b1b168, #w-node-f96cee33-52bb-5531-d97a-d289e4167f42-99b1b168, #w-node-_4fe753d2-6183-a553-ba80-836e4f308f34-99b1b169 {
    order: -9999;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: start;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-99b1b169 {
    grid-column: span 8 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-99b1b169 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-99b1b169 {
    grid-column: span 4 / span 4;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-99b1b169 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-99b1b169 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-99b1b169 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-99b1b169, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-99b1b169, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-99b1b169, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-99b1b169, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-99b1b169, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-99b1b169, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-99b1b169, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-99b1b169 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd60-99b1b169, #w-node-_7b93665d-38ed-3e3a-d35f-b8751669a15e-99b1b169, #w-node-_07f3ec19-fe2c-0cb4-d8fe-e0cee4338022-99b1b169, #w-node-ae96024f-6a96-8139-25be-0b2349abd50f-99b1b169, #w-node-_980b5b1b-f0a3-324f-a1f6-546e97c1f7ce-99b1b169 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_523e82a1-a8e6-f41d-4504-dc23077ef4c4-3a3654e7, #w-node-_523e82a1-a8e6-f41d-4504-dc23077ef4c7-3a3654e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_523e82a1-a8e6-f41d-4504-dc23077ef4ca-3a3654e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce79ec4f-0f64-9c2c-3a1b-910adca7c7ca-3a3654e7, #w-node-ce79ec4f-0f64-9c2c-3a1b-910adca7c7c7-3a3654e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce79ec4f-0f64-9c2c-3a1b-910adca7c7cd-3a3654e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


