:root {
  --black: #050505;
  --text-light: #48505b;
  --accent: #024caa;
  --white: #f0f0f0;
}

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

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: var(--text-light);
  margin-bottom: 10px;
}

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

strong {
  color: var(--black);
  font-weight: 500;
}

.nav-link {
  letter-spacing: -.02em;
  padding: 8px 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .35s;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.show-mobile {
  display: none;
}

.navigation-button-wrap {
  grid-column-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.nav-menu {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

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

.button-navigationn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-navigationn:hover {
  background-color: #48505bcc;
}

.button-navigationn:active {
  background-color: #512;
}

.navbar {
  background-color: #0000;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-button-wrapper.cta {
  margin-top: 0;
}

.title-wrapper {
  margin-bottom: 24px;
}

.section-home {
  width: 100vw;
  height: 95vh;
  padding: 120px 3% 96px;
  position: relative;
  overflow: hidden;
}

.home-heading {
  margin-bottom: 0;
  font-size: 62px;
  line-height: 72px;
}

.home-heading.white {
  color: #fff;
  font-size: 68px;
  line-height: 1.3;
}

.home-heading.white.hidemobile {
  line-height: 1.1;
}

.home-heading.white.showmobile {
  display: none;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  height: 100%;
}

.button-primary-left-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-left-icon:hover {
  opacity: .9;
}

.button-primary-left-icon:active {
  background-color: #512;
}

.scroll-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #717884;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.heading-detail-small {
  color: var(--accent);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12.white {
  color: #fff;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.paragraph-small {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #050505;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

.button-outline:hover {
  background-color: #f7f7f8;
  border-color: #f7f7f8;
}

.button-outline:active {
  background-color: #eef0f1;
  border-color: #eef0f1;
}

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

.paragraph-large.white {
  color: #fff;
}

.footer-link {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
  text-decoration: none;
  transition: all .1s, opacity .2s;
  display: block;
}

.footer-link:hover {
  color: #050505ab;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 80px;
}

.footer-title {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.paragraph-regular.text-color-gray-400 {
  color: #bdc1c7;
}

.paragraph-regular.text-color-gray-400.white {
  color: #fff;
}

.paragraph-regular.text-color-gray-700 {
  color: #2d3239;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

.button-primary:hover {
  opacity: .9;
}

.button-primary:active {
  background-color: #512;
}

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

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-three-column.contact {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.section-footer {
  padding: 72px 3% 20px;
  position: relative;
}

.footer-bottom-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.copyright-link {
  font-size: 12px;
}

.copyright-link.yksityisyysseloste {
  color: var(--black);
  text-decoration: underline;
  transition: all .1s;
}

.copyright-link.yksityisyysseloste:hover {
  color: #050505a6;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  letter-spacing: -.02em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.cta-detail {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 448px;
  display: flex;
}

.cta-block {
  z-index: 5;
  background-image: linear-gradient(#024caacc, #024caacc), url('../images/skyscraper-buildings-sky-view-big-city.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 42px;
  display: flex;
  position: relative;
}

.grid-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-small {
  padding: 64px 3%;
}

.section-small.bg-primary {
  background-color: var(--accent);
}

.service-card-image {
  object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.heading-left.margin-bottom-48 {
  margin-bottom: 48px;
}

.service-link {
  color: #050505;
  text-decoration: underline;
}

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

.image-cover.mikko {
  object-fit: contain;
  object-position: 50% 50%;
  max-height: 500px;
  padding-left: 40px;
}

.content-detail {
  max-width: 448px;
}

.slider-card {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-right: 32px;
  display: flex;
}

.section-service {
  padding: 96px 3%;
  overflow: hidden;
}

.content-images {
  position: relative;
}

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  position: relative;
}

.section-large {
  padding: 96px 3%;
}

.content-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.section-regular.breadcrumb {
  background-color: #050505e6;
  background-image: linear-gradient(122deg, #000000e6, #050505d9), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-regular.breadcrumb.asuminen-ja-el-minen {
  background-image: linear-gradient(#024caacc, #024caacc), url('../images/kerrostalo-kuva.jpg');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.asuminen-ja-el-minen.taksi--kuljetuspalvelut {
  background-image: linear-gradient(#024caae6, #024caae6), url('../images/taksi-kuva.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.filmi-ja-mainosteollisuus {
  background-image: linear-gradient(#024caa80, #024caa80), url('../images/kuvauspalvelut.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.yritys {
  background-image: linear-gradient(#00000080, #00000080), url('../images/asuntokaupan-konsultointi.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.yhteystiedot {
  background-image: linear-gradient(122deg, #000000b3, #050505a6), url('../images/logistiset-palvelut.webp');
  background-position: 0 0, 50%;
}

.section-regular.breadcrumb.rakennuttaminen-ja-remontointi {
  background-image: linear-gradient(#024caa80, #024caa80), url('../images/rakentaminen.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.otsonointi-kontti {
  background-image: linear-gradient(#024caa80, #024caa80), url('../images/otsonointi-kontti.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-regular.breadcrumb.asuntokaupan-konsultointi {
  background-image: linear-gradient(122deg, #000000b3, #05050599), url('../images/city.jpg');
}

.section-regular.breadcrumb.kiinteistojen-tekninen-elinkaari-ja-parannukset {
  background-image: linear-gradient(122deg, #000000b3, #05050599), url('../images/skyscraper-buildings-sky-view-big-city.jpg');
}

.section-regular.breadcrumb.lumen-lastaus-ja-poiskuljetus {
  background-image: linear-gradient(122deg, #000000e6, #050505d9), url('../images/bobcat.webp');
}

.section-regular.breadcrumb.pihaty-t-maisemointi-ja-kivity-t {
  background-image: linear-gradient(122deg, #000000d9, #050505cc), url('../images/pihatyo.webp');
}

.section-regular.breadcrumb.asfalttikorjaukset {
  background-image: linear-gradient(#024caa80, #024caa80), url('../images/keltainen-tyokone.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.feature-card {
  color: #bdc1c7;
  letter-spacing: .12em;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.feature-card:hover {
  color: var(--accent);
  background-color: #f7f7f8;
  border-color: #f7f7f8;
}

.title-wrapper-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 448px;
  display: flex;
  position: relative;
}

.title-wrapper-left.margin-bottom-40 {
  margin-bottom: 40px;
}

.feature-detail {
  color: #050505;
}

.feature-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
}

.feature-heading {
  font-size: 48px;
  line-height: 56px;
}

.paragraph-large-breadcrumb {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-breadcrumb.text-color-gray-600 {
  color: #48505b;
}

.paragraph-large-breadcrumb.text-color-gray-600.centered {
  text-align: center;
}

.faq-item {
  background-color: #f7f7f8;
  border: 1px solid #f7f7f8;
  width: 100%;
  padding: 24px;
  transition: all .3s;
  display: block;
}

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

.security-label {
  margin-left: 10px;
  line-height: 1;
}

.security-link {
  color: #050505;
  font-weight: 500;
  text-decoration: underline;
}

.button-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #050505;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s cubic-bezier(.6, .6, 0, 1);
}

.button-submit:hover {
  background-color: var(--accent);
}

.button-submit:active {
  background-color: #512;
}

.text-area-large {
  background-color: #fff;
  border: 1px solid #eef0f1;
  min-height: 120px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
}

.text-area-large:hover, .text-area-large:active, .text-area-large:focus {
  border-color: var(--accent);
}

.text-area-large::placeholder {
  color: #717884;
}

.contact-icon-block {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 8px;
}

.contact-icon-block.smaller {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon-contact {
  width: 30px;
}

.text-field {
  background-color: #fff;
  border: 1px solid #eef0f1;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-color: var(--accent);
}

.text-field::placeholder {
  color: #717884;
}

.input-block {
  margin-bottom: 16px;
}

.input-block.margin-bottom-16 {
  height: auto;
  margin-bottom: 16px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.security-icon {
  width: 20px;
  margin-bottom: -4px;
}

.contact-block {
  background-color: #fff;
  border: 1px solid #eef0f1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  box-shadow: 68px 68px 140px -32px #02082c0a;
}

.field-label {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.success-message {
  color: #a37229;
  background-color: #ffe0b3;
}

.span-accent {
  color: var(--accent);
}

.contact-card {
  color: #050505;
  letter-spacing: .12em;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.contact-card:hover {
  color: #050505;
  background-color: #f7f7f8;
  border-color: #f7f7f8;
}

.security-field {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.container-small-2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy h2 {
  font-size: 18px;
}

.privacy-policy h1 {
  font-size: 32px;
}

.privacy-policy p {
  line-height: 28px;
}

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

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

.utility-icon {
  width: 44px;
  margin-left: auto;
  margin-right: auto;
}

.space-10 {
  height: 10px;
}

.h1-breadcrumb {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.h1-breadcrumb.show-mobile {
  display: none;
}

.space-20 {
  height: 20px;
}

.sidebar-widget-header {
  background-color: var(--accent);
  color: #fff;
  padding: .75rem 1rem;
}

.service-rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
}

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

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

.arrow-icon {
  margin-left: .625rem;
  margin-right: 0;
  font-size: .75rem;
  font-weight: 900;
  position: relative;
  top: .0625rem;
}

.arrow-icon.service-side-menu-icon {
  margin-left: 0;
  margin-right: .5rem;
  transform: rotate(-90deg);
}

.check-icon {
  width: 16px;
}

.widget-menu-link {
  color: #2c3d54;
  border-bottom: .0625rem solid #0633751a;
  align-items: center;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
}

.widget-menu-link:hover {
  padding-left: 1.25rem;
}

.widget-menu-link.w--current {
  color: var(--accent);
  font-weight: 500;
}

.grid-one-three {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.sidebar-widget-body {
  border: .0625rem solid #0633751a;
}

.dropdown-toggle {
  padding: 8px 42px 8px 26px;
  font-weight: 400;
  line-height: 24px;
}

.icon {
  margin-right: 20px;
  font-size: 12px;
}

.dropdown-link {
  margin: 4px;
  padding: 8px 16px;
  transition: all .1s;
}

.dropdown-link:hover {
  background-color: #00000008;
}

.dropdown-link.w--current {
  color: var(--accent);
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaeaea;
}

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

.pricing-card {
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: column;
  padding: 32px;
  transition: all .2s;
  display: flex;
}

.pricing-card:hover {
  background-color: #f7f7f8;
}

.pricing-heading {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.price-text-block {
  color: var(--accent);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.price-text-block.pyyda-tarjous {
  font-size: 26px;
}

.pricing-features-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.pricing-feature {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-meta {
  color: var(--text-light);
  margin-bottom: 10px;
  font-weight: 400;
}

.pricing-meta.bold {
  color: var(--black);
  font-weight: 500;
}

.small {
  font-size: 14px;
}

.button-transparent {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  font-weight: 500;
}

.service-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.service-detail-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-card-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 352px;
  margin-right: 32px;
  display: flex;
}

.bg-image {
  object-fit: cover;
  width: 100vw;
  height: 95vh;
  position: absolute;
}

.home-overlay {
  background-color: #024caa99;
  width: 100vw;
  height: 95vh;
  position: absolute;
}

.h2-values.val {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}

.brand-logo-nav {
  width: 140px;
}

.brand-logo-footer {
  width: 175px;
}

.price-text-block-2 {
  color: var(--accent);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.pricing-meta-2 {
  color: #48505b;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-meta-2.bold {
  color: #050505;
  margin-bottom: 16px;
  font-weight: 500;
}

.pricing-meta-2.s {
  font-size: 12px;
  line-height: 22px;
}

.pricing-meta-2.s.km {
  text-align: center;
  margin-top: 24px;
}

.pricing-card-2 {
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: column;
  padding: 32px;
  transition: all .2s;
  display: flex;
}

.pricing-card-2:hover {
  background-color: #f7f7f8;
}

.pricing-feature-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

.button-primary-3:hover {
  background-color: #48505bcc;
}

.button-primary-3:active {
  background-color: #512;
}

.pricing-features-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

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

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

.banner-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
}

.banner-image {
  width: 140px;
  margin-bottom: 24px;
}

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

.flag-image {
  object-fit: cover;
  width: 28px;
  height: 19px;
  margin-right: 20px;
}

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

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

.h2-small {
  font-size: 22px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 16px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.live-icon-chat {
  object-fit: cover;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 2px 2px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.6;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

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

.esite-image {
  width: 70%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .section-home {
    height: 88vh;
    padding-top: 110px;
  }

  .scroll-wrapper {
    margin-top: 60px;
  }

  .bg-image, .home-overlay {
    height: 88vh;
  }

  .brand-logo-footer {
    width: 175px;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #262626;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.show-mobile {
    display: none;
  }

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

  .container-navigation {
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    top: 80px;
  }

  .menu-button {
    color: #fff;
    background-color: #050505;
    padding: 8px;
    transition: all .3s cubic-bezier(.6, .6, 0, 1);
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--accent);
    color: #fff;
  }

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

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .header-button-wrapper {
    margin-top: 40px;
  }

  .title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-home {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .home-heading.white {
    font-size: 62px;
  }

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

  .scroll-wrapper {
    margin-top: 48px;
    display: none;
    position: static;
    inset: 0%;
  }

  .footer-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .button-primary {
    max-width: 150px;
    display: flex;
  }

  .grid-three-column.contact {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-bottom-block {
    grid-row-gap: 14px;
    text-align: center;
    flex-direction: column;
  }

  .cta-block {
    padding: 48px 24px;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-left.margin-bottom-48 {
    max-width: 460px;
  }

  .image-cover {
    object-position: 50% 50%;
  }

  .image-cover.mikko {
    object-fit: contain;
    object-position: 50% 50%;
    height: 450px;
    padding-left: 0;
  }

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

  .grid-two-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .icon-contact {
    width: 29px;
  }

  .footer-brand-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .dropdown {
    margin-left: 8px;
    margin-right: 8px;
    display: block;
  }

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

  .button-primary-3 {
    max-width: 150px;
    display: flex;
  }

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .esite-image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.show-mobile {
    display: none;
  }

  .navigation-button-wrap {
    width: 100%;
  }

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

  .header-content {
    padding-bottom: 20px;
  }

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

  .footer-column {
    text-align: center;
    align-items: center;
  }

  .grid-three-column, .grid-three-column.contact, .grid-three-column.values, .grid-cta {
    grid-template-columns: 1fr;
  }

  .image-cover.mikko {
    object-fit: contain;
    height: 350px;
    padding-left: 0;
  }

  .section-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-regular {
    padding-top: 60px;
  }

  .icon-contact {
    width: 28px;
  }

  .form-block {
    max-width: none;
  }

  .grid-one-three, .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.show-mobile {
    display: block;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .navigation-button-wrap {
    width: 30%;
  }

  .menu-button {
    padding: 6px;
  }

  .button-navigationn, .button-navigationn.w--current {
    display: none;
  }

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

  .header-button-wrapper {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .section-home {
    height: 105vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-heading {
    font-size: 40px;
    line-height: 1.4;
  }

  .home-heading.white {
    font-size: 54px;
  }

  .home-heading.white.hidemobile {
    display: none;
  }

  .home-heading.white.showmobile {
    font-size: 42px;
    display: block;
  }

  .button-primary-left-icon, .button-outline {
    flex: none;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .paragraph-regular.text-color-gray-400 {
    text-align: center;
  }

  .button-primary {
    max-width: none;
  }

  .footer-column {
    text-align: center;
    align-items: center;
  }

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

  .section-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-bottom-block {
    grid-row-gap: 24px;
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .copyright-link {
    font-size: 14px;
  }

  .footer-legal-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-detail {
    text-align: center;
    align-items: center;
  }

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

  .section-small {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-cover.mikko {
    height: 400px;
  }

  .slider-card {
    max-width: 100%;
  }

  .section-service {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .grid-two-column.contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-large {
    padding: 64px 5%;
  }

  .title-wrapper-centre {
    text-align: left;
    align-items: flex-start;
  }

  .section-regular {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-regular.breadcrumb, .section-regular.breadcrumb.yhteystiedot {
    padding-top: 60px;
  }

  .feature-card {
    flex-direction: column;
  }

  .bold-text {
    text-align: center;
    font-size: 40px;
    line-height: 52px;
  }

  .paragraph-large-breadcrumb {
    font-size: 16px;
    line-height: 1.6;
  }

  .paragraph-large-breadcrumb.text-color-gray-600 {
    text-align: center;
  }

  .faq-item {
    padding: 24px 14px;
  }

  .security-label {
    width: 80%;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .icon-contact {
    color: #bdc1c7;
    width: 28px;
  }

  .security-icon {
    width: 22px;
    margin-bottom: 6px;
  }

  .contact-block {
    margin-top: 40px;
    padding: 32px 24px;
  }

  .contact-card {
    flex-direction: column;
  }

  .security-field {
    text-align: center;
    flex-direction: column;
  }

  .h1-breadcrumb {
    font-size: 32px;
  }

  .h1-breadcrumb.hide-mobile {
    display: none;
  }

  .h1-breadcrumb.show-mobile {
    display: block;
  }

  .footer-brand-details {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .pricing-card {
    padding: 32px 24px;
  }

  .slider-card-2 {
    max-width: 100%;
  }

  .bg-image, .home-overlay {
    height: 105vh;
  }

  .h2-values {
    font-size: 16px;
  }

  .brand-logo-nav {
    width: 100px;
  }

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

  .pricing-card-2 {
    padding: 32px 28px;
  }

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

  .button-primary-3 {
    max-width: none;
  }

  .pricing-features-wrap-2 {
    margin-bottom: 36px;
  }

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

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-icon {
    width: 26px;
  }
}

#w-node-_5fd54732-da1b-b594-7f7b-4068e55583ab-84ca57e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb033418-ca24-7f89-0fe8-6eddb04abeb4-84ca57e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ba0b7cdc-74c3-dc7c-dde8-b1db01790a59-01790a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3da0ad5a-fbe4-631d-4f3c-fef91fa034f8-1fa034f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3da0ad5a-fbe4-631d-4f3c-fef91fa034fe-1fa034f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c318638a-3602-15da-2a94-ef133cbc914b-84ca57ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c318638a-3602-15da-2a94-ef133cbc914e-84ca57ec, #w-node-c318638a-3602-15da-2a94-ef133cbc915f-84ca57ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d88fba36-08ab-d812-6ff5-4ab9ba1ede18-ba1ede18 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3da0ad5a-fbe4-631d-4f3c-fef91fa034f8-1fa034f5, #w-node-_3da0ad5a-fbe4-631d-4f3c-fef91fa034fe-1fa034f5 {
    justify-self: center;
  }
}


