:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: "Open Sans", sans-serif;
  --color-scheme-1--text: #333;
  --_typography---font-styles--heading: source-serif-pro, sans-serif;
  --_primitives---colors--white: #fff;
  --color--white: #fff;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--neutral-darkest: #07090b;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--polo-blue: #94abd9;
  --_primitives---colors--rhino: #2a3755;
  --_primitives---opacity--neutral-darkest-60: #07090b99;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --base-color-brand--white: white;
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--rhino);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--east-bay: #3f5481;
  --_primitives---colors--sweet-corn: #f8ef85;
  --_primitives---colors--east-bay-light: #7887a6;
  --_primitives---colors--sweet-corn-light: #faf3a9;
  --_primitives---colors--neutral-lighter: #d9dada;
  --_primitives---colors--neutral-light: #b4b5b5;
  --_primitives---colors--neutral: #838485;
  --_primitives---colors--neutral-dark: #515254;
  --_primitives---colors--neutral-darker: #1f2123;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #07090b0d;
  --_primitives---opacity--neutral-darkest-10: #07090b1a;
  --_primitives---opacity--neutral-darkest-15: #07090b26;
  --_primitives---opacity--neutral-darkest-20: #07090b33;
  --_primitives---opacity--neutral-darkest-30: #07090b4d;
  --_primitives---opacity--neutral-darkest-40: #07090b66;
  --_primitives---opacity--neutral-darkest-50: #07090b80;
  --_primitives---colors--rhino-lightest: #e9ebee;
  --_primitives---colors--rhino-lighter: #d4d7dd;
  --_primitives---colors--rhino-light: #697388;
  --_primitives---colors--rhino-dark: #212c44;
  --_primitives---colors--rhino-darker: #101622;
  --_primitives---colors--rhino-darkest: #0c1019;
  --_primitives---colors--east-bay-lightest: #ebedf2;
  --_primitives---colors--east-bay-lighter: #d8dce5;
  --_primitives---colors--east-bay-dark: #324367;
  --_primitives---colors--east-bay-darker: #192133;
  --_primitives---colors--east-bay-darkest: #121926;
  --_primitives---colors--sweet-corn-lightest: #fefdf2;
  --_primitives---colors--sweet-corn-lighter: #fdfbe6;
  --_primitives---colors--sweet-corn-dark: #c6bf6a;
  --_primitives---colors--sweet-corn-darker: #635f35;
  --_primitives---colors--sweet-corn-darkest: #4a4727;
  --_primitives---colors--polo-blue-lightest: #f4f6fb;
  --_primitives---colors--polo-blue-lighter: #e9eef7;
  --_primitives---colors--polo-blue-light: #b4c4e4;
  --_primitives---colors--polo-blue-dark: #7688ad;
  --_primitives---colors--polo-blue-darker: #3b4456;
  --_primitives---colors--polo-blue-darkest: #2c3341;
  --container--container-large: 1280px;
  --page-padding--padding-global-2: 64px;
  --page-padding--padding-global: 64px;
  --section-padding--padding-section-large: 112px;
  --section-padding--padding-section-medium: 80px;
  --text-sizes--text-regular: 18px;
  --color-scheme-1--text-2: #000;
  --color-scheme-1--background-2: #fff;
  --color-scheme-1--background-3: #fff;
  --radius--small: 0px;
  --radius--medium: 0px;
  --stroke--border-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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 {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  padding-top: 5px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  text-align: center;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

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

.page-wrapper {
  width: 100%;
  max-width: 100%;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-xxlarge.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--color-scheme-1--text);
  font-size: 16px;
  line-height: 150%;
}

