:root {
  --primary-dark: black;
  --white: white;
  --cleanblack: black;
  --dim-grey: #333;
  --primary: #1e2641;
  --secondary-light: #f7f7f7;
  --secondary\<deleted\|variable-eb21fb5d\>: #184341;
  --dark-green: black;
  --primary-2\<deleted\|variable-7f815592\>: #273b5a;
  --gray: #f2f2f2;
}

.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(--primary-dark);
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--cleanblack);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  color: var(--dim-grey);
  margin-bottom: 16px;
}

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

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
}

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

strong {
  color: var(--cleanblack);
  font-weight: 700;
  line-height: 2.1rem;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.container {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 85vh;
  min-height: 55vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-button-line-3 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 2.125rem;
}

.menu-button-line-3.whiter {
  background-color: #fff;
}

.button {
  border: .125rem solid var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--secondary-light);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  padding: 1rem 2rem;
  font-family: Manrope;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.button:hover {
  opacity: .85;
  box-shadow: 0 0 1.875rem #0000001a;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-menu.mobile {
  display: none;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 3.125rem;
  padding: 0;
}

.brand {
  order: -1;
  align-items: center;
}

.brand.w--current {
  color: var(--primary);
}

.menu-button-line-2 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.6875rem;
}

.menu-button-line-2.whiter {
  background-color: #fff;
}

.menu-button-line-1 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.25rem;
}

.menu-button-line-1.whiter {
  background-color: #fff;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  transition: all .15s linear;
  display: flex;
}

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

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

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: .0625rem solid #ededed;
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
}

.navigation.transparent {
  z-index: 3;
  background-color: #0000;
  border-bottom: .0625rem solid #ffffff17;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.transparent:where(.w-variant-01919085-09ba-481f-7b9e-0e5ca8e9a25d), .navigation.transparent:where(.w-variant-961bb70c-5379-7830-43ed-350911e68ae6) {
  background-color: var(--cleanblack);
}

.hero-content {
  z-index: 1;
  max-width: 43.75rem;
  position: relative;
}

.hero-content.center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.privacy-policy-padding {
  padding-top: 12.5rem;
}

.section.grey {
  background-color: #fafafa;
}

.section.dark-background {
  background-color: var(--primary);
  color: var(--white);
}

.section.underline {
  border-bottom: 1px solid #e7e7e7;
}

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

.section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.field-label {
  z-index: 1;
  color: var(--primary-dark);
  background-color: #fff;
  margin-top: -.625rem;
  margin-bottom: 0;
  margin-left: .625rem;
  padding: .0625rem .625rem;
  font-weight: 400;
  position: absolute;
}

.form-field {
  color: var(--primary-dark);
  background-color: #fff;
  border: 1px solid #b3b3b3;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 1.5rem 1.25rem;
  font-size: .9375rem;
  font-weight: 400;
}

.form-field:focus {
  border: 1px solid var(--primary);
}

.space-24 {
  height: 1.5rem;
}

.spacer-32px {
  height: 2rem;
}

