:root {
  --body: #292524;
  --black: #0b0c0d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

p {
  margin-bottom: 10px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.footer-link {
  color: #666563;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
}

.footer-link:hover {
  color: #4335fa;
}

.title-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-2._700px {
  max-width: 700px;
}

.hero-overlay {
  z-index: -1;
  opacity: .75;
  background-color: #0b0c0d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-item-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 28px;
  display: flex;
}

.normal-icon {
  height: 100%;
}

.why-choose-content-wrapper {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  display: grid;
  position: relative;
}

.text-span {
  color: #4335fa;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#8ba4ff, #406aff 40% 60%, #1a2bb5);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.service-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.esittely {
  padding: 140px 30px 100px;
}

.nav-trigger {
  width: 30px;
}

.footer-top-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

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

.copyright-text {
  color: #666563;
  font-size: 15px;
  font-weight: 400;
  line-height: 156%;
}

.text-18-regular {
  font-size: 18px;
}

.navbar {
  background-color: #ddd0;
  padding: 36px 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.service-title {
  color: #0b0c0d;
  font-size: 20px;
  font-weight: 500;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #4335fa;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 375px;
  display: flex;
}

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

.container.no-overflow {
  overflow: hidden;
}

.container.larger {
  max-width: 1400px;
}

.why-choose-image {
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
}

.menu-link {
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.menu-link:hover, .menu-link.w--current {
  color: #4335fa;
}

.service-card {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: #f8f3ec;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px 24px 24px;
  text-decoration: none;
  display: flex;
}

.hero-subtitle {
  opacity: .76;
  color: #fff;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.5;
}

.heading-h2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

.hero-left-content {
  z-index: 4;
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
  position: relative;
}

.footer-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.hero-content-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.service-excerpt {
  color: #666563;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
}

.title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h1 {
  color: #fff;
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.nav-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  padding: 200px 30px;
  position: relative;
}

.text-18-bold {
  font-size: 18px;
  font-weight: 500;
}

.gallery-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.why-choose-bg-shape {
  background-color: #f8f3ec;
  border-radius: 24px;
  height: 60%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: grid;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #4335fa;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.primary-button:hover {
  background-color: #0b0c0d;
}

.primary-button.larger {
  padding-top: 16px;
  padding-bottom: 16px;
}

.link-4 {
  color: #666563;
  text-decoration: none;
  transition: all .3s;
}

.link-4:hover {
  color: #4335fa;
}

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

.hero-left {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-icon {
  opacity: 0;
  height: 100%;
  position: absolute;
}

.social-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.menu-content-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.palvelut {
  padding: 100px 30px;
}

.menu-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  height: 15px;
  display: flex;
  position: relative;
}

.hero-top-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 42px;
  display: flex;
  position: relative;
}

.footer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #e5e0d9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.social-icon-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 88px;
  display: flex;
}

.footer {
  padding: 120px 30px 56px;
}

.popup-image {
  object-fit: contain;
  width: auto;
  height: 16px;
}

.popup-image.invert {
  filter: invert();
}

.live-chat-close-icon---brix {
  z-index: -1;
  filter: invert();
  padding: 14px;
  position: absolute;
}

.live-chat-message {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message.nords {
  aspect-ratio: 2 / 3;
  background-color: #010c0a;
  border-style: none;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #14282b14;
}

.popup-link-flex {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  background-color: #0009;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.live-chat-logo---brix {
  object-fit: contain;
  border-radius: 51%;
  width: 100%;
  height: 100%;
  padding: 4px 0 0;
}

.live-chat-content {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.live-chat-content-right {
  width: 100%;
}

.link-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #ffffff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  width: 17vw;
  max-width: none;
  position: fixed;
}

.subtitle {
  opacity: .76;
}

.subtitle._525px {
  max-width: 525px;
}

.subtitle._510, .subtitle._510-px {
  max-width: 510px;
}

.input-field {
  color: #0b0c0d;
  background-color: #fffefb;
  border: 1px solid #e5e0d9;
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  transition: all .3s;
}

.input-field:focus {
  border: 1px solid #4335fa;
}

.input-field::placeholder {
  color: #666563;
}

.input-field.is-area {
  height: 150px;
}

.label-text {
  margin-bottom: 0;
  font-weight: 500;
}

.heading-h4 {
  color: #0b0c0d;
  letter-spacing: -.018em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.form-details {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.booking-hero-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.yhteystiedot {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.title-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.title-4._355-px {
  max-width: 355px;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.input-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.booking-form {
  background-color: #f8f3ec;
  border: 1px solid #e5e0d9;
  border-radius: 24px;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  padding: 28px;
}

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

.inner-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-ratting {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.cta {
  padding: 100px 30px;
}

.body-14-regular {
  color: #666563;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
}

.body-14-regular.text-color-neutral-02 {
  color: #fffefb;
}

.star {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 146%;
  display: flex;
}

.about-image {
  border-radius: 24px;
}

.about-image.ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-image.ratio-square.cover-left {
  object-position: 0% 50%;
}

.rating {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-review-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #4335fa;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 50%;
  padding: 24px;
  display: flex;
}

.about-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.about-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-text {
  width: 100px;
  height: 100px;
  position: relative;
  transform: scale(.9);
}

.code-embed-2 {
  color: #fff;
  text-transform: uppercase;
}

.bg {
  z-index: -1;
  background-color: #f8f3ec;
  border-radius: 24px;
  width: calc(200% + 80px);
  position: absolute;
  inset: 0%;
}

.rich {
  font-size: 14px;
}

.rich p {
  margin-bottom: 16px;
}

.rich strong {
  font-weight: 600;
}

.rich li {
  margin-bottom: 10px;
}

.image {
  width: 16px;
  height: 16px;
}

.button-paragraph {
  margin-bottom: 0;
  font-size: 15px;
}

.contact-iconbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon-wrapper {
  background-color: #4335fa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.conatct-icon {
  width: 16px;
}

.conatct-icon.padding {
  padding: 1px;
}

._16-bold {
  color: #292524;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

._16-bold:hover {
  opacity: .5;
}

.div-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.hamburger_embed {
  position: absolute;
}

.hamburger_4_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_4_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  border-radius: 100vw;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.grayscale {
  filter: grayscale();
}

.div-block-3 {
  background-color: #32cd32;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: 8% 8% auto auto;
}

.section {
  padding: 100px 30px;
}

.section.no-overflow {
  overflow: hidden;
}

.slider-flex-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h2-2 {
  color: #292524;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

.review-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-card-excerpt {
  color: var(--body);
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
  position: relative;
}

.blog-card-image {
  object-fit: cover;
}

.blog-card-wrapper {
  color: #2b2b2b;
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
}

.text-200 {
  line-height: 20px;
}

.blog-card-title {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

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

.blog-content {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.blog-rich h1 {
  color: var(--black);
  font-weight: 400;
}

.blog-rich h2, .blog-rich h3 {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

.blog-rich h4 {
  color: var(--black);
  font-weight: 400;
}

.blog-rich p {
  margin-bottom: 16px;
}

.blog-rich strong {
  color: var(--black);
}

.blog-rich li {
  margin-bottom: 8px;
}

.blog-rich ol {
  margin-top: 16px;
  margin-bottom: 16px;
}

.blog-rich blockquote {
  border-left-color: #4335fb;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.author-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.author-text-block {
  color: var(--black);
  font-weight: 500;
}

.author-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-item-wrapper {
    width: 100%;
  }

  .why-choose-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .nav-trigger {
    padding: 0;
  }

  .nav-trigger.w--open {
    background-color: #c8c8c800;
    width: 30px;
    padding: 0;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .why-choose-image {
    width: 100%;
    max-width: 100%;
  }

  .menu-link {
    color: #292524;
  }

  .hero-left-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .menu-wrapper {
    z-index: 999;
    background-color: #c8c8c800;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .hero-left {
    max-width: none;
    padding-bottom: 0;
  }

  .nav-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .menu-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 16px;
    flex-flow: column;
    padding: 30px;
    box-shadow: 0 0 10px #0003;
  }

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

  .menu-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .about-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .live-chat-wrapper.preview-page {
    width: 30vw;
  }

  .booking-hero-content-wrapper {
    flex-flow: column;
  }

  .yhteystiedot {
    padding-top: 60px;
  }

  .title-4._355-px {
    max-width: 500px;
  }

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

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .rating {
    flex-flow: wrap;
  }

  .hero-review-2 {
    height: auto;
  }

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

  .hamburger_4_line {
    color: #fff;
    height: var(--thickness);
  }

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

  .review-content-wrapper {
    flex-flow: column;
  }

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

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

@media screen and (max-width: 767px) {
  .why-choose-content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .footer-top-content {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
  }

  .why-choose-image {
    max-width: 70%;
  }

  .hero-content-wrapper {
    align-items: flex-start;
  }

  .menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .gallery-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .live-chat-wrapper.preview-page {
    width: 40vw;
  }

  .yhteystiedot {
    padding-top: 60px;
  }

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

  .hero-review-2 {
    justify-content: center;
    height: 100%;
  }

  .bg {
    width: auto;
  }

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

  .blog-card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .single-nav-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .why-choose-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .esittely {
    padding: 80px 24px 60px;
  }

  .nav-trigger.w--open {
    width: 24px;
  }

  .footer-top-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .navbar {
    padding: 16px 24px 8px;
  }

  .footer-left {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .why-choose-image {
    max-width: 77%;
  }

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

  .hero-left-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero {
    padding: 160px 24px;
  }

  .gallery-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-logo {
    max-width: 130px;
  }

  .nav-logo.w--current {
    margin-left: -50px;
    padding-left: 0;
  }

  .why-choose-bg-shape {
    height: 155px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .palvelut {
    padding: 60px 24px;
  }

  .about-content {
    padding: 42px 24px;
  }

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

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .live-chat-message {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .popup-link-flex {
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-block {
    height: 30px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-wrapper {
    max-width: 100%;
  }

  .live-chat-wrapper.preview-page {
    z-index: 999;
    width: 60vw;
  }

  .form-details {
    display: flex;
  }

  .booking-hero-content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .yhteystiedot {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-collection-list {
    flex-flow: column;
    display: flex;
  }

  .inner-content-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .about-ratting {
    display: flex;
  }

  .cta {
    padding: 60px 24px;
  }

  .heading-h3 {
    font-size: 28px;
  }

  .about-image.ratio-square {
    aspect-ratio: 1;
    height: auto;
  }

  .about-image-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .circle-text {
    transform: scale(.8);
  }

  .div-block-2 {
    margin-top: 24px;
  }

  .hamburger_4_line {
    color: #fff;
    width: var(--width);
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

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

#w-node-d3d4d0e4-fb2c-8a59-c240-a9779ee20c45-996030dc {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_48fed0ff-6494-4775-450b-0c2d7a88c953-7a88c936, #w-node-_48fed0ff-6494-4775-450b-0c2d7a88c965-7a88c936 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_360e9dcf-f435-a015-c902-54f56e519ee7-6e519eda {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3d4d0e4-fb2c-8a59-c240-a9779ee20c45-996030dc {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3d4d0e4-fb2c-8a59-c240-a9779ee20c45-996030dc {
    place-self: auto center;
  }

  #w-node-_5f999962-9a3a-e913-792a-2767687421c0-687421a2, #w-node-_360e9dcf-f435-a015-c902-54f56e519ee7-6e519eda {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


