@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #222;
  --black: #0f0f0f;
  --primary: #eb165c;
  --white: white;
  --hover: #d81052;
  --primary-light: #eb165c1a;
  --harmaa: #121212;
  --light: whitesmoke;
}

.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(--body);
  letter-spacing: .01em;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  letter-spacing: .01em;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: .02em;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  margin-bottom: 14px;
}

strong {
  font-weight: bold;
}

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

.container-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-link-nav {
  justify-content: center;
  align-items: center;
  height: 32px;
  transition: opacity .3s;
  display: flex;
}

.brand-link-nav:hover {
  opacity: .5;
}

.link-nav {
  color: var(--black);
  letter-spacing: .05em;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link-nav:hover {
  opacity: .5;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .05em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.button.w--current:hover {
  background-color: var(--hover);
}

.button.nav-menu-cta {
  color: #00d563;
  background-color: #00d5631a;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.button.nav-menu-cta:hover {
  color: #f9f9f9;
  background-color: #00d563;
}

.button.nav-button {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  color: var(--primary);
  height: 46px;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.button.nav-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--harmaa);
}

.button.call-request {
  min-width: 140px;
  height: 60px;
}

.navbar {
  z-index: 1001;
  background-color: #0000;
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar:where(.w-variant-e1ba15ca-f07c-3db6-d022-6794675e574d) {
  background-color: var(--white);
}

.links-column-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.two-columns-links-footer {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  width: auto;
}

.footer-top-left {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.link-arrow {
  grid-column-gap: 6px;
  color: #0b0c0d;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: 10px;
}

.link-arrow.white-link-arrow {
  color: #fff;
}

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

.contact-block-footer-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section.footer {
  color: #fff;
  background-color: #1b1c1d;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  padding-top: 184px;
  padding-bottom: 184px;
  position: relative;
  overflow: hidden;
}

.section.light {
  background-color: #f9f9f9;
}

.text-field {
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field:focus {
  color: #0b0c0d;
  border-color: #0b0c0d;
}

.text-field.call-request-field {
  color: var(--white);
  background-color: #1f1f1f;
  border-color: #1d1d1d;
  min-width: 320px;
}

.footer-legal {
  opacity: .8;
  font-size: 14px;
}

.footer-top {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 60px;
}

.success-message {
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.right-footer-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: grid;
}

.container {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.brand-link-footer {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
}

.brand-link-footer.w--current {
  color: var(--white);
}

.footer-bottom {
  background-color: var(--harmaa);
  color: #ffffffd9;
  padding-top: 120px;
  padding-bottom: 32px;
}

.footer-link-heading {
  color: var(--white);
  font-size: 20px;
  line-height: 150%;
}

.form-block-call-request {
  width: 100%;
  min-width: 380px;
  margin-top: 24px;
}

.text-heading-3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.footer-link {
  color: #ffffffd9;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
}

.left-footer-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-bottom-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-top-right {
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.links-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-call-request {
  grid-column-gap: 8px;
  display: flex;
}

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

.section-2.hero-service {
  padding-top: 160px;
}

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

.space-24 {
  height: 24px;
}

.subtitle {
  color: var(--light);
  max-width: 600px;
  font-size: 20px;
  line-height: 1.6;
}

.master-tag-and-text {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.center-content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-halves.image-grid {
  grid-column-gap: 80px;
}

.link-contact-tile {
  grid-column-gap: 24px;
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.service-card {
  color: #fff;
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  width: 775px;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-product {
  padding: 0 40px 0 0;
}

.jeothermal-icon {
  width: 52px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.hero-flex {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.tag-default {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.limit-750 {
  max-width: 750px;
}

.limit-1083 {
  width: 100%;
  max-width: 690px;
}

.sticky-values-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.sticky-block {
  flex-direction: column;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 100px;
}

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

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

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

.utility-image {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.legal-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3% 100px;
  display: flex;
}

.hero-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.hero-background-overlay {
  opacity: .65;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

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

.text-white-muted, .text-block {
  color: #ffffffe6;
}

.tag-primary {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wrap-tags.home {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

.hide-desktop {
  display: none;
}

.nav-logo-text {
  color: var(--black);
  letter-spacing: .15em;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.chat-bubbleshape-1 {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 555px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 1px 1px 10px #00000014;
}

.chat-writemodule-error-1 {
  text-align: center;
  background-color: #fcd5d5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 100%;
  order: -1;
  align-self: center;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  inset: -40px 0% auto;
  box-shadow: 0 -1px 3px #390c162e;
}

.chat-writemodule-formblock-1 {
  flex-wrap: wrap;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.chat-writemodule-formfield-1 {
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 25px 12px;
  font-size: 15px;
  line-height: 1.3em;
}

.chat-writemodule-formfield-1:focus {
  border-bottom-color: var(--primary);
  background-color: #fafafa;
}

.chat-bubbleicon-1 {
  background-image: url('../images/keskustelu-ikoni.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.chat-writemodule-picswrapper-1 {
  flex: none;
  margin-right: 1rem;
}

.chat-writemodule-sucess-2 {
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6em;
}

.chat-linkcredits-1 {
  opacity: 0;
  height: 1px;
  font-size: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.chat-writenmodulegrid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
}

.chat-writemodule-box-1 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 378px;
  max-height: 70vh;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 13px 9px #00000014;
}

.chat-writemodule-headbottom-1 {
  align-items: center;
  display: flex;
}

.chat-writemodule-form-1 {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.chat-writemodule-success-1 {
  background-color: #0000;
  align-self: center;
  width: 100%;
}

.chat-writemodule-buttonwrap-1 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
  display: flex;
}

.chat-writemodule-button-1 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/laheta-nappi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex: none;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
}

.chat-bubbleicon-2 {
  background-image: url('../images/ruksi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 100%;
  height: 100%;
  display: none;
}

.chat-writemodule-teamtextwrap-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chat-writemodule-pic-1 {
  object-fit: cover;
  border-radius: 100px;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.chat-writemodule-headtext-2 {
  color: #ffffffd9;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.chat-writemodule-headtext-1 {
  color: var(--white);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.chat-container-1 {
  width: 100%;
  max-width: 14200px;
  position: relative;
}

.chat-bubblemain-1 {
  z-index: 2;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-writemodule-formtextfield-1 {
  text-align: left;
  border: 1px #000;
  margin-bottom: 0;
  padding: 15px 25px 30px;
  font-size: 15px;
  line-height: 1.6em;
  overflow: visible;
}

.chat-writemodule-formtextfield-1:focus {
  background-color: #fafafa;
}

.chat-writemodule-main-1 {
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-main-1 {
  z-index: 1000;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.chat-writemodule-formwrap-1 {
  flex: 1 0 auto;
  align-items: flex-end;
  display: flex;
}

.chat-writemodule-header-1 {
  background-color: var(--primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: none;
  padding: 30px;
}

.nords-linkki {
  color: #fff;
  text-decoration: none;
  transition: all .35s;
}

.nords-linkki:hover {
  color: #ffffff80;
}

.icon-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fafafa;
  border-radius: 4px;
  align-items: center;
  padding: 16px;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icon-link:hover {
  background-color: #ffffff14;
}

.code-embed-3 {
  width: 14px;
  height: 16px;
  margin-top: -4px;
}

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

.service-item {
  z-index: 1;
  aspect-ratio: 5 / 4;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-item.ratio-landscape {
  aspect-ratio: 5 / 3;
}

.service-item.ratio-square {
  aspect-ratio: 1;
}

.service-overlay {
  z-index: -1;
  opacity: .9;
  -webkit-backdrop-filter: contrast(130%) saturate(60%);
  backdrop-filter: contrast(130%) saturate(60%);
  background-image: linear-gradient(#08080866 60%, #080808e6);
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.arrow-link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--white);
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  width: 16px;
}

.filter {
  -webkit-backdrop-filter: contrast(120%) saturate(70%);
  backdrop-filter: contrast(120%) saturate(70%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.space-64 {
  height: 64px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-contact-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.udesly-select-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: var(--primary);
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-384 {
  max-width: 384px;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea:focus {
  border-color: var(--primary);
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-medium {
  color: var(--body);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-input {
  width: 100%;
}

.udesly-relative-block {
  position: relative;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: var(--primary);
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

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

.primary-link {
  color: var(--primary);
  text-decoration: none;
  transition: all .3s;
}

.primary-link:hover {
  opacity: .5;
}

.legal-rich {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.legal-rich h1 {
  font-size: 48px;
}

.space-footer {
  height: 140px;
}

.mega-h1 {
  font-size: 86px;
  line-height: 100px;
}

.space-32 {
  height: 32px;
}

.limit-890 {
  width: 100%;
  max-width: 890px;
}

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

.tag {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.paragraph-big {
  font-size: 18px;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.bottom-divider {
  border-bottom: 1px solid #e0e0e0;
}

.text-block-2 {
  letter-spacing: .15em;
  font-family: Syncopate, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 12px;
  height: 423px;
  position: relative;
  overflow: hidden;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

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

.title-wrap-home-image-section {
  width: 100%;
}

.check-list-item {
  grid-column-gap: 16px;
  color: #222222bf;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  width: 32px;
}

.image.large {
  width: 54px;
}

.left-arrow, .icon, .icon-2, .right-arrow, .slide-nav {
  display: none;
}

.image-2 {
  height: 42px;
}

.heading-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.space-40 {
  height: 40px;
}

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

.lightbox-link {
  border-radius: 6px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.tag-2 {
  color: #0f0f0f;
  background-color: gold;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.limit-1084 {
  width: 100%;
  max-width: 890px;
}

.button-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

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

  .nav-menu {
    background-color: #f9f9f9;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: visible;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
  }

  .right-navbar {
    display: none;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .link-nav {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    display: block;
  }

  .button.nav-menu-cta {
    background-color: var(--primary-light);
    color: var(--primary);
    margin-top: 16px;
    display: flex;
  }

  .button.nav-menu-cta:hover {
    background-color: var(--primary);
  }

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

  .menu-button {
    background-color: var(--primary);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

  .line-menu {
    background-color: var(--harmaa);
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .two-columns-links-footer {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-top-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .grid-halves.image-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    height: 440px;
    padding: 55px;
  }

  .right-product {
    padding: 0;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .limit-1083.center-tablet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hide-desktop {
    display: flex;
  }

  .chat-writemodule-box-1 {
    min-height: 0;
  }

  .chat-writemodule-buttonwrap-1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .chat-writemodule-button-1 {
    background-size: 40%;
    width: 40px;
    height: 46px;
  }

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

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

  .service-item, .service-item.ratio-landscape, .service-item.ratio-square {
    aspect-ratio: 3 / 2;
  }

  .udesly-contact-grid {
    grid-template-columns: 1fr;
  }

  .mega-h1 {
    font-size: 72px;
    line-height: 87px;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
  }

  .home-image-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .check-list-item {
    text-align: left;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .nav-menu {
    text-align: left;
    align-items: flex-start;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-navbar {
    display: none;
  }

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

  .two-columns-links-footer {
    grid-row-gap: 80px;
    justify-items: center;
  }

  .footer-top-content {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .left-footer-bottom {
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-bottom-container {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .service-card {
    padding: 24px;
  }

  .chat-writemodule-formfield-1 {
    font-size: 14px;
  }

  .chat-bubblemain-1 {
    margin-bottom: 15px;
  }

  .chat-writemodule-formtextfield-1 {
    font-size: 14px;
  }

  .chat-writemodule-header-1 {
    padding: 25px;
  }

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

  .udesly-form-flex {
    flex-direction: column;
  }

  .mega-h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h1 {
    font-size: 40px;
  }

  .nav-menu {
    width: 96%;
  }

  .link-nav {
    font-size: 16px;
    line-height: 42px;
  }

  .button.nav-menu-cta {
    color: var(--primary);
  }

  .button.nav-menu-cta:hover {
    background-color: var(--primary);
  }

  .button.mobile-margin-botton {
    margin-bottom: 32px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

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

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

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

  .two-columns-links-footer {
    grid-row-gap: 16px;
  }

  .footer-top-left, .contact-block-footer-bottom {
    align-items: flex-start;
  }

  .text-field.call-request-field {
    width: 100%;
    min-width: 0;
  }

  .footer-legal {
    text-align: left;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .brand-link-footer {
    width: 90%;
    height: auto;
  }

  .footer-bottom {
    padding-top: 60px;
  }

  .form-block-call-request {
    min-width: 0;
  }

  .text-heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-link {
    text-align: left;
  }

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

  .footer-bottom-container {
    text-align: left;
    align-items: flex-start;
  }

  .footer-top-right {
    align-items: flex-start;
    max-width: none;
  }

  .links-footer {
    align-items: flex-start;
  }

  .form-call-request {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .section-2.hero-service {
    padding-top: 100px;
  }

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

  .subtitle {
    font-size: 20px;
    line-height: 1.5;
  }

  .master-tag-and-text {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

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

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .expandable-single {
    padding: 24px;
  }

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

  .sticky-values-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .utility-page-content {
    align-items: flex-start;
  }

  .utility-image {
    margin-left: 0;
    margin-right: 0;
  }

  .legal-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-background-overlay {
    opacity: .7;
  }

  .text-white-muted {
    color: #ffffffd9;
  }

  .chat-bubbleshape-1 {
    width: 54px;
    height: 54px;
  }

  .chat-writemodule-box-1 {
    width: 80vw;
  }

  .chat-writemodule-headbottom-1 {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .chat-writemodule-main-1 {
    padding-bottom: 90px;
  }

  .chat-main-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-item {
    height: 275px;
  }

  .service-content {
    padding-left: 24px;
  }

  .udesly-form-flex {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .legal-rich h1 {
    font-size: 38px;
  }

  .space-footer {
    height: 100px;
  }

  .mega-h1 {
    font-size: 12.4vw;
    line-height: 135%;
  }

  .subtitle-2 {
    font-size: 22px;
    line-height: 36px;
  }

  .more-power-card {
    padding: 24px;
  }

  .home-image-wrap {
    height: 78vw;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .check-list-item {
    font-size: 16px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

#yritys.w-node-a51d8938-40ed-f19b-11a5-58d6036e9ccc-fbe5963f {
  place-self: center start;
}

#w-node-a9e9edff-c2fb-9383-15d2-9cfc7cb9c1d2-7cb9c1a5, #w-node-_935e96e7-9ea6-d4a8-6e14-2f0f020353d9-020353ba, #w-node-_5e43f2cd-5bee-9f6f-8193-99b769f829cc-69f829c9, #w-node-_5e43f2cd-5bee-9f6f-8193-99b769f829d7-69f829c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653923-12653921 {
  place-self: center start;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653925-12653921 {
  place-self: stretch center;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653934-12653921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #yritys.w-node-a51d8938-40ed-f19b-11a5-58d6036e9ccc-fbe5963f {
    order: -9999;
  }

  #w-node-_1b35e9f2-bed7-e083-d820-af5fb0ec79b6-fbe5963f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b35e9f2-bed7-e083-d820-af5fb0ec79c0-fbe5963f {
    grid-column: span 1 / span 1;
  }

  #w-node-c777b48d-381f-9d72-58e2-c790c6f560b1-12653921 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c777b48d-381f-9d72-58e2-c790c6f560b1-12653921 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a8cd31b-c211-eb8f-df1f-47cd3374e45b-7cb9c1a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}