.background-secondary {
  background-color: var(--secondary\<deleted\|variable-eb21fb5d\>);
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

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

.container-small {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.overlay {
  z-index: 1;
  background-color: var(--dark-green);
  opacity: .85;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: var(--primary);
  opacity: .8;
}

.service-card {
  background-color: var(--white);
  border-radius: 6px;
  padding: 54px 42px;
  position: relative;
  overflow: hidden;
}

.navbar-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.field-group {
  position: relative;
}

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

.rich-text-block h2 {
  color: var(--cleanblack);
  font-size: 28px;
}

.rich-text-block blockquote {
  border-left-color: var(--primary-2\<deleted\|variable-7f815592\>);
  margin-bottom: 1rem;
}

.rich-text-block p {
  color: var(--dim-grey);
}

.rich-text-block li {
  color: var(--dim-grey);
  margin-bottom: 8px;
  font-weight: 400;
}

.rich-text-block h1 {
  color: var(--cleanblack);
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 1rem;
}

.brand-logo-nav {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-link-block {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.circle-link-block:hover {
  border-color: #e0e0e0;
}

.section-2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-2.page-hero {
  color: #fff;
  padding-top: 12.5rem;
  overflow: hidden;
}

.space {
  height: 10px;
}

.space._24 {
  height: 24px;
}

.space._60 {
  height: 60px;
}

.center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-content.limit-800 {
  max-width: 800px;
}

.center-content.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.center-content.gap-4px.max-width-650 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  max-width: 650px;
}

.link-11 {
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.overlay-2 {
  z-index: 1;
  background-color: var(--cleanblack);
  opacity: .2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content-2 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

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

.content-large-2 {
  max-width: 37.5rem;
}

.content-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #383838;
}

.form-field-2 {
  color: var(--cleanblack);
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 2rem 1.25rem;
  font-weight: 400;
}

.form-field-2:focus {
  border: 1px solid #184341;
}

.form-field-2::placeholder {
  font-weight: 400;
}

.form-field-2.text-area {
  height: 140px;
}

.h2-small-2 {
  font-size: 36px;
}

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

.success-message-2 {
  text-align: left;
  background-color: #e0e0e0;
}

.text-normal-black {
  color: var(--cleanblack);
  font-weight: 400;
}

.text-normal-black.heavy {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #132a77;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  transition: border-radius .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.btn:hover {
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn:active {
  color: #fff;
  background-color: #162021;
}

.btn.btn--secondary {
  background-color: #132a77;
}

.btn.btn--secondary:active {
  background-color: #9aa79a;
}

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

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

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.grid-2-columns.cta-v11 {
  grid-column-gap: 180px;
  align-items: start;
}

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

.half-bg-image-right.overlay.cta-v11-right {
  z-index: 0;
  background-image: linear-gradient(#1e2641b3, #1e2641b3), url('../images/rakennuksen-suunnitelma.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.flex-down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.buttons-row.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.half-bg-image-left.overlay {
  background-image: none;
}

.half-bg-image-left.overlay.cta-v11-left {
  z-index: 0;
  background-image: linear-gradient(#1e2641b3, #1e2641b3), url('../images/talous-kayrat.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-section-2 {
  background-color: var(--cleanblack);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.color-neutral-301 {
  color: #fff;
}

.color-neutral-301.mg-bottom-40px {
  margin-bottom: 40px;
}

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

.paragraph-light {
  color: #ffffff80;
  font-size: 15px;
}

.paragraph-light.brighter {
  color: #ffffffe6;
  margin-bottom: 42px;
}

.hero-logo-image {
  width: 440px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-rights {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

.footer-05 {
  background-color: var(--primary);
  padding: 120px 3%;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-title-2 {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
}

.code-embed {
  color: var(--cleanblack);
}

.privacy-policy-link {
  color: var(--white);
  font-weight: 600;
  transition: all .2s;
}

.privacy-policy-link:hover {
  opacity: .5;
}

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

.contact-small-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4px;
  display: grid;
}

.code-embed-2 {
  width: 16px;
  height: 20px;
}

.div-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.hide-image {
  display: none;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  width: 120px;
  margin-bottom: 24px;
}

.text-block-2, .text-block-3 {
  color: var(--white);
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.upgrade-header {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-text {
  color: #000;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.upgrade-row {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 48%;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: #00000008;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: #28d8931a;
  justify-content: center;
  display: flex;
}

.upgrade-accent {
  background-color: var(--primary);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.upgrade-container {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px #1810632e;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px #1810632e;
}

.service-rich-text-block ul {
  margin-bottom: 1rem;
}

.service-rich-text-block strong {
  line-height: 1.5;
}

.text-block-4 {
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 40px;
}

.hero-h2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.hero-h2.larger {
  font-size: 28px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-4 {
  margin-bottom: 16px;
}

.center-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 42px;
}

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

.div-block-6 {
  background-color: var(--secondary-light);
  color: var(--primary-dark);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 42px 32px;
  display: flex;
}

.div-block-6.centera {
  text-align: center;
  align-items: center;
}

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

.heading {
  text-align: center;
  margin-bottom: 42px;
}

.div-block-7 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 650px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-2 {
  object-fit: contain;
  width: 140px;
  height: 32px;
}

.image-2.larger {
  height: 42px;
}

.paragraph {
  margin-top: 42px;
}

.bold-text {
  font-size: 20px;
}

.bold-text.large {
  font-size: 42px;
}

.text-block-5 {
  margin-top: 10px;
}

.language-dropdown.show-mobile {
  display: none;
}

.language-toggle {
  border-radius: 4px;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.icon-3 {
  display: none;
}

.flag {
  object-fit: cover;
  background-image: url('../images/Flag_of_Finland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 12px;
}

.flag.english {
  background-image: url('../images/Flag_of_the_United_Kingdom.svg');
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #143d60;
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 65vh;
  }
}

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

  .menu-button-line-3.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-menu {
    background-color: var(--cleanblack);
    border-top: .0625rem solid #0000001a;
    padding-bottom: 10px;
  }

  .nav-menu.desktop {
    display: none;
  }

  .nav-menu.mobile {
    background-color: var(--primary);
    display: flex;
  }

  .menu-button {
    order: 1;
    height: 3.6875rem;
  }

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

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .menu-button-line-1.whiter {
    border-radius: 10px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .navigation {
    min-height: 4.375rem;
  }

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

  .grid-2-columns.cta-v11 {
    grid-column-gap: 28px;
    grid-row-gap: 60px;
    grid-template-columns: .6fr;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    inset: auto 0% 0%;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    height: 400px;
    min-height: 0;
    position: absolute;
  }

  .half-bg-image-left {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .half-bg-image-left.overlay.cta-v11-left {
    height: 400px;
  }

  .cta-section-2 {
    height: 800px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .language-dropdown {
    margin-right: 0;
  }

  .language-dropdown.hide-mobile {
    display: none;
  }

  .language-dropdown.show-mobile {
    margin-left: 0;
    display: block;
  }

  .language-toggle {
    font-size: 1.125rem;
  }

  .flag {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
  }

  .section, .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 10rem;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .grid-2-columns.cta-v11 {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    position: absolute;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-long {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-box {
    width: 49%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .language-toggle {
    margin-left: 0;
  }

  .flag {
    width: 24px;
    height: 14px;
  }
}

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

  .hero {
    height: 95vh;
  }

  .menu-button-line-3.whiter {
    top: 34px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    top: 27px;
  }

  .menu-button-line-1.whiter {
    top: 20px;
  }

  .nav-link {
    font-size: .9rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .form-field {
    border-radius: 0;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 8.75rem;
  }

  .form-field-2 {
    border-radius: 0;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .grid-2-columns.cta-v11 {
    grid-row-gap: 180px;
    grid-template-columns: 1fr;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    height: 475px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .half-bg-image-left.overlay.cta-v11-left {
    height: 475px;
  }

  .cta-section-2 {
    height: 950px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-container {
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .div-block-6.centera {
    text-align: left;
    align-items: stretch;
  }

  .language-dropdown {
    z-index: 6000;
    width: auto;
  }

  .language-toggle {
    z-index: 6001;
  }

  .language-toggle.w--open {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .icon-3 {
    margin-right: 32%;
  }

  .language-list.w--open {
    z-index: 2147483647;
  }

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

#w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-ec284a2a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6fe350f3-0e57-afe2-4494-d5c09e252fe8-ec284a2a, #w-node-ea3221ba-a1ff-86a3-cb51-7ae712a69d89-ec284a2a, #w-node-_312e2e14-51e8-8c54-0628-122ad2d2942e-ec284a2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e870a5e0-14de-b14c-e36a-cfa46520c27a-ec284a2a, #w-node-d136d631-1379-3fae-e6ef-dd37190a579b-ec284a2a, #w-node-_08be1b45-cd0d-1812-5343-90588a56feb5-ec284a2a, #w-node-_0f9baaed-de26-a672-a399-0fc1e60183fc-ec284a2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b7e89164-4bc6-f7ea-9858-8947ed180e18-ec284a2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2b-ec284a2a, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2d-ec284a2a, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e33-ec284a2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-c6743f32 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6fe350f3-0e57-afe2-4494-d5c09e252fe8-c6743f32, #w-node-ea3221ba-a1ff-86a3-cb51-7ae712a69d89-c6743f32, #w-node-_312e2e14-51e8-8c54-0628-122ad2d2942e-c6743f32 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e870a5e0-14de-b14c-e36a-cfa46520c27a-c6743f32, #w-node-d136d631-1379-3fae-e6ef-dd37190a579b-c6743f32, #w-node-_08be1b45-cd0d-1812-5343-90588a56feb5-c6743f32, #w-node-_0f9baaed-de26-a672-a399-0fc1e60183fc-c6743f32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b7e89164-4bc6-f7ea-9858-8947ed180e18-c6743f32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2b-c6743f32, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2d-c6743f32, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e33-c6743f32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-ec284a2a {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fe350f3-0e57-afe2-4494-d5c09e252fe8-ec284a2a, #w-node-ea3221ba-a1ff-86a3-cb51-7ae712a69d89-ec284a2a, #w-node-_312e2e14-51e8-8c54-0628-122ad2d2942e-ec284a2a, #w-node-e870a5e0-14de-b14c-e36a-cfa46520c27a-ec284a2a, #w-node-d136d631-1379-3fae-e6ef-dd37190a579b-ec284a2a, #w-node-_08be1b45-cd0d-1812-5343-90588a56feb5-ec284a2a, #w-node-_0f9baaed-de26-a672-a399-0fc1e60183fc-ec284a2a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-c6743f32 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fe350f3-0e57-afe2-4494-d5c09e252fe8-c6743f32, #w-node-ea3221ba-a1ff-86a3-cb51-7ae712a69d89-c6743f32, #w-node-_312e2e14-51e8-8c54-0628-122ad2d2942e-c6743f32, #w-node-e870a5e0-14de-b14c-e36a-cfa46520c27a-c6743f32, #w-node-d136d631-1379-3fae-e6ef-dd37190a579b-c6743f32, #w-node-_08be1b45-cd0d-1812-5343-90588a56feb5-c6743f32, #w-node-_0f9baaed-de26-a672-a399-0fc1e60183fc-c6743f32 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-ec284a2a {
    grid-column: span 1 / span 1;
  }

  #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2b-ec284a2a, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2d-ec284a2a, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2f-ec284a2a, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e31-ec284a2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5d032e28-a6a5-3409-e0c3-c2bbd0a50b18-c6743f32 {
    grid-column: span 1 / span 1;
  }

  #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2b-c6743f32, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2d-c6743f32, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e2f-c6743f32, #w-node-b7e89164-4bc6-f7ea-9858-8947ed180e31-c6743f32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