.text-size-medium.color {
  color: var(--color-scheme-1--text);
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: #3a4765;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  color: #394765;
  letter-spacing: -.03rem;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h2.blue-h2 {
  color: #394765;
  font-size: 81px;
}

.heading-style-h2.blue-h2.smaller {
  font-size: 48px;
}

.heading-style-h2.blue-h2.center {
  text-align: center;
}

.heading-style-h2.yht-otsikko {
  text-align: center;
  margin-bottom: 2rem;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-family: var(--_typography---font-styles--heading);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h6.yellow {
  color: #fdf075;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 2.2rem;
  height: 2.2rem;
  padding-top: 0;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  color: #394765;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.white {
  color: #fff;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--color--white);
  letter-spacing: -.035rem;
  font-size: 98px;
  font-weight: 400;
  line-height: 115%;
}

.heading-style-h1.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 108px;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f8ef85;
  border-radius: 100px;
  padding: .75rem 1rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.blue {
  background-color: var(--_primitives---colors--polo-blue);
  font-family: var(--_typography---font-styles--heading);
  border-style: none;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
}

.button.is-small.dark-blue {
  font-family: var(--_typography---font-styles--heading);
  background-color: #3f5481;
  border-style: none;
  border-radius: 100px;
  font-size: .9rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.dark-blue {
  font-family: var(--_typography---font-styles--heading);
  color: #fff;
  background-color: #3f5481;
  border-style: none;
  border-radius: 100px;
}

.button.button-style-4 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--rhino);
  border-style: none;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading);
  color: #394765;
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.white {
  color: #fff;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: #394765;
  letter-spacing: -.025rem;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h3.text-align-center {
  font-family: var(--_typography---font-styles--heading);
}

.heading-style-h3.text-align-center.icon-heading-alasivu {
  text-align: left;
  font-size: 19px;
}

.heading-style-h3.blue {
  color: #94abd9;
}

.heading-style-h3.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.heading-style-h3.palv-heading {
  color: #fff;
  font-size: 32px;
}

.heading-style-h3.pad-bot {
  padding-bottom: 10px;
}

.heading-style-h3.table {
  border: 1px #000;
  border-style: solid none none solid;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate, .form_radio-icon.text-color-white {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  font-family: var(--_typography---font-styles--body);
  text-align: center;
  display: flex;
}

.text-align-center.bolding {
  font-weight: 600;
}

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-rich-text h1 {
  letter-spacing: -.035rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  vertical-align: baseline;
  width: 15rem;
  height: auto;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold.h3 {
  font-family: var(--_typography---font-styles--heading);
  color: #3a4765;
  font-size: 26px;
  font-weight: 400;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-bottom: 0;
}

.padding-global.pad-boxes-alasivu {
  padding: 90px 65px 0;
}

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

.padding-section-large {
  width: 100%;
  color: var(--base-color-brand--white);
  border-radius: 12px;
  padding: 80px 65px;
}

.padding-section-large.bottom-pad {
  padding: 0 0% 0;
}

.padding-section-large.paddari {
  padding-bottom: 80px;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #2d3a56;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous {
  background-color: var(--color-scheme-1--accent);
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  background-color: var(--color-scheme-1--accent);
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_logo {
  width: 10rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 150%;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.color-scheme-1 {
  z-index: 999999;
  background-color: var(--_primitives---opacity--transparent);
  max-width: 100%;
  min-height: 5rem;
  padding-top: 32px;
  padding-bottom: 27px;
  position: fixed;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo {
  width: 100%;
  max-width: 175px;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  color: var(--color--white);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_link.nav-link {
  font-family: var(--_typography---font-styles--body);
  color: var(--color--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #2a3755e6;
  position: absolute;
  inset: 0%;
}

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

.header30_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.section_layout396.color-scheme-1.etusivu-padding {
  padding-bottom: 16.1rem;
}

.layout396_card-content {
  outline-color: var(--_primitives---opacity--transparent);
  outline-offset: 0px;
  background-color: #fff0;
  border: 1px #0000;
  outline-width: 3px;
  outline-style: none;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout396_card {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout396_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout396_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout396_item-icon-wrapper {
  display: inline-block;
}

.cta7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.blog36_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog36_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog36_item {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: #2a3755;
  border-radius: 38px;
  overflow: hidden;
}

.blog36_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog36_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog36_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.blog36_component {
  flex-direction: column;
  align-items: center;
}

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

.section_header65 {
  position: relative;
}

.header65_component {
  z-index: 1;
  position: relative;
}

.header65_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.content17_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header50_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header50_component {
  z-index: 1;
  position: relative;
}

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

.section_header50 {
  position: relative;
}

.cta11_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta11_component {
  z-index: 1;
  position: relative;
}

.section_cta11 {
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cta11_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta11_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.layout18_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout18_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout18_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.layout240_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout240_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout240_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout240_item {
  text-align: center;
  width: 100%;
}

.layout238_item-icon-wrapper {
  display: inline-block;
}

.layout238_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout238_item {
  text-align: center;
  width: 100%;
}

.cta13_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.pricing17_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing17_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-block;
}

.pricing17_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.pricing17_plan {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.pricing17_top-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.pricing17_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.pricing17_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.pricing17_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.faq5_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq5_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq5_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq5_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.testimonial11_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.testimonial11_rating-wrapper {
  display: flex;
}

.testimonial11_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial11_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.layout239_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout239_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout239_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout239_item {
  text-align: center;
  width: 100%;
}

.layout245_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout245_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout245_item-icon-wrapper {
  display: inline-block;
}

.layout245_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.layout4_image-wrapper, .layout16_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.layout16_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cta1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.cta1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header49_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact18_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.contact18_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact18_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.contact7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #fd6969;
}

.contact7_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.success-text {
  color: #f8ef86;
  font-weight: 600;
}

.contact7_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact25_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.contact25_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact25_location {
  text-align: center;
  width: 100%;
}

.contact25_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.faq3_answer {
  overflow: hidden;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.facebook {
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
  border: 1px solid #362b2b00;
  overflow: hidden;
}

.instagram, .x, .linkedin, .youtube {
  overflow: hidden;
}

.full-frame {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.hero {
  grid-row-gap: 80px;
  background-image: linear-gradient(0deg, #0000, #000), url('../images/Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  min-height: 900px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.navbar-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 92px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 309px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.chevron-down {
  overflow: hidden;
}

.menu {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 32px;
  left: 0;
  overflow: hidden;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 8px;
  background-color: #94abd9;
  border: 1px solid #fff0;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: #94abd9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.frame-1 {
  z-index: 1;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-header {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.prosessien-otsikko-thn {
  color: #394765;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: #333;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.prosessit {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.row {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #394765;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 122%;
  text-decoration: none;
}

.text {
  color: #333;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

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

.palv-form {
  background-image: linear-gradient(#2a3755f2, #2a3755f2), url('../images/Skannattu_20251209-1524-09.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.palv-form.form-page {
  background-image: linear-gradient(#2a3755f2, #2a3755f2), url('../images/Skannattu_20251209-1524-09.webp');
}

.prosessit-cta {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 370px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.palvelut {
  grid-row-gap: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 64px 152px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.palvelut.form-page {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.card {
  background-color: #3f5481;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.google-rews-header {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.google-reviews-otsikko-thn {
  color: #394765;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.google-rews-placeholder {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 7rem;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.iso-kuva-alue {
  grid-row-gap: 80px;
  background-image: url('../images/leasing-kumppani-me.webp');
  background-position: 26% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 661px;
  padding: 160px 64px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tmn-osion-otsikkoteksti {
  color: #394765;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.linkkinappi {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.cta {
  grid-row-gap: 80px;
  background-color: #3f5581;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer {
  grid-row-gap: 80px;
  background-color: #2a3755;
  background-image: url('../images/lk-footer.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.ota-yhteytt, .somet {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.social-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2024-relume-all-rights-reserved {
  color: #94abd9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.privacy-policy, .terms-of-service, .cookies-settings {
  color: #94abd9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-style-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-text-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-serif-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-alasivu {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-row-gap: 8px;
  background-color: var(--_primitives---colors--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-3 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-style-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-4 {
  z-index: 39;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-3 {
  grid-row-gap: 22px;
  outline-offset: 0px;
  border: 1px solid #405481;
  border-radius: 34px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-3.paksumpi {
  border-width: 2px;
}

.content-style-5 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.component-2 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #94abd9;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-serif-pro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.heading-2.white {
  color: #fff;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-3 {
  grid-column-gap: 8px;
  background-color: #3f5481;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;
  text-decoration: none;
  display: flex;
}

.content-style-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 40px;
  text-decoration: none;
  display: flex;
}

.content-style-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-9 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 122%;
  text-decoration: none;
}

.text-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-4 {
  grid-column-gap: 8px;
  background-color: #f8ef85;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-5 {
  color: #2a3755;
  text-align: center;
  min-width: 116px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-serif-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.container-5 {
  grid-row-gap: 32px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 0 48px;
  text-decoration: none;
  display: flex;
}

.content-style-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  display: flex;
}

.frame-1-2 {
  margin-bottom: -1px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.component-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: #94abd9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 533px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.p-text {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-6 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1-3 {
  margin-bottom: -2px;
  position: absolute;
  inset: auto auto 0% -1%;
}

.component-5 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1-4 {
  z-index: 13;
  position: relative;
  top: 0;
  left: 708px;
}

.container-7 {
  grid-row-gap: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.column-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footerlink {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  text-decoration: none;
  display: flex;
}

.link-style-3 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.facebook-2, .instagram-2, .x-2, .linkedin-2, .youtube-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-3 {
  border-top: 1px solid #94abd99c;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--color--white);
  font-size: 15px;
  line-height: 150%;
}

.heading-4 {
  font-weight: 400;
}

.heading-5 {
  font-family: var(--_typography---font-styles--body);
  font-size: 21px;
  line-height: 150%;
}

.heading-6 {
  font-family: var(--_typography---font-styles--body);
}

.heading-7 {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--polo-blue);
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.heading-7.text-align-center.centered {
  justify-content: center;
  align-items: flex-start;
}

.paragraph {
  color: var(--color-scheme-1--text);
}

.heading-8 {
  color: #394765;
}

.text-block-2 {
  font-family: var(--_typography---font-styles--heading);
}

.container-palv {
  z-index: 39;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: -240px;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer9_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer9_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer9_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.footer9_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 3rem;
}

.footer9_component {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.footer9_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer9_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer9_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer9_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer9_logo-link {
  padding-left: 0;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer9_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer9_credit-text {
  font-size: .875rem;
}

.footer9_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_primitives---colors--white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.section_pricing26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.padding-global-3 {
  padding-bottom: 0;
}

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

.pricing26_tabs {
  background-color: #3f5581;
  border-radius: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.pricing26_plans {
  width: 100%;
}

.pricing26_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: #2a3755;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 80px;
}

.pricing26_top-row.kaytetty_auto_taulukko {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.pricing26_top-row-content {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing26_heading-row {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  padding: 1.25rem 30px;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing26_row.kaytetty_auto_taulukko {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.pricing26_feature {
  padding: 1rem 30px;
}

.pricing26_row-content {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing26_top-row-price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.code-embed {
  width: auto;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  min-height: 600px;
}

.section_team12 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.text-align-center-3 {
  text-align: center;
  display: flex;
}

.team12_list-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.team12_list {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team12_item {
  color: var(--color-scheme-1--accent);
  text-align: center;
}

.team12_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 300px;
  max-width: 300px;
  overflow: hidden;
}

.team12_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 21px;
  width: 300px;
  max-width: 300px;
  height: 350px;
}

.team12_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.section_content1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.content1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.content1_content-left {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.content1_content-right {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.content1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.image {
  opacity: 1;
  width: 100%;
}

.image-2 {
  filter: brightness(109%);
  width: 100%;
}

.image-3 {
  width: 100%;
  max-width: 160px;
}

.image-3.img-ala {
  max-width: 100px;
}

.image-4 {
  width: 100%;
  max-width: 160px;
}

.image-4.img-ala {
  max-width: 100px;
}

.image-5 {
  width: 100%;
  max-width: 160px;
}

.image-5.img-ala {
  max-width: 100px;
}

.hero-alasivu {
  grid-row-gap: 80px;
  background-image: linear-gradient(0deg, #0000, #000), url('../images/Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 200px 64px 160px;
  display: flex;
  position: relative;
}

.column-icon-ala {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-icon-alasivu {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-6 {
  width: 100%;
  max-width: 90px;
}

.section_contact14 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.contact14_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact14_content-left {
  width: 50%;
}

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact14_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.contact14_map {
  width: 100%;
  height: 100%;
}

.section_contact-modal6 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.contact-modal6_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal6_content-wrapper {
  background-color: var(--color-scheme-1--background);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.text-align-center-4 {
  text-align: center;
  display: flex;
}

.contact-modal6_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-3 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-modal6_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal6_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-modal2 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.contact-modal2_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal2_content-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--background);
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
}

.contact-modal2_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-align-center-5 {
  text-align: center;
  display: flex;
}

.contact-modal2_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-4 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-modal2_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-align-center-6 {
  text-align: center;
  display: flex;
}

.form_message-success-5 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.section_contact2 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.text-align-center-7 {
  text-align: center;
  display: flex;
}

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-6 {
  background-color: var(--_primitives---colors--rhino);
  color: #027a48;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.section_links14 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.text-align-center-8 {
  text-align: center;
  display: flex;
}

.links14_header-image {
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.links14_metatag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links14_metatag-icon {
  flex: none;
}

.links14_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.links14_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.links14_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.links14_item-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.links14_item-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 3.5rem;
  display: flex;
}

.links14_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.links14_newsletter-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.links14_newsletter-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.links14_newsletter-content {
  background-color: var(--color-scheme-1--background);
  text-align: left;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
}

.links14_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.links14_form-block {
  margin-bottom: 0;
}

.links14_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_message-success-7 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.links14_newsletter-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.yht-h3 {
  padding-bottom: 10px;
  font-size: 1.7rem;
}

.section_team4 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.team4_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.team4_item {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team4_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

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

.team4_title-wrapper {
  flex-flow: column;
  display: flex;
}

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.p {
  font-family: var(--_typography---font-styles--body);
  font-size: 13px;
}

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

.team-kaksi {
  flex-flow: row;
  display: flex;
}

.section_team18 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.team18_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.team18_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.team18_item {
  grid-column-gap: .6rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: flex;
}

.team18_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  flex: 1 0 40%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.team18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.team18_item-content {
  flex: auto;
  width: 100%;
}

.team18_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.content-22 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.alasivu-osio {
  grid-row-gap: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-5-ala {
  grid-row-gap: 32px;
  background-color: #ebebeb00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 48px;
  text-decoration: none;
  display: flex;
}

.tab-ots {
  font-family: var(--_typography---font-styles--heading);
  font-size: 1rem;
  font-weight: 600;
}

.textt {
  padding-top: 10px;
}

.div-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.card_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #3f5581;
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_component.is-blue {
  color: #fff;
  background-color: #3f5581;
  border-radius: 50px;
  padding: 0;
}

.card_component.is-green {
  background-color: #48fc7a;
}

.subheading {
  opacity: .8;
  font-size: 1.125rem;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  padding-top: 1rem;
  display: flex;
}

.button-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.button-link:hover {
  color: #35f;
  text-decoration: underline;
}

.button-link.is-color-inherit {
  color: inherit;
}

.button-link.is-white {
  color: #fff;
}

.icon-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.card_bottom {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.card_bottom.is-gpt {
  aspect-ratio: 3 / 2;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.image-4x3 {
  aspect-ratio: 3 / 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.card_hero-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 0%;
  width: calc(100% + 2rem);
  max-width: none;
  margin-bottom: -2rem;
  margin-right: -1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card_image-bottom-full-width {
  margin-bottom: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.card_image-bottom-full-width.is-align-center {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.image-cover.is-rive {
  width: 80%;
}

.chat-gpt-logo {
  width: 100%;
  position: absolute;
}

.p-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  display: block;
}

.icon-in {
  max-width: 160px;
}

.navbar-three {
  z-index: 999;
  border-bottom: 1px solid #444872;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-8.navbar-three-container {
  z-index: 500;
  position: relative;
}

.container-8.navbar-three-menu-container {
  z-index: 5;
  width: 100%;
  position: relative;
}

.container-8.home-three-hero-container {
  padding: 160px 40px 0;
  position: relative;
}

.navbar-three-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.navbar-three-hamburger {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.navbar-three-bar-one {
  background-color: #fff;
  width: 24px;
  height: 1px;
}

.navbar-three-bar-two {
  background-color: #fff;
  width: 12px;
  height: 1px;
}

.navbar-three-main-menu {
  z-index: 150;
  transform-origin: 50% 0;
  background-color: #050610;
  background-image: radial-gradient(circle, #b460f13d, #b460f100 54%);
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar-three-menu-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
}

.navbar-three-boxes {
  grid-column-gap: 4.35vh;
  grid-row-gap: 4.35vh;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 888px;
  display: flex;
}

.navbar-three-dropdown {
  width: 100%;
}

.navbar-three-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.heading-three {
  color: #fff;
  letter-spacing: 1.2px;
  font-size: clamp(28px, 3.9vw, 40px);
  font-weight: 400;
  line-height: 1;
}

.heading-three.home-three-testimonial-heading {
  margin-top: 25px;
  margin-bottom: 20px;
}

.navbar-toggle-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-three-toggle-bar {
  background-color: #7b81b5;
  width: 22px;
  height: 2px;
}

.navbar-three-toggle-bar.bar-one {
  position: absolute;
}

.navbar-three-toggle-bar.bar-two {
  transform: rotate(90deg);
}

.navbar-dropdown-toggle {
  background-color: #ddd0;
  width: 100%;
  position: static;
  overflow: hidden;
}

.navbar-dropdown {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.home-three-small-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #aeb2d7;
  justify-content: flex-start;
  align-items: center;
  transition: color .35s;
  display: flex;
}

.home-three-small-menu:hover {
  color: #fff;
}

.text-capitalize {
  text-transform: capitalize;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.navbar-three-menu-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px solid #444872;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 357px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.navbar-three-right-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar-three-right-wrap.wrap-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.no-shrink {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-three-contacts {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  max-width: 229px;
}

.heading-four {
  color: #fff;
  letter-spacing: .96px;
  font-size: clamp(24px, 3.1vw, 32px);
  font-weight: 400;
  line-height: 1;
}

.body-font-color {
  color: #aeb2d7;
}

.navbar-social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.line {
  background-color: #fff;
  width: 35px;
  height: 1px;
}

.footer-one-socials {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.home-three-hero {
  background-image: linear-gradient(#000000c4, #00000087 98%), url('../images/Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-three-hero.uuden-auton-hero {
  background-image: linear-gradient(#000000c4, #00000087 98%), url('../images/uuden-auton-leasing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-three-hero.kaytetyn-auton-hero {
  background-image: linear-gradient(#000000c4, #00000087 98%), url('../images/kaytetyn-auton-leasing3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-three-hero.yhteystieto-hero {
  background-image: linear-gradient(#000000c4, #00000087 98%), url('../images/uuden-auton-leasing6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-three-hero-main {
  z-index: 5;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 75px;
  position: relative;
}

.home-three-hero-image {
  flex: 1;
  max-width: 425px;
}

.border-radius-thirty {
  border-radius: 30px;
}

.home-three-hero-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.small-tag-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
}

.dot {
  background-image: linear-gradient(105deg, var(--\<unknown\|variable-dcdbf77c-e16b-05db-3b4e-0712d8425d14\>), var(--\<unknown\|variable-e91494eb-4d8c-6eb9-196d-003ca103103d\>));
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.home-three-hero-heading {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-one {
  color: #fff;
  font-size: clamp(40px, 12vw, 130px);
  line-height: .9;
}

.flower {
  align-self: flex-end;
  margin-bottom: 20px;
}

.heading-video {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #131526;
  border: 1px solid #3f436b;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 237px;
  margin-top: 5px;
  padding: 10px;
  font-size: 18px;
}

.border-radius-five {
  border-radius: 5px;
}

.play-video-icon {
  position: absolute;
}

.home-three-hero-description {
  max-width: 501px;
  margin-bottom: 45px;
  position: relative;
}

.arrow-icon {
  display: none;
  position: absolute;
  inset: auto 34% -146% auto;
}

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

.no-margin-bottom.margin-top-twenty-five {
  margin-top: 25px;
}

.no-margin-bottom.home-three-digital-description {
  max-width: 285px;
}

.button-wrapper-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  z-index: 10;
  text-transform: capitalize;
  background-color: #050610;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 35px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.button-border-effect {
  z-index: 1;
  background-image: linear-gradient(90deg, #fe4d581a, var(--\<unknown\|variable-1810bdf1-7997-7d03-3118-2eca24d99e31\>) 50%, #b264f31a);
  width: 50%;
  height: 900%;
  position: absolute;
}

.what-you-want {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.border {
  background-color: #444872;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.home-three-hero-border-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-border-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  height: 100%;
}

.vertical-border {
  background-color: #444872;
  width: 1px;
  height: 100%;
}

.banner-marquee-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-marquee-text {
  font-family: var(--_typography---font-styles--heading);
  color: #aeb2d740;
  flex: none;
  margin-top: 80px;
  padding-right: 100px;
  font-size: clamp(40px, 36vw, 700px);
  font-weight: 400;
  line-height: 1;
  overflow: visible;
}

.home-three-digital {
  padding-bottom: 0;
  padding-left: 65px;
  padding-right: 65px;
  overflow: hidden;
}

.home-three-digital.alasivu {
  padding-bottom: 100px;
}

.container-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 100px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.home-three-digital-text {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.home-three-digital-text.laskutus {
  margin-bottom: 40px;
}

.text-gradiant {
  background-image: linear-gradient(65deg, var(--\<unknown\|variable-b9b1f119-f12f-7780-d3c2-a3c2c7e2984f\>) 17%, var(--\<unknown\|variable-1810bdf1-7997-7d03-3118-2eca24d99e31\>) 45%, var(--\<unknown\|variable-e91494eb-4d8c-6eb9-196d-003ca103103d\>));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-three-digital-images-wrapper2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-three-digital-boxes {
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-digital-hover-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #05061080;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0%;
}

.otsikko-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.skills-left-texts {
  flex: 1;
  max-width: 100%;
}

.heading-five {
  color: #fff;
  letter-spacing: 1px;
  font-size: clamp(20px, 2.1vw, 22px);
  font-weight: 400;
  line-height: 1.06;
}

.home-three-skills-description {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.home-popup-text-overlay {
  transform-origin: 50% 100%;
  background-image: linear-gradient(#05061000, #3f558157 35%, #3f5581);
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.osio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  max-width: 165px;
}

.osio.button-tarjous {
  max-width: 176px;
}

.skills-options {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.skills-options-wrapper {
  position: relative;
}

.skills-border-effect {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 23%;
}

.home-three-testimonial {
  background-image: linear-gradient(#161724a1, #16172400);
  padding-top: 84px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-10.home-three-testimonial-container {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.home-testimonial-main {
  justify-content: center;
  align-items: flex-end;
}

.home-three-testimonial-top {
  margin-bottom: 60px;
}

.home-three-testimonial-main {
  width: 100%;
  max-width: 1030px;
}

.home-three-testimonial-slide {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.home-three-testimonial-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.home-three-testimonial-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-top-image {
  z-index: 4;
  position: relative;
}

.border-radius-twenty {
  border-radius: 20px;
}

.testimonial-main-image {
  z-index: 3;
  position: absolute;
  transform: translate(-30px, 30px);
}

.testimonial-bottom-image {
  z-index: 2;
  position: absolute;
  transform: translate(-60px, 60px);
}

.testimonial-top-image-clone {
  z-index: 1;
  position: absolute;
  transform: translate(-130%, 130%);
}

.home-three-testimonial-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid #313344;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 450px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.text-change-opacity {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.display-off {
  display: none;
}

.testimonial-three-big-text {
  color: #111322;
  text-align: center;
  font-size: clamp(60px, 20vw, 400px);
  line-height: 1;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
}

.section-glow {
  background-image: linear-gradient(95deg, #ffffff3b, #fff), url('../images/Iso-kuva-alue.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.about-one-mission {
  background-image: linear-gradient(94deg, #fff0, #fff 60%), url('../images/Iso-kuva-alue.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-11 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.about-one-mission-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
}

.about-one-mission-image {
  flex: 1;
  max-width: 590px;
}

.about-one-mission-text {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 380px;
}

.about-mission-heading {
  color: #3a4765;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 2.3rem;
}

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

.about-missions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.about-one-mission-check {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.mission-check-icon {
  border: 1px solid #444872;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  display: flex;
}

.home-three-digital-images-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.home-three-digital-images-wrapper.alasivu {
  padding-bottom: 1px;
}

.component-2-2 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  text-decoration: none;
  display: flex;
}

.palvelut-alasivu {
  grid-row-gap: 112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 105px 64px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-9-2 {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 100px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.container-9-2.laskutus {
  padding-bottom: 60px;
}

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

.div-block-2.center {
  justify-content: center;
  align-items: center;
}

.container-5-yht {
  grid-row-gap: 32px;
  background-color: #ebebeb00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 48px;
  text-decoration: none;
  display: flex;
}

.p-left {
  text-align: left;
  border: 1px #000;
}

.teksti-osio {
  grid-row-gap: 8px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-style: none solid solid none;
  grid-template-rows: 1fr auto auto auto auto;
  grid-template-columns: 1fr 2fr;
}

.div-block-3 {
  display: flex;
}

.div-block-3.table-wrapper {
  border: 1px #000;
}

.tietosuoja.table {
  border: 1px #000;
  border-style: solid none none solid;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.tietosuoja.table.p-text {
  padding-top: 16px;
}

.link {
  color: var(--_primitives---colors--east-bay);
}

.bold-text-2, .bold-text-3 {
  color: var(--_primitives---colors--sweet-corn);
  font-weight: 400;
}

.bold-text-4, .bold-text-5 {
  color: var(--color-scheme-1--text);
}

.text-block-3 {
  color: var(--base-color-brand--white);
}

.section_multi-form22 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--color-scheme-1--foreground);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-form22_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.multi-form22_content-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  width: 100%;
  max-width: 35rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  overflow: scroll;
}

.multi-form22_block {
  margin-bottom: 0;
}

.multi-form22_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.multi-form22_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.multi-form22_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.multi-form22_progress {
  border: 1px solid var(--color-scheme-1--border);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form22_progress.progress-current, .multi-form22_progress.completed {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.multi-form22_progress-divider {
  background-color: var(--_primitives---colors--neutral-darkest);
  flex: 1;
  height: 1px;
}

.multi-form22_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form22_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.multi-form22_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form22_radio {
  border: 1px solid var(--color-scheme-1--border);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form22_radio.is-radio-icon {
  padding-left: .5rem;
}

.multi-form22_radio.is-radio-icon.is-active-inputactive, .multi-form22_radio.is-radio-icon.is-active-inputactive.is-active-inputactive {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.multi-form22_radio-letter {
  border: 1px solid var(--color-scheme-1--border);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  display: flex;
}

.multi-form22_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form22_radio-icon.w--redirected-checked {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  background-image: none;
}

.multi-form22_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form22_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.form_message-success-8 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.multi-form22_close-button {
  color: var(--_primitives---colors--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.multi-form22_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-9 {
  font-family: var(--_typography---font-styles--heading);
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.section_multi-form34 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.multi-form34_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form34_block {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
}

.multi-form34_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.multi-form34_progress {
  width: 100%;
  height: .25rem;
  display: flex;
}

.multi-form34_progress-bar {
  background-color: #0000001f;
  flex: 1;
  width: 100%;
  height: 100%;
}

.multi-form34_progress-bar.current {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.multi-form34_step-tag {
  margin-top: .5rem;
}

.multi-form34_step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-center-9 {
  text-align: center;
  display: flex;
}

.multi-form34_form-started {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.multi-form34_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.multi-form34_enter-label {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -1rem 0% auto;
  transform: translate(100%);
}

.multi-form34_subtext-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.multi-form34_field-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.multi-form34_inner-wrapper {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.multi-form34_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form34_radio {
  border: 1px solid var(--color-scheme-1--border);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form34_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form34_radio-icon.w--redirected-checked {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  background-image: none;
}

.multi-form34_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form34_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form34_radio-subtext {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 1rem;
  display: flex;
}

.multi-form34_caption {
  margin-bottom: 1rem;
  font-weight: 400;
}

.multi-form34_checkbox-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form34_checkbox-field {
  border: 1px solid var(--color-scheme-1--border);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form34_checkbox-field.is-active-inputactive {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.multi-form34_checkbox-button {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form34_checkbox-button.w--redirected-checked {
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  background-image: none;
}

.multi-form34_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.multi-form34_checkbox-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form34_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.form_message-success-9 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.f-section {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-container {
  width: 100%;
  max-width: 62.5rem;
}

.f-progress-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.progress-indicator {
  background-color: #3f5681;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: background-color .6s;
  display: flex;
}

.progress-indicator.current {
  background-color: #f8ef85;
  border: 1px solid #f8ef85;
}

.f-form-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.f-form-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-form-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.f-form-element {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.f-form-step-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.f-form-step-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.f-step-wrapper {
  text-align: center;
  background-color: #fafafa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.f-step-wrapper.card {
  text-align: center;
  align-items: center;
}

.f-success-message-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.f-image {
  mix-blend-mode: difference;
  width: 60px;
}

.f-tag-text {
  font-size: 17px;
  font-weight: 700;
}

.f-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(153deg, #1c1269, #7d8cff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 14ch;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-bottom: 9px;
  font-size: 74px;
  font-weight: 700;
  line-height: .9;
}

.f-paragraph {
  opacity: .53;
  max-width: 42ch;
  font-size: 22px;
}

.f-form-button-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  margin-top: 1.3rem;
  display: flex;
}

.f-form-button {
  text-transform: capitalize;
  background-color: #0071e3;
  border-radius: 100vw;
  padding: .65rem .9rem;
  font-size: .8rem;
  font-weight: 600;
}

.f-form-button.outlined {
  color: #0071e3;
  background-color: #0000;
  border: 1px #0071e3;
  border-bottom-style: solid;
  border-radius: 2px;
  padding: .15rem .4rem;
}

.f-form-field-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70ch;
  margin-bottom: 1rem;
  display: flex;
}

.f-form-field-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.f-form-radio-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.f-radio-button-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  border-radius: .25rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .725rem 1.4rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.f-radio-button {
  color: #fff;
  border: .0625rem solid #00000036;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #0171e3;
}

.f-radio-label {
  z-index: 1;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.f-radio-description {
  opacity: .49;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.f-press-enter-text {
  font-size: .7rem;
  font-weight: 400;
}

.f-form-input-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.f-form-input {
  background-color: #fdfdfd;
  border: 1px solid #00000012;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.f-form-input:focus {
  border-bottom-color: #0071e3;
}

.f-form-input::placeholder {
  color: #9b9b9b;
  text-align: center;
}

.f-success-message-white {
  background-color: #fcfcfc;
  border-radius: 24px;
  padding: 3rem;
  font-size: 1rem;
}

.f-success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 21px;
  display: flex;
}

.f-success-message {
  width: 34px;
  margin-bottom: 13px;
}

.f-success-message-heading {
  max-width: 19ch;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.f-blue-span {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(153deg, #745cff, #e3e9ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.wrapper-estimator {
  align-items: stretch;
  min-width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.section.estimator {
  align-items: center;
  max-width: 100%;
}

.form-estimatori {
  margin-bottom: 0;
}

.msf-slider {
  background-color: #0000;
  height: auto;
}

.slide-estimator {
  height: auto;
}

.inner-slide-estimator {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.headinghero {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: none;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1;
}

.headinghero.estimator {
  color: #fff;
  font-size: 40px;
}

.radio-field {
  background-color: #fff;
  border-radius: 8px;
  min-height: 250px;
  margin: 16px;
  padding-left: 0;
  position: relative;
  box-shadow: 0 0 40px #4e4e4e4f;
}

.radio-button-selected {
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-selected.w--redirected-checked {
  box-shadow: inset 0 0 0 4px #64ffbb;
}

.radio-text {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 16%;
  padding-right: 16%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.radio-text.yes {
  background-image: url('../images/check.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.radio-text.no {
  background-image: url('../images/block.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.radio-text.question {
  background-image: url('../images/help.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.radio-text.build {
  background-image: url('../images/settings.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.divflex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.divflex.current {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.wrapper-price {
  background-color: #003e77;
  border-radius: 8px;
  padding: 12px 24px;
  display: flex;
}

.est-text {
  font-size: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.est-text.total {
  color: #64ffbb;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

.text-est {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.text-est.total {
  color: #64ffbb;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

.text-est.corner {
  color: #fff;
  background-color: #003e77;
  border-radius: 6px;
  width: 120px;
  margin-top: 12px;
  padding: 12px;
}

.separation {
  height: 100px;
}

.separation._50 {
  height: 50px;
}

.divhalf {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divhalf.relative {
  position: relative;
}

.titleitem {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.note {
  font-size: 12px;
  font-style: italic;
}

.note.estimator {
  color: #979797;
  cursor: pointer;
  text-decoration: underline;
}

.disclaimer {
  background-color: #fff;
  border-radius: 6px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-size: 12px;
  line-height: 1.4;
  display: none;
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 20px #003e7733;
}

.wrapper-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.inputfield {
  text-align: center;
  border-style: none;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  box-shadow: 0 6px 30px #0003;
}

.inputfield.message {
  height: 125px;
}

.msf-hidden {
  display: none;
}

.success {
  background-color: #0000;
}

.success.estimator {
  background-color: #64ffbb4d;
  border-radius: 8px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 28px;
  line-height: 1.3;
}

.error {
  color: #fff;
  text-align: center;
  background-color: #d84343;
  border-radius: 4px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.3;
}

.wrapper-buttons-form {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 4%;
}

.button-form {
  width: 150px;
  box-shadow: none;
  text-align: center;
  background-color: #003e77;
  border-radius: 50px;
  transition: all .3s;
  display: block;
}

.button-form:hover {
  transform: translate(0, -1px);
  box-shadow: 0 1px 20px #00000040;
}

.button-form.back {
  font-family: var(--_typography---font-styles--heading);
  color: #fff;
  background-color: #8fa6d2;
  margin-left: 0;
  font-weight: 600;
}

.button-form.next {
  font-family: var(--_typography---font-styles--heading);
  color: #2a3755;
  background-color: #f8ef85;
  font-weight: 700;
}

.radio-field-third {
  background-color: #fff;
  border-radius: 8px;
  min-height: 100px;
  margin: 16px;
  padding-left: 0;
  position: relative;
  box-shadow: 0 0 40px #4e4e4e4f;
}

.div-block-5 {
  max-width: 100%;
}

.section-form {
  background-color: #09062500;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.progress-wrapper {
  justify-content: center;
  align-items: center;
  height: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form-container {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  display: flex;
}

.form-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-step-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 129px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.form-step-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.form-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 70ch;
  color: var(--base-color-brand--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-field-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 26px;
  display: flex;
}

.form-field-letter {
  font-weight: 500;
}

.form-input-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.form-input-wrapper.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #ffffffa8;
  border-radius: 180vh;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 20px;
}

.form-input:focus {
  border-style: none;
}

.form-input::placeholder {
  color: #9b9b9b;
  text-align: center;
}

.form-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.form-button {
  font-family: var(--_typography---font-styles--heading);
  color: #2a3755;
  background-color: #f8ef85;
  border-radius: 100vw;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 700;
}

.press-enter-text {
  color: var(--_primitives---colors--east-bay-light);
  font-size: 13px;
  font-weight: 400;
}

.form-checkbox-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--base-color-brand--white);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
  font-size: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-box {
  color: #fff;
  border: 1px solid #ffffffa3;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.radio-box:hover {
  background-color: #1f7fff26;
}

.radio-box.w--redirected-checked {
  background-color: #5125f126;
  background-image: none;
  border-width: 2px;
}

.radio-box.form-button {
  padding-top: 17px;
  padding-bottom: 18px;
}

.form-field-icon {
  z-index: 1;
  background-color: #94abd9;
  border-radius: 98vw;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
  position: relative;
}

.checkbox-label {
  z-index: 1;
  font-family: var(--_typography---font-styles--body);
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.form-help-text {
  color: #fff;
  text-align: center;
  max-width: 40ch;
  font-size: 15px;
  line-height: 1.5;
}

.button-3 {
  text-transform: uppercase;
  background-color: #ffffff24;
  border-radius: 100vw;
  padding: 12px 17px;
  font-size: 10px;
  font-weight: 500;
}

.fixed-button-wrapper {
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.steps-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--base-color-brand--white);
  margin-right: 10px;
  font-size: 16px;
  display: flex;
}

.back-button {
  color: #0000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000050;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.button-copy {
  color: #0000;
  background-color: #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  display: flex;
}

.success-message {
  background-color: #f5ff8200;
  border: 2px #000;
  padding-top: 38px;
  padding-bottom: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.h3 {
  font-family: var(--_typography---font-styles--heading);
  text-align: center;
  font-size: 1.2rem;
}

.bold-text-10, .field-label {
  text-align: center;
}

.bold-text-11, .bold-text-12 {
  font-weight: 400;
}

.field-label-2 {
  text-align: center;
  font-weight: 300;
}

.select-field {
  background-color: #252f44;
}

.form-selectfield-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 300px;
  color: var(--base-color-brand--white);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.image-checkbox-field {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 20px 15px;
  font-size: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field-icon-pic {
  z-index: 1;
  background-color: #fff0;
  border-radius: 30vw;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 28px;
  margin-bottom: 4px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
  position: relative;
}

.radio-box-image {
  color: #fff;
  background-color: #3f5681c2;
  border: 1px #ffffffa3;
  border-radius: 1.5vw;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.radio-box-image:hover {
  background-color: #1f7fff26;
}

.radio-box-image.w--redirected-checked {
  background-color: #5125f126;
  background-image: none;
  border-width: 2px;
}

.checkbox-label-img {
  z-index: 1;
  font-family: var(--_typography---font-styles--body);
  color: var(--base-color-brand--white);
  align-items: center;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.marg-bot {
  margin-bottom: -11px;
}

.bold-text-13, .field-label-3, .field-label-4, .bold-text-14 {
  font-weight: 400;
}

.checkbox-label-button {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  color: #2a3755;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.field-label-5, .bold-text-15 {
  font-weight: 400;
}

.checkbox-label-2 {
  color: var(--base-color-brand--white);
  margin-bottom: 0;
}

.checkbox-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 2px;
}

.text-block-4 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--base-color-brand--white);
  font-size: 21px;
}

.error-message {
  background-color: #94abd9;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-5 {
  color: var(--color-scheme-1--accent);
  text-align: center;
}

.video-bak {
  z-index: 0;
  background-color: #0000008f;
  background-image: linear-gradient(#000000cf, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-6 {
  background-color: #000000e0;
  background-image: linear-gradient(#000000c9, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  z-index: 1;
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-three-hero-2 {
  background-image: linear-gradient(#000000c4, #00000087 98%), url('../images/uuden-auton-leasing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.content-style-44 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.content-style-42 {
  grid-row-gap: 8px;
  background-color: #fff0;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

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

.layout658_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.layout658_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.layout658_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout658_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: #f2f2f200;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.padding-section-large-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.padding-section-large-2.top-pois {
  padding-top: 0;
}

.section_layout658 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout658_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.heading-style-h5-2 {
  color: var(--color-scheme-1--accent);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout658_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout658_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem 20px;
  display: flex;
}

._3-syytatext-copy {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 524px;
}

.tekstiosio {
  justify-content: center;
  align-items: center;
}

.tekstiosio-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 168px;
  padding-left: 20px;
  padding-right: 20px;
}

.tekstit {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 112px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tekstit.tietosuojaseloste {
  padding-top: 40px;
}

.content-style-43 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-43.tekstit-content {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.content-style-43.tekstit-content.tietosuojaseloste {
  display: block;
}

.column-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-9 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-buttonn {
  grid-column-gap: 8px;
  background-color: #f8ef85;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.link-block {
  width: 100%;
}

.form-page-middle {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider3_component {
  background-color: var(--_primitives---opacity--transparent);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
  overflow: hidden;
}

.slider3_mask {
  align-self: center;
  width: 33.33%;
  max-height: 400px;
  overflow: visible;
}

.slider3_slide {
  vertical-align: middle;
  max-height: 320px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider3_arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.slider3_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider3_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.image-7 {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.slide-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_gallery19 {
  background-color: var(--color-scheme-1--background);
  width: 100%;
  color: var(--color-scheme-1--text);
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.padding-section-large-3 {
  width: 100%;
  color: var(--base-color-brand--white);
  border-radius: 12px;
  padding: 80px 65px;
}

.gallery19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.text-align-center-10 {
  text-align: center;
  display: flex;
}

.gallery19_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery19_mask {
  width: 25%;
  height: auto;
  overflow: visible;
}

.gallery19_slide {
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery19_lightbox-link {
  width: 100%;
}

.gallery19_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: visible;
}

.gallery19_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gallery19_image.laawa {
  object-position: 42% 50%;
}

.gallery19_image.entti {
  object-position: 50% 50%;
}

.gallery19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.google-rews {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row-4 {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

.slide {
  background-color: #0000;
}

.slide.small {
  width: 25%;
  max-height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow-2, .slide-nav {
  color: #096ad0;
}

.mask {
  width: 100%;
}

.slide-2, .slide-3, .slide-4, .slide-25 {
  width: 25%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
}

.container-slider {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.code-embed-3 {
  width: 100%;
  font-family: var(--_typography---font-styles--body);
}

.cont-google {
  grid-row-gap: 32px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 48px 40px;
  text-decoration: none;
  display: flex;
}

.smaller {
  max-width: 94%;
}

.slide-nav-2 {
  position: relative;
}

.icon {
  color: var(--_primitives---colors--sweet-corn-light);
  background-color: #3f558100;
  padding-bottom: 10px;
}

.icon-2 {
  color: var(--_primitives---colors--sweet-corn-light);
  background-color: #3f558100;
}

.left-arrow-2 {
  margin-top: 0;
  padding-top: 0;
  left: 0;
}

.right-arrow-2 {
  margin-top: 0;
  right: 0;
}

.image-2-etusivu {
  filter: brightness(109%);
  width: 100%;
  padding-top: 0;
}

.image-copy {
  opacity: 1;
  width: 100%;
}

.image-copy.etusivu {
  padding-top: 0;
}

.home-three-digital-images-wrapper2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-five-digital-boxes {
  border: 1px solid #2f4567;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-five-digital-boxes.paksumpi {
  border-width: 2px;
}

.button-style-5-copy {
  color: #2a3755;
  text-align: center;
  min-width: 116px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-serif-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.kaytetyn-auton-kuva-alue {
  grid-row-gap: 80px;
  background-image: linear-gradient(97.24deg, #fff0, #fff 58%), url('../images/kaytetyn-auton-leasing3.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 661px;
  padding: 160px 64px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-11---2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.about-one-mission-text-copy {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 380px;
}

.about-one-mission-main-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
}

.pricing26_feature-kayt {
  padding: 1rem 30px;
}

.cont-er {
  grid-row-gap: 32px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 80px 48px 40px;
  text-decoration: none;
  display: flex;
}

.lk-head {
  color: #3a4765;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 2.3rem;
}

.code-embed-4 {
  max-width: 100%;
  height: 100%;
}

.code-embed-4.alasivu-hero-button {
  border-radius: 100px;
  width: 100%;
}

.kampanja-lista {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.kampanja-kortti {
  background-color: #fff;
  border: 1px solid #e2e5ed;
  border-radius: 12px;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
}

.kampanja-kortti:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px #2a375524;
}

.kampanja-kortti-kuva {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  display: block;
}

.kampanja-kortti-body {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px;
  display: flex;
}

.kampanja-kortti-ylaosa {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.kampanja-kortti-nimi {
  color: #2a3755;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.kampanja-kortti-specs {
  color: #697388;
  margin: 0;
  font-size: 13px;
}

.kampanja-kortti-hintatiedot {
  border-top: 1px solid #e2e5ed;
  border-bottom: 1px solid #e2e5ed;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.kampanja-kortti-hintablock {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.kampanja-kortti-label {
  color: #697388;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
}

.kampanja-kortti-hinta {
  color: #2a3755;
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.kampanja-kortti-hintaselite {
  color: #697388;
  margin: 0;
  font-size: 12px;
}

.kampanja-kortti-saatavuus {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.kampanja-kortti-badge {
  color: #2a3755;
  background-color: #f8ef85;
  border-radius: 20px;
  margin: 0;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
}

.kampanja-kortti-cta {
  color: #f8ef85;
  text-align: center;
  background-color: #f8ef85;
  border-radius: 100px;
  margin-top: 16px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.auto-detail-grid {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.auto-detail-info {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.auto-detail-galleria {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 24px;
}

.auto-detail-paakuva {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  display: block;
  position: static;
}

.auto-detail-myyntiteksti {
  border-top: 1px solid #e2e5ed;
  max-width: 720px;
  margin-top: 48px;
  padding-top: 40px;
}

.auto-detail-kuvaus {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-2 {
  font-family: var(--_typography---font-styles--heading);
  color: #2a3755;
  font-size: 18px;
  line-height: 150%;
}

.auto-detail-breadcrumb {
  margin-bottom: 32px;
}

.auto-detail-thumbnail-rivi {
  grid-column-gap: 6px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6px;
  display: grid;
}

.auto-detail-thumbnail {
  aspect-ratio: 1;
  opacity: .82;
  cursor: pointer;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  transition: opacity .15s;
  display: block;
}

.auto-detail-thumbnail:hover {
  opacity: 1;
}

.auto-detail-thumbnail-wrap {
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.auto-detail-katso-kaikki {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a37558c;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: 0;
}

.auto-detail-kuva-wrap {
  cursor: pointer;
  display: block;
  position: relative;
}

.auto-detail-kuva-cta {
  color: #2a3755;
  text-align: center;
  cursor: none;
  background-color: #f8ef85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.auto-detail-kuva-cta:hover {
  background-color: #212c44;
}

.auto-detail-kuva-piilota {
  display: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

.al-form-section {
  background-color: #0a1628;
  padding: 80px 20px;
}

.al-form-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.al-form-header {
  color: #fff;
}

.al-tagline {
  color: #4a9eff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.al-heading {
  color: #fff;
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.al-subheading {
  color: #ffffffb3;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.al-promise-bar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.al-promise-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffffd9;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.al-promise-icon {
  color: #4a9eff;
  font-size: 16px;
  font-weight: 700;
}

.al-form-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 20px 60px #0000004d;
}

.al-form, .al-form._w-form, .al-form._w-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.al-field-group {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.al-label {
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
}

.al-input, ._w-input, .al-input._w-input {
  color: #1a1a2e;
  background-color: #f9f9f9;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline-style: none;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color .2s;
}

.al-submit-btn, .al-submit-btn._w-button {
  color: #fff;
  cursor: pointer;
  background-color: #1a3a6b;
  border-style: none;
  border-radius: 8px;
  margin-top: 4px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
}

.al-form-disclaimer {
  color: #999;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

._w-input {
  color: #1a1a2e;
  background-color: #f9f9f9;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline-style: none;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color .2s;
}

.al-reviews-section {
  background-color: #f5f7fb;
  padding: 80px 20px;
}

.al-reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.al-reviews-header {
  text-align: center;
  margin-bottom: 48px;
}

.al-reviews-tagline {
  color: #4a9eff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
}

.al-reviews-heading {
  color: #0a1628;
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.al-reviews-sub {
  color: #555;
  margin: 0;
  font-size: 17px;
}

.al-reviews-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.al-review-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 20px #00000012;
}

.al-review-stars {
  color: #f5a623;
  letter-spacing: 2px;
  font-size: 18px;
}

.al-input-1, ._w-input, .al-input-1._w-input {
  color: #1a1a2e;
  background-color: #f9f9f9;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
}

.al-submit-btn-1, .al-submit-btn-1._w-button {
  color: #fff;
  cursor: pointer;
  background-color: #1a3a6b;
  border-style: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
}

._w-input {
  color: #1a1a2e;
  background-color: #f9f9f9;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
}

.al-review-quote {
  color: #2a2a3a;
  flex: 1;
  margin: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
}

.al-review-author {
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}

.al-review-name {
  color: #0a1628;
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
}

.al-review-title {
  color: #888;
  margin: 0;
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .palv-form.form-page {
    background-image: linear-gradient(#2a3755f2, #2a3755f2), url('../images/Skannattu_20251209-1524-09.webp');
  }

  .team12_list-wrapper {
    padding-bottom: 100px;
  }

  .home-three-hero-main {
    margin-bottom: 155px;
  }

  .arrow-icon {
    display: inline;
  }

  .home-three-digital {
    padding-bottom: 0;
  }

  .home-three-digital.laskutus {
    padding-bottom: 80px;
  }

  .home-three-testimonial {
    padding-top: 154px;
    padding-bottom: 160px;
  }

  .home-three-testimonial-slide {
    margin-left: 50px;
  }

  .about-one-mission {
    padding-top: 160px;
  }

  .container-11 {
    max-width: 1200px;
  }

  .about-one-mission-main {
    max-width: 1095px;
  }

  .about-one-mission-text {
    justify-content: center;
    align-items: flex-start;
  }

  .container-9-2 {
    padding-bottom: 0;
  }

  .container-9-2.laskutus {
    padding-bottom: 20px;
  }

  .hero-buttonn {
    height: 68px;
  }

  .link-block {
    width: 100%;
  }

  .kaytetyn-auton-kuva-alue {
    background-position: 0 0, -35%;
  }

  .container-11---2 {
    max-width: 1200px;
  }

  .about-one-mission-text-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .about-one-mission-main-copy {
    max-width: 1095px;
  }
}

@media screen and (min-width: 1920px) {
  .section_blog36.color-scheme-1.form-page {
    min-height: 100vh;
    padding-bottom: 0;
  }

  .palv-form.form-page {
    background-image: linear-gradient(#2a3755f2, #2a3755f2), url('../images/Skannattu_20251209-1524-09.webp');
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .team12_list-wrapper {
    max-width: 1000px;
  }

  .team12_list {
    max-width: 1200px;
    padding-bottom: 100px;
  }

  .contact14_map-wrapper {
    padding-top: 0;
  }

  .home-three-digital {
    padding-bottom: 0;
  }

  .home-three-digital.laskutus {
    padding-bottom: 80px;
  }

  .container-9-2 {
    padding-bottom: 0;
  }

  .f-form-wrapper {
    max-width: 53.125rem;
  }

  .f-form-step-item {
    width: 100%;
  }

  .form-wrapper {
    max-width: 850px;
  }

  .form-step-item {
    width: 100%;
  }

  .hero-buttonn {
    width: 100%;
    height: 68px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block {
    width: 100%;
  }

  .section_gallery19, .container-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h2 {
    font-size: 60px;
  }

  .heading-style-h2.blue-h2 {
    font-size: 45px;
  }

  .heading-style-h2.blue-h2.smaller {
    text-align: center;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-small.blue {
    justify-content: center;
    align-items: center;
    max-width: 178px;
    display: flex;
  }

  .button.max-width-full.is-pricing26-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h3.text-align-center.icon-heading-alasivu {
    font-size: 23px;
  }

  .heading-style-h3.palv-heading {
    font-size: 26px;
  }

  .padding-global.pad-boxes-alasivu {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .padding-section-large {
    padding: 6rem 40px;
  }

  .padding-section-large.bottom-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-links {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar1_component.color-scheme-1 {
    background-color: #2a3755;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    color: var(--_primitives---colors--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--_primitives---colors--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #2a3755f2;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .cta7_content {
    grid-column-gap: 3rem;
  }

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

  .content17_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta11_content {
    grid-column-gap: 3rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout18_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout240_list, .layout238_list {
    grid-column-gap: 2rem;
  }

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

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

  .testimonial11_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .testimonial11_mask {
    width: 100%;
  }

  .layout239_list, .layout245_list {
    grid-column-gap: 2rem;
  }

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

  .layout4_content, .layout16_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta1_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .contact18_grid-list {
    grid-column-gap: 2rem;
  }

  .contact7_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact25_map-wrapper {
    height: 20rem;
  }

  .contact25_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .faq3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
    font-size: 15px;
  }

  .prosessit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text {
    font-size: 15px;
  }

  .palvelut, .google-rews-placeholder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .iso-kuva-alue {
    background-position: 27% 0;
    background-size: cover;
    min-height: 541px;
    padding: 70px 40px 60px;
  }

  .cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    background-position: 100% 100%;
    background-size: 70%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    padding-bottom: 40px;
  }

  .links {
    width: 100%;
  }

  .medium-length-hero-headline-goes-here-2 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 31px;
  }

  .actions-2 {
    grid-column-gap: 26px;
    flex-flow: column;
  }

  .row-2 {
    grid-column-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-2 {
    font-size: 15px;
  }

  .button-style-4 {
    margin-bottom: 10px;
  }

  .p-text {
    font-size: 15px;
  }

  .component-4 {
    max-width: 400px;
  }

  .frame-1-3 {
    left: 0%;
  }

  .content-style-11 {
    flex-flow: column;
    height: auto;
  }

  .row-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column-reverse;
  }

  .heading-7 {
    font-size: 18px;
  }

  .container-palv {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer9_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

  .pricing26_top-row-price {
    font-size: 3.25rem;
  }

  .team12_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .content1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .column-icon-ala {
    grid-row-gap: 19px;
  }

  .contact14_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-modal6_component {
    display: none;
  }

  .contact-modal6_content-wrapper {
    padding: 4rem 5%;
  }

  .contact-modal2_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact2_form-block {
    width: 100%;
    max-width: 100%;
  }

  .links14_newsletter-content {
    width: 90%;
    max-width: none;
  }

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

  .team18_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team18_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .alasivu-osio {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-8.home-three-hero-container {
    padding-top: 100px;
  }

  .home-three-hero-main {
    margin-bottom: 55px;
  }

  .home-three-hero-main.alasivu {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .border-radius-thirty.tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .home-three-hero-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-hero-border-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .home-three-digital {
    padding-bottom: 40px;
  }

  .home-three-digital-text {
    margin-bottom: 40px;
  }

  .home-three-digital-hover-box {
    background-color: #050610b3;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-testimonial {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .border-radius-twenty.testimonial-images {
    width: 250px;
    height: auto;
  }

  .about-one-mission {
    padding-top: 65px;
  }

  .about-one-mission-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .about-one-mission-image {
    max-width: none;
  }

  .about-one-mission-text {
    max-width: 295px;
  }

  .about-mission-heading {
    font-size: 1.8rem;
  }

  .palvelut-alasivu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-9-2.laskutus {
    padding-bottom: 60px;
  }

  .container-5-yht {
    padding-left: 0;
    padding-right: 0;
  }

  .multi-form22_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .multi-form34_enter-label {
    display: none;
  }

  .radio-field, .radio-field-third {
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout658_card-content {
    padding: 2rem;
  }

  ._3-syytatext-copy {
    max-width: 450px;
  }

  .hero-buttonn {
    margin-bottom: 10px;
  }

  .slider3_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider3_mask {
    width: 100%;
  }

  .slider3_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-section-large-3 {
    padding: 6rem 40px;
  }

  .google-rews {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row-4.no-bottom-margins {
    margin-bottom: 0;
  }

  .slide.small {
    width: 80%;
  }

  .slide-25 {
    width: 33.33%;
  }

  .left-arrow-2 {
    margin-top: 0;
    left: auto;
  }

  .right-arrow-2 {
    margin-top: 0;
    right: auto;
  }

  .home-three-digital-images-wrapper2-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kaytetyn-auton-kuva-alue {
    background-position: 27% 0;
    background-size: cover;
    min-height: 541px;
    padding: 70px 40px 60px;
  }

  .about-one-mission-text-copy {
    max-width: 295px;
  }

  .about-one-mission-main-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .lk-head {
    font-size: 1.8rem;
  }

  .kampanja-lista {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .auto-detail-galleria {
    position: static;
  }

  .al-form-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.align-center {
    font-size: 2.4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.table.respo {
    font-size: 1.4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

  .padding-global.pad-boxes-alasivu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .padding-section-large {
    padding: 4rem 20px;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .layout396_card-content {
    padding: 1.5rem;
  }

  .layout396_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout396_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cta7_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog36_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content17_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta11_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .layout18_content, .layout240_list, .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta13_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .pricing17_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .faq5_icon-wrapper {
    width: 1.75rem;
  }

  .faq5_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial11_slider {
    padding-bottom: 5rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .layout239_list, .layout245_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout245_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout4_content, .layout16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta1_content {
    grid-row-gap: 3rem;
  }

  .header49_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .contact18_grid-list, .contact7_content, .contact25_grid-list, .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .hero {
    height: 700px;
    min-height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    flex-flow: column;
  }

  .text.text-icon-ala.left {
    text-align: left;
  }

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

  .palvelut {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    max-width: none;
    margin-bottom: 40px;
  }

  .google-rews-placeholder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iso-kuva-alue {
    background-image: url('../images/leasingkumppani-henkilökuvat-tablet-tausta.webp');
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    min-height: 850px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .links {
    flex-flow: column;
  }

  .column-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

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

  .component-2 {
    flex-flow: column;
  }

  .heading-2 {
    padding-bottom: 20px;
  }

  .heading-2.white.respo-center {
    text-align: center;
  }

  .actions-2 {
    flex-flow: row;
  }

  .row-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .component-3 {
    flex-flow: column;
  }

  .column-4.center-mob {
    justify-content: flex-start;
    align-items: center;
  }

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

  .component-5 {
    flex-flow: column;
  }

  .column-6 {
    padding-bottom: 40px;
  }

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

  .footer9_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer9_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer9_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer9_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer9_credit-text {
    margin-top: 1.5rem;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing26_top-row.kaytetty_auto_taulukko {
    grid-template-columns: 1fr 1fr;
  }

  .pricing26_empty-space {
    display: none;
  }

  .pricing26_top-row-content {
    padding-left: 1.5rem;
  }

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

  .pricing26_row.kaytetty_auto_taulukko {
    grid-template-columns: 1fr 1fr;
  }

  .pricing26_feature {
    border-bottom: 1px solid var(--color-scheme-1--border);
    padding-right: 1rem;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first, .pricing26_row-content.is-first.is-first {
    border-left-style: none;
  }

  .pricing26_top-row-price {
    font-size: 2.5rem;
  }

  .team12_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team12_image-wrapper {
    height: 100%;
  }

  .content1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hero-alasivu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-icon-ala {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .contact14_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact14_map-wrapper {
    height: 15.8rem;
  }

  .contact-modal6_content-wrapper {
    padding-bottom: 7rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-modal2_component {
    align-items: flex-start;
  }

  .contact-modal2_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact2_form-block {
    width: auto;
  }

  .links14_newsletter-link {
    grid-template-columns: 1fr;
  }

  .links14_newsletter-modal {
    align-items: flex-start;
  }

  .links14_newsletter-content {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .team4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper {
    height: 100%;
  }

  .team18_content, .team18_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team18_item {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .team18_image-wrapper {
    height: 100%;
  }

  .alasivu-osio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-bento {
    display: block;
  }

  .card_component.is-blue.uudet-autot {
    margin-bottom: 20px;
  }

  .subheading {
    font-size: 1rem;
  }

  .navbar-three-menu-right {
    display: none;
  }

  .home-three-hero {
    padding: 100px 20px 40px;
  }

  .home-three-hero-main {
    flex-flow: column;
  }

  .home-three-hero-image {
    max-width: none;
  }

  .border-radius-thirty.mobile-image-full-width {
    width: 100%;
    height: auto;
  }

  .home-three-hero-heading {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .flower, .heading-video {
    display: none;
  }

  .button-2 {
    width: 100%;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .home-three-digital {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    padding-top: 80px;
  }

  .home-three-digital-images-wrapper2 {
    grid-template-columns: 1fr 1fr;
  }

  .home-three-skills-description {
    font-size: 18px;
    line-height: 28px;
  }

  .home-testimonial-main {
    justify-content: flex-start;
    align-items: center;
  }

  .home-three-testimonial-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .home-three-testimonial-content {
    flex-flow: column;
  }

  .home-three-testimonial-text {
    margin-bottom: 0;
  }

  .testimonial-three-big-text {
    top: 58%;
  }

  .container-11 {
    flex-flow: column;
  }

  .about-one-mission-main {
    width: 100%;
  }

  .about-one-mission-text {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .home-three-digital-images-wrapper {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .component-2-2 {
    flex-flow: column;
  }

  .palvelut-alasivu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9-2.laskutus {
    padding-top: 60px;
  }

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

  .multi-form22_component {
    align-items: flex-start;
  }

  .multi-form22_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .multi-form34_form {
    grid-row-gap: 3rem;
  }

  .multi-form34_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .multi-form34_radio-subtext {
    flex-direction: column;
  }

  .f-container {
    width: 90%;
  }

  .f-form-step-wrapper {
    display: flex;
  }

  .f-form-step-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-step-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .f-form-radio-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .f-form-input-wrapper {
    align-items: flex-start;
    min-width: 100%;
  }

  .section {
    flex: none;
  }

  .section.estimator {
    width: 95%;
  }

  .container-estimator {
    flex: none;
    max-width: 100%;
  }

  .headinghero {
    font-size: 32px;
  }

  .radio-field {
    min-height: 200px;
  }

  .radio-text.yes, .radio-text.no, .radio-text.question, .radio-text.build {
    background-size: auto 50%;
  }

  .radio-field-third {
    min-height: 200px;
  }

  .form-step-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .form-input-wrapper {
    align-items: flex-start;
    min-width: 100%;
  }

  .form-checkbox-wrapper {
    justify-content: flex-start;
  }

  .form-help-text {
    line-height: 1.4;
  }

  .form-selectfield-wrapper {
    justify-content: flex-start;
  }

  .home-three-hero-2 {
    padding: 100px 20px 40px;
  }

  .layout658_image {
    aspect-ratio: auto;
  }

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

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

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .layout658_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout658_card-content {
    padding: 1.5rem;
  }

  .tekstiosio-2 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tekstit {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-style-43 {
    flex-flow: column;
  }

  .column-8 {
    padding-bottom: 20px;
  }

  .column-9 {
    padding-left: 0;
  }

  .slider3_component {
    padding-bottom: 3rem;
  }

  .slider3_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .section_gallery19 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding: 4rem 20px;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .google-rews {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row-4 {
    flex-flow: column;
  }

  .slider-arrow-2 {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .home-three-digital-images-wrapper2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .kaytetyn-auton-kuva-alue {
    background-image: linear-gradient(#ffffff5e, #ffffff5e), linear-gradient(97.24deg, #fff0, #fff 58%), url('../images/kaytetyn-auton-leasing3.webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 850px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11---2 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-one-mission-text-copy {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .about-one-mission-main-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .pricing26_feature-kayt {
    border-bottom: 1px solid var(--color-scheme-1--border);
    padding-right: 1rem;
  }

  .kampanja-lista {
    grid-template-columns: 1fr;
  }

  .al-form-section {
    padding: 60px 20px;
  }

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

  .al-reviews-heading {
    font-size: 26px;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.blue-h2 {
    text-align: center;
    font-size: 39px;
  }

  .heading-style-h2.blue-h2.smaller {
    font-size: 39px;
  }

  .heading-style-h2.respo-text {
    text-align: center;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .form_checkbox-label.text-size-small.text-color-white {
    font-size: .7rem;
  }

  .form_field-label.text-color-white {
    font-size: .8rem;
  }

  .button.is-small.blue {
    color: var(--_primitives---colors--white);
  }

  .button.max-width-full.is-pricing26-button {
    padding: .25rem .75rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.text-align-center.icon-heading-alasivu {
    text-align: center;
    font-size: 25px;
  }

  .heading-style-h3.table {
    font-size: 39px;
  }

  .heading-style-h3.table.respo {
    font-size: 1rem;
    display: block;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

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

  .cta7_content {
    grid-row-gap: 1.5rem;
  }

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .layout18_content, .layout240_list, .layout238_list, .cta13_content, .layout239_list, .layout245_list, .layout245_content, .layout4_content, .layout4_item-list, .layout16_content, .cta1_content, .header49_content, .contact7_content, .faq3_content {
    grid-template-columns: 1fr;
  }

  .hero {
    height: 600px;
    min-height: 600px;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
    text-align: center;
  }

  .prosessit {
    padding-bottom: 60px;
  }

  .text.text-icon-ala.left {
    text-align: center;
  }

  .iso-kuva-alue {
    background-image: url('../images/leasingkumppani-henkilökuvat-tablet-tausta.webp');
    background-size: contain;
    min-height: 815px;
  }

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

  .footer-links {
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
    font-size: 31px;
  }

  .actions-2 {
    flex-flow: column;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footer9_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer9_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer9_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .padding-global-3 {
    padding-bottom: 70px;
  }

  .pricing26_top-row {
    z-index: auto;
    top: 100px;
  }

  .pricing26_top-row-content {
    padding: 1rem .5rem 1rem 1rem;
  }

  .pricing26_row-content {
    font-size: .7rem;
  }

  .pricing26_top-row-price {
    font-size: 1.5rem;
  }

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

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

  .contact14_map-wrapper {
    height: 15.8rem;
  }

  .contact-modal2_component {
    display: none;
  }

  .links14_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .team4_list, .team18_content {
    grid-template-columns: 1fr;
  }

  .team18_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .alasivu-osio, .container-5-ala {
    padding-left: 0;
    padding-right: 0;
  }

  .sapo-text {
    font-size: .9rem;
  }

  .container-8.home-three-hero-container, .home-three-hero-text {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-digital {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-digital-images-wrapper2 {
    grid-template-columns: 1fr;
  }

  .otsikko-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .skills-left-texts {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-three-skills-description {
    font-size: 16px;
    line-height: 26px;
  }

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

  .skills-options {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .border-radius-twenty.testimonial-images {
    width: 220px;
  }

  .home-three-testimonial-text {
    padding-left: 20px;
  }

  .testimonial-three-big-text {
    top: 56%;
  }

  .about-mission-heading {
    padding-bottom: 0;
  }

  .about-mission-heading.center-mob, .margin-bottom-thirty.center-mob {
    text-align: center;
  }

  .home-three-digital-images-wrapper {
    grid-template-columns: 1fr;
  }

  .container-9-2.laskutus {
    padding-bottom: 40px;
  }

  .container-5-yht {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-areas: "mobile Area";
    max-width: 100%;
  }

  .div-block-3.table-wrapper {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .tietosuoja, .tietosuoja.table {
    font-size: 15px;
  }

  .tietosuoja.table.p-text.respo.smaller {
    font-size: 14px;
  }

  .tietosuoja.p-text.respo {
    text-align: left;
  }

  .multi-form22_component {
    display: none;
  }

  .bold-text-6 {
    font-weight: 600;
  }

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

  .multi-form34_form {
    grid-row-gap: 3rem;
  }

  .multi-form34_button-group {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
  }

  .f-step-wrapper {
    padding: 1.5rem;
  }

  .f-form-field-wrapper {
    font-size: 1.1rem;
  }

  .f-form-input {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .wrapper-estimator {
    align-items: flex-start;
  }

  .section.estimator {
    align-items: flex-start;
    padding-top: 20px;
  }

  .headinghero.estimator {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }

  .radio-field {
    min-height: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 0 20px #003e7733;
  }

  .radio-text {
    padding-bottom: 7px;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 16px;
  }

  .radio-text.yes, .radio-text.no, .radio-text.question {
    background-position: 50% 30%;
  }

  .wrapper-buttons-form {
    flex-direction: row;
  }

  .button-form {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .radio-field-third {
    min-height: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 0 20px #003e7733;
  }

  .checkbox-field {
    padding-right: 8px;
  }

  .checkbox-label {
    font-size: 13px;
  }

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

  .tekstit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .left-arrow {
    width: 60px;
  }

  .slider-arrow-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .right-arrow {
    width: 60px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

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

  .code-embed-3 {
    max-width: 280px;
  }

  .cont-google {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-digital-images-wrapper2-copy {
    grid-template-columns: 1fr;
  }

  .kaytetyn-auton-kuva-alue {
    background-image: linear-gradient(#ffffff82, #ffffff82), linear-gradient(97.24deg, #fff0, #fff 58%), url('../images/kaytetyn-auton-leasing3.webp');
    background-position: 0 0, 0 0, 22%;
    background-size: auto, auto, cover;
    min-height: 815px;
  }

  .cont-er {
    padding-left: 0;
    padding-right: 0;
  }

  .lk-head {
    padding-bottom: 0;
  }

  .lk-head.center-mob {
    text-align: center;
  }
}

#w-node-_42822971-cc65-b6d4-a9ce-72aee6d8c273-5dcda7f8 {
  align-self: auto;
}

#w-node-_4aa3af1a-8dcd-4c45-bd89-730997e82b74-5dcda7f8, #w-node-_4aa3af1a-8dcd-4c45-bd89-730997e82b84-5dcda7f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0253045a-1f6f-5572-f7d7-269bdbe9c444-dbe9c43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-5dcda7fb {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-5dcda7fb {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-5dcda7fb {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-5dcda7fb {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-5dcda7fb {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-5dcda7fb {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-5dcda7fb {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-5dcda7fb {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-5dcda7fb, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-5dcda7fb {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-5dcda7fb, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-5dcda7fb, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-5dcda7fb {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-5dcda7fb, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-5dcda7fb {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-5dcda7fb, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-5dcda7fb {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-5dcda7fb, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-5dcda7fb, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-5dcda7fb, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-5dcda7fb, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-5dcda7fb, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-5dcda7fb, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-5dcda7fb, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-5dcda7fb {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-5dcda7fb {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-5dcda7fb {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-5dcda7fb {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-5dcda7fb {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-5dcda7fb, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-5dcda7fb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-5dcda7fb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-5dcda7fb, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-5dcda7fb, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-5dcda7fb, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-5dcda7fb, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-5dcda7fb, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-5dcda7fb {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-5dcda7fb, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-5dcda7fb, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-5dcda7fb {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-5dcda7fb, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-5dcda7fb, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-5dcda7fb {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-5dcda7fb, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-5dcda7fb, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-5dcda7fb {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-5dcda7fb, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-5dcda7fb, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-5dcda7fb {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-5dcda7fb, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-5dcda7fb, #w-node-ee961e8d-845a-edc3-3307-509470022457-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-5dcda7fb {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-5dcda7fb, #w-node-ee961e8d-845a-edc3-3307-50947002245b-5dcda7fb, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-5dcda7fb {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-5dcda7fb, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-5dcda7fb, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-5dcda7fb {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-5dcda7fb, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-5dcda7fb, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-5dcda7fb {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-5dcda7fb, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-5dcda7fb, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-5dcda7fb {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-5dcda7fb, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-5dcda7fb, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-5dcda7fb {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-5dcda7fb, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-5dcda7fb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-5dcda7fb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-5dcda7fb {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-5dcda7fb {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-5dcda7fb {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-5dcda7fb {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-5dcda7fb {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-5dcda7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-5dcda7fb {
  justify-self: start;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61122-31daa2cf {
  place-self: center;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61123-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61132-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61141-31daa2cf {
  justify-self: auto;
}

#w-node-_6b6ac81a-cff6-6c54-ecbf-cb4f6fa00d14-31daa2cf, #w-node-_52817005-1b31-601f-d4e8-94b3c76f9aa3-31daa2cf, #w-node-_99f85c2c-d0cd-a7b3-e759-a4172ce9714e-31daa2cf {
  align-self: start;
}

#w-node-_59f18e98-325e-3efb-21b6-077d081146c0-e3793e27 {
  place-self: center;
}

#w-node-_59f18e98-325e-3efb-21b6-077d081146c2-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081146c7-e3793e27 {
  justify-self: auto;
}

#w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9a4-e3793e27, #w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9ad-e3793e27, #w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9b6-e3793e27 {
  align-self: start;
}

#w-node-_946b8393-db1a-7b2b-b70c-19884a1c9f82-061680eb {
  justify-self: center;
}

#w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31de5-6463a511 {
  place-self: center;
}

#w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31de7-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31dea-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ded-6463a511 {
  justify-self: auto;
}

#w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9a4-6463a511, #w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9ad-6463a511, #w-node-b248c16a-84fe-de8a-f879-c6e2bf2fc9b6-6463a511 {
  align-self: start;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61122-c0c40efa {
  place-self: center;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61123-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61132-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61141-c0c40efa {
  justify-self: auto;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61122-0dfe06ba {
  place-self: center;
}

#w-node-cf208f03-8a63-1b80-12fd-1f7880c61123-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61132-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61141-0dfe06ba {
  justify-self: auto;
}

#w-node-_6b6ac81a-cff6-6c54-ecbf-cb4f6fa00d14-0dfe06ba, #w-node-_52817005-1b31-601f-d4e8-94b3c76f9aa3-0dfe06ba, #w-node-_99f85c2c-d0cd-a7b3-e759-a4172ce9714e-0dfe06ba {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_0253045a-1f6f-5572-f7d7-269bdbe9c444-dbe9c43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf208f03-8a63-1b80-12fd-1f7880c61154-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61161-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6116e-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6117b-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61186-31daa2cf, #w-node-ffe02082-cdb1-59b2-f8bb-e4cd69e2ca0d-31daa2cf, #w-node-_44d8d8a8-cb37-62e3-0ba3-26afaab31aae-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61192-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6119f-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611ac-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611b9-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6123f-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6124c-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61256-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61260-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61269-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61274-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61281-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6128b-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61295-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6129e-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612a9-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612b6-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612c0-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612ca-31daa2cf, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612d3-31daa2cf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_59f18e98-325e-3efb-21b6-077d081146d2-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081146dd-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081146ea-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081146f7-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114703-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d0811470d-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114717-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114721-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d0811472d-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114739-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114745-e3793e27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59f18e98-325e-3efb-21b6-077d08114783-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114790-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d0811479a-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147a4-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147ad-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147b8-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147c5-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147cf-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147d9-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147e2-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147ed-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d081147fa-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114804-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d0811480e-e3793e27, #w-node-_59f18e98-325e-3efb-21b6-077d08114817-e3793e27, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31df5-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e00-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e0d-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e1a-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e26-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e30-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e3a-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e44-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e50-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e5c-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31e68-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ea6-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31eb3-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ebd-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ec7-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ed0-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31edb-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ee8-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31ef2-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31efc-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f05-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f10-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f1d-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f27-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f31-6463a511, #w-node-_39069bee-eec2-e4f9-2e2e-cc29f8f31f3a-6463a511, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61154-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61161-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6116e-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6117b-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61186-c0c40efa, #w-node-ffe02082-cdb1-59b2-f8bb-e4cd69e2ca0d-c0c40efa, #w-node-_44d8d8a8-cb37-62e3-0ba3-26afaab31aae-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61192-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6119f-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611ac-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611b9-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6123f-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6124c-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61256-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61260-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61269-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61274-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61281-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6128b-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61295-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6129e-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612a9-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612b6-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612c0-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612ca-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612d3-c0c40efa, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61154-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61161-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6116e-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6117b-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61186-0dfe06ba, #w-node-ffe02082-cdb1-59b2-f8bb-e4cd69e2ca0d-0dfe06ba, #w-node-_44d8d8a8-cb37-62e3-0ba3-26afaab31aae-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61192-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6119f-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611ac-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c611b9-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6123f-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6124c-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61256-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61260-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61269-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61274-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61281-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6128b-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c61295-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c6129e-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612a9-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612b6-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612c0-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612ca-0dfe06ba, #w-node-cf208f03-8a63-1b80-12fd-1f7880c612d3-0dfe06ba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


