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

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Redhatdisplay Variable;
  src: url('../fonts/RedHatDisplay-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --relume-library-lite-rl-black: black;
  --19: #191919;
  --relume-library-lite-rl-white: white;
}

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

body {
  color: #fff;
  font-family: Redhatdisplay Light, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

a {
  color: #fff;
  text-decoration: none;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_button {
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: .7rem 24px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_button._4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Redhatdisplay Variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: font-variation-settings .225s;
}

.rl_navbar3_link:hover {
  font-variation-settings: "wght" 492;
}

.rl_navbar3_link.w--current {
  color: #fff;
  font-variation-settings: "wght" 492;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.s-1 {
  background-image: linear-gradient(#0000, #191919), linear-gradient(#0b0c0e00, #0b0c0e00), url('../images/pexels-zhuzichun-12086931.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.logo-teksti {
  color: #fff;
  font-variation-settings: "wght" 476;
  font-family: Redhatdisplay Variable, sans-serif;
  font-size: 2rem;
}

.logo-teksti.musta {
  color: #000;
}

.s-2 {
  min-height: 60vh;
}

.body {
  background-color: #19191a;
}

.center-tekst-wrapper {
  position: relative;
}

.h1-hero {
  color: #fff;
  font-variation-settings: "wght" 743;
  text-transform: uppercase;
  font-family: Redhatdisplay Variable, sans-serif;
  font-size: 12vw;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.h1-hero.valikoima {
  font-size: 9vw;
}

.socials-absolute {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 2% 2%;
}

.social-linkki {
  width: 80px;
}

.teksti-ala-absolute-wrapper {
  position: absolute;
  inset: auto 2% 2% auto;
}

.hero-teksti-alak {
  color: #fff;
  max-width: 600px;
  font-size: 1.3rem;
  line-height: 1.1;
}

.blockki {
  border-radius: 2em;
  height: 60vh;
}

.tummennus-block {
  background-image: linear-gradient(#0000, #000000bf 83%);
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.content-ja-image-wrapper {
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90rem;
  height: 50vh;
  display: grid;
}

.p-in-blokki {
  font-size: 1.2em;
}

.p-in-blokki.gold {
  color: #dfb970;
}

.contentti {
  z-index: 3;
  position: absolute;
}

.offlw-hide-p {
  height: 2em;
  position: relative;
  overflow: hidden;
}

.viivat-ja-p {
  grid-column-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-in-block {
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.viiva {
  background-color: #e8e2da;
  width: 20%;
  height: 1px;
}

.header-in-block {
  font-size: 2.6em;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.blocks {
  justify-content: center;
  padding-top: 4.28em;
  padding-bottom: 4.28em;
  display: flex;
}

.of-hidden {
  height: 4.7em;
  position: relative;
}

.image-card {
  cursor: pointer;
  background-color: #4d5761;
  border-radius: 3em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30em;
  height: 100%;
  max-height: 40em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parent-iamge {
  z-index: 4;
  border-radius: 3em;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.kortin-h-teksti {
  z-index: 8;
  color: #fff;
  font-variation-settings: "wght" 390;
  justify-content: center;
  align-items: center;
  font-family: Redhatdisplay Variable, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tummennus-kortti {
  z-index: 4;
  background-color: #18181845;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-tekst {
  z-index: 3;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.after-tekst._2 {
  color: #0000;
}

.hero-tekst-top-y-bot {
  color: #fff;
  font-family: Redhatdisplay Variable, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-tekst-top-y-bot.bot {
  font-family: Redhatdisplay Variable, sans-serif;
  font-weight: 400;
  inset: auto 0% 0% auto;
}

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

.s1.autot {
  margin-top: 0;
}

.s1.etu {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.s1.etu.autoitem {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
}

.content-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: .5fr .75fr .25fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.k1 {
  max-width: 100vw;
}

.k1.hidden {
  display: none;
}

.hed {
  background-image: linear-gradient(#0000, #19191996), url('../images/pexels-photo-9846090.jpeg');
  background-position: 0 0, 50% 29%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vmin;
  min-height: 444px;
  margin-bottom: 140px;
  padding-top: 17px;
  display: flex;
}

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

.hed.no-margin.autodealer {
  background-image: linear-gradient(#0000, #19191996), url('../images/goldie-a-DkMliTo7NqA-unsplash.jpg');
  background-position: 0 0, 50%;
}

.hed.no-margin.myy-autosi {
  background-image: linear-gradient(#0000, #19191996), url('../images/roland-denes-EWf48MRVUNE-unsplash.jpg');
  background-position: 0 0, 50%;
}

.hed.valikoima {
  background-image: linear-gradient(#0000, #19191996), url('../images/stephan-louis-qm1C36SOynk-unsplash.jpg');
}

.hed.valikoima._3 {
  background-image: linear-gradient(#0000003d, #0000 38%, #19191996), url('../images/rodan-can-6cqJPeTIuls-unsplash.jpg');
}

.hed.valikoima._3._23 {
  flex-flow: column;
}

.image-13 {
  width: 50em;
}

.grid-wrapper-3 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper-3.hidden {
  display: none;
}

.projects-grid {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.projects-grid.dual {
  grid-column-gap: 34px;
  grid-row-gap: 81px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block {
  white-space: nowrap;
  width: 100%;
  font-size: 1.5rem;
}

.divider {
  border-bottom: 1px solid #00000026;
  height: 1px;
  margin: 6px 15px;
}

.tekstblokki-a {
  color: #f0f0f0;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.project-info {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.auto-kortti_grads {
  z-index: 0;
  border-radius: 16px;
  height: 100%;
  padding: 2px;
  transition: transform .2s;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 0, #0d0d0d, #6d6d6d);
  border-radius: 11px;
  justify-content: center;
  max-height: 46px;
  margin-top: 10px;
  margin-left: 17px;
  padding: 8px 12px;
  display: none;
}

.overflowpiilossa {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 19rem;
  overflow: visible;
}

.heading-7 {
  color: #fcfcfc;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-7.extr {
  margin-top: 10px;
  font-family: Redhatdisplay Light, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.project-image-wrapper {
  z-index: 10;
  border-radius: 16px 16px 0 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hinta-block {
  color: #fcfcfc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.logo-wrapper {
  z-index: 8;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #97979733;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 12px;
  position: absolute;
  inset: -7% 0% auto -8%;
}

.project-image {
  border-radius: 16px 16px 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 19rem;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.card-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 11px;
  display: grid;
}

.card-info-grid._3 {
  grid-template-columns: 1fr 1fr;
}

.h1-card-main {
  color: #fcfcfc;
  text-align: left;
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 1;
}

.project-card {
  z-index: 3;
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #050505;
  border: 1px solid #83838326;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 7px 7px 20px #0000001a;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.vuosimalli-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #d4d4d442;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 13px 20px;
  display: flex;
  position: relative;
  top: 0;
}

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: #000;
  padding: .75rem 1.5rem;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.1;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.div-block-5 {
  background-color: #fff;
  width: 80%;
  height: 1px;
}

.logoo {
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
}

.rl_footer4_social-link {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cf-copyright-text-3 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.rl-padding-section-medium {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.rl_footer4_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: grid;
}

.image-3 {
  filter: invert();
  width: 75px;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer {
  color: #fff;
  text-align: center;
  align-items: flex-start;
  padding-top: 6.25em;
  padding-bottom: 4.875em;
}

.footer.bg-green {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.rl_footer4_link {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 2.9rem;
}

.lynx-block-footer-down {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.link-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-wrapper._2 {
  width: 123px;
}

.rl_footer4_logo-link {
  width: 120px;
  padding-left: 0;
}

.rl-social-icon-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.link-block {
  filter: invert();
}

.section-header {
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.section-header.hide {
  display: none;
}

.hinta-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 39px;
  display: flex;
}

.hinta-wrap._44 {
  margin-top: 38px;
}

.hinta-wrap._44._43 {
  margin-top: 18px;
  margin-bottom: 53px;
}

.hinta-wrap._54 {
  margin-top: 16px;
}

.slider-navigation-wrapper {
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
}

.hinta-numero {
  color: #fff;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 2rem;
}

.live-chat-text {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

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

.live-chat-bottom-text.block {
  color: #000;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.social-circle {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 3px 35px #4f5e781a;
}

.social-circle:hover {
  color: #642eff;
  background-color: #fff;
  border-color: #fff;
}

.tutustu-my-s {
  margin-top: 85px;
  margin-bottom: 85px;
  padding-bottom: 83px;
}

.divsome {
  display: flex;
}

.rich-text-block {
  color: #e0e0e0;
  column-count: 2;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.slider-item {
  object-fit: cover;
  flex: none;
  width: 200px;
  height: auto;
  margin-right: 20px;
  overflow: hidden;
}

.slider-item._2 {
  width: 400px;
  margin-right: 42px;
  overflow: visible;
}

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

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

.turvallisuus-wrapper {
  border-bottom: 1px solid #7a7a7a;
  margin-bottom: 25px;
  padding-bottom: 10px;
  display: block;
}

.text-block-2 {
  color: #fff;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

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

.slider-list {
  display: flex;
  overflow: visible;
}

.social-circle-row {
  color: #201b3d;
  background-color: #0000;
  border-top: 1px solid #ffffff63;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  margin-right: 16px;
}

.auto-p-img-iso {
  object-fit: scale-down;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  width: 100%;
  display: block;
}

.social-svg-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

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

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

.section-tittle {
  margin-bottom: 0;
  font-weight: 400;
}

.image-10 {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  border-radius: 0;
  width: 200px;
  height: 150px;
  display: block;
}

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

.perustiedot-div-kontti {
  width: 100%;
  margin-top: 31px;
}

.heading-10 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

.heading-10.jaa--somessa {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.1;
}

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

.heading-8 {
  color: #fff;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.slider-kello {
  width: 100%;
  margin-top: 15px;
}

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

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

.image-12 {
  width: 80%;
  min-width: 80px;
  font-size: 1em;
}

.container-4 {
  width: 100%;
  max-width: 1330px;
  padding: 52px 60px 52px 32px;
  overflow: hidden;
}

.heading-9 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-9._4 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.kontainer {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.lightbox-link-2 {
  object-fit: scale-down;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

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

.live-chat-top-text.block {
  color: #000;
  margin-bottom: 10px;
  font-size: 1rem;
}

.more-info {
  width: 40%;
  min-width: 800px;
  min-height: 400px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.div-p {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-p.kuva {
  object-fit: cover;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-top: 0;
  padding-top: 0;
}

.button--ecosta {
  color: #000;
  background-color: #fff;
  border-radius: 50rem;
  margin-top: 18px;
  padding: 15px 44px;
  font-size: 1rem;
  transition: background-color .3s;
}

.button--ecosta:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button--ecosta.osta {
  border: 1px solid #fff;
  margin-top: 0;
  font-family: Redhatdisplay Regular, sans-serif;
}

.heading-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 64px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.div-oikee-tiedot {
  width: 25%;
  min-height: 500px;
}

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

.slider-kello-2 {
  width: 100%;
}

.slider-kello-2._2 {
  z-index: 2;
  position: static;
}

.pop-abso-blur-container {
  z-index: 99999999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #4d4d4d40;
  border: 1px solid #fff9;
  border-radius: 20px;
  width: 800px;
  max-height: 649px;
  margin: auto;
  padding-top: 30px;
  position: absolute;
  inset: 8% 0% 0%;
  box-shadow: 14px 14px 20px -9px #000000a6;
}

.div-block-6 {
  grid-column-gap: 5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.dynamic-img-ja-txt-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: static;
  top: 0;
}

.wa-linkki {
  color: #000;
  background-color: #fff;
  padding: 14px 18px;
}

.pop-up-sec {
  z-index: 99999999;
  background-color: #00000091;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-img-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
  overflow: hidden;
}

.text-block-8 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
}

.image-14 {
  object-fit: scale-down;
  width: 225px;
  height: 18vh;
  display: block;
}

.nappi-3 {
  background-color: #3e5e6d;
  border-radius: 9px;
  padding: 15px 33px;
  font-size: 16px;
}

.nappi-3.valkonen {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-size: 17px;
  font-weight: 400;
}

.nappi-3.osta-kello {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  font-weight: 300;
}

.raps {
  padding-bottom: 12px;
}

.pop-form {
  padding-left: 45px;
  padding-right: 45px;
  position: static;
  top: 0;
}

.x {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.html-embed {
  display: none;
}

.form {
  margin-top: 18px;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #eff9fc94;
  border-radius: 4px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 14px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field._3 {
  background-color: #c7c7c757;
  border-radius: 0;
}

.text-field._3::placeholder {
  color: #ffffffe6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.heading-pop {
  color: #fff;
  margin-bottom: 2px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 25px;
  font-weight: 400;
}

.heading-pop.hinta {
  margin-top: 0;
}

.success-message-3 {
  background-color: #0000;
  border-radius: 14px;
}

.rl_contact7_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: .75rem 1.5rem;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1rem;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite-rl-black);
  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;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
}

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

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite-rl-black);
}

.rl-field-label {
  margin-bottom: .5rem;
  font-family: Redhatdisplay Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite-rl-black);
  font-size: 1rem;
}

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

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

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay Medium, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.rl_section_contact7 {
  background-color: #0000;
}

.logo-nav {
  width: 119px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

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

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

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

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

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

.div-block-8 {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 0, #0d0d0d, #6d6d6d);
  border-radius: 11px;
  justify-content: center;
  max-height: 46px;
  margin-top: 10px;
  margin-left: 17px;
  padding: 8px 12px;
  display: none;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6px;
  display: flex;
}

.splitter-heross {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.img-max-s {
  width: 100px;
}

.text-block-9 {
  font-size: 2.1rem;
}

.imax {
  width: 300px;
}

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

.blog33_item.hidden {
  display: none;
}

.blog33_item-link {
  text-decoration: none;
}

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

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

.tag {
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 50vw;
  padding: 0 .625rem;
  font-size: .9375rem;
}

.tag.is-text {
  border-style: none;
  padding: 0;
  display: inline-block;
}

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

.text-size-regular {
  color: #0000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.containerr {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.containerr.hidden {
  display: none;
}

.abs-t {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e0e0e5c;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 228px;
  padding: 12px;
  font-size: 19px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: auto 0% 1rem 1rem;
}

@media screen and (min-width: 1920px) {
  .teksti-ala-absolute-wrapper {
    bottom: 3%;
    right: 4%;
  }

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

@media screen and (max-width: 991px) {
  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_tablet-menu-button {
    color: #000;
    background-color: #fff;
    border-width: 0;
    justify-content: center;
    width: 170px;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    font-family: Redhatdisplay Regular, sans-serif;
    display: block;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu {
    z-index: 1;
    background-color: var(--19);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .rl_menu-icon3_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon3_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-blocks {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
  }

  .p-in-blokki {
    font-size: 1.3rem;
  }

  .offlw-hide-p {
    height: 2.1rem;
  }

  .header-in-block {
    font-size: 4rem;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .of-hidden {
    height: auto;
  }

  .image-card {
    min-height: 400px;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-wrapper-3 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .projects-grid.dual {
    grid-column-gap: 36px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

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

  .wrap {
    grid-column-gap: 10px;
  }

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

  .kontainer {
    grid-column-gap: 40px;
  }

  .more-info {
    width: 100%;
    min-width: auto;
    max-width: 94vw;
  }

  .div-p.kuva, .div-oikee-tiedot {
    width: 40%;
  }

  .pop-abso-blur-container {
    width: 90vw;
  }

  .pop-up-sec {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

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

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

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

@media screen and (max-width: 767px) {
  .rl_navbar3_button {
    padding: .25rem 1rem;
    display: none;
  }

  .rl_navbar3_menu {
    width: 88vw;
  }

  .rl_navbar3_container {
    grid-template-columns: 1fr max-content;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .socials-absolute {
    display: none;
  }

  .teksti-ala-absolute-wrapper {
    right: auto;
  }

  .hero-teksti-alak {
    max-width: 90vw;
  }

  .wrapper-blocks {
    grid-row-gap: 43px;
  }

  .header-in-block {
    font-size: 3rem;
  }

  .hero-tekst-top-y-bot {
    font-size: 1rem;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-row-gap: 60px;
  }

  .projects-grid.dual {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-image {
    min-height: 300px;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .footer {
    padding: 5em 0 2.5em;
  }

  .footer.bg-green {
    padding-top: 2.5em;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .kontainer {
    grid-row-gap: 33px;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
  }

  .div-p.kuva, .div-oikee-tiedot {
    width: 90%;
  }

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  .rl_navbar3_menu {
    border-left: 1px solid #fff3;
    border-right-width: 0;
    width: 85vw;
  }

  .s-1 {
    background-image: linear-gradient(#0000, #191919), linear-gradient(#0000, #0000), url('../images/pexels-zhuzichun-12086931.jpg');
  }

  .center-tekst-wrapper {
    top: -75px;
  }

  .h1-hero {
    font-size: 13vw;
    line-height: 1.3;
  }

  .h1-hero.valikoima {
    font-size: 15vw;
  }

  .h1-hero.valikoima.autodealer {
    font-size: 11vw;
  }

  .h1-hero.valikoima.autodealer.yhteystiedot {
    font-size: 10vw;
  }

  .h1-hero.valikoima._4 {
    font-size: 11vw;
  }

  .teksti-ala-absolute-wrapper {
    bottom: 4%;
  }

  .p-in-blokki {
    text-align: center;
  }

  .offlw-hide-p {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .viivat-ja-p {
    grid-column-gap: 11px;
  }

  .viiva {
    width: 15%;
  }

  .header-in-block {
    font-size: 2rem;
  }

  .hero-tekst-top-y-bot {
    top: -10%;
  }

  .hero-tekst-top-y-bot.bot {
    bottom: -5%;
  }

  .s1.etu {
    min-height: auto;
  }

  .s1.etu.autoitem {
    margin-top: 0;
    padding-top: 111px;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .hed {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hed.no-margin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .projects-grid, .projects-grid.dual {
    grid-row-gap: 48px;
  }

  .project-info {
    z-index: 2;
    background-color: #000;
    border-radius: 0 0 16px 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
  }

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

  .overflowpiilossa {
    height: 16rem;
  }

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

  .project-image-wrapper {
    align-items: flex-start;
  }

  .logo-wrapper {
    width: 70px;
    height: 70px;
    top: -7%;
    left: -4%;
  }

  .project-image {
    height: 82vw;
    min-height: 300px;
  }

  .card-info-grid {
    grid-column-gap: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .h1-card-main {
    text-align: left;
    line-height: 1.1;
  }

  .project-card {
    min-height: auto;
    padding-bottom: 0;
  }

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  .divsome {
    padding-top: 15px;
    display: flex;
  }

  .rich-text-block {
    column-count: 1;
  }

  .slider-item {
    width: 30%;
    height: auto;
    margin-right: 10px;
  }

  .slider-item._2 {
    width: 100%;
  }

  .kontains-1 {
    width: 97vw;
  }

  .social-circle-row {
    flex-flow: wrap;
  }

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

  .image-10 {
    height: 100px;
  }

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

  .heading-10 {
    font-size: 2em;
  }

  .heading-8 {
    margin-top: 10px;
  }

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

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kontainer {
    flex-wrap: nowrap;
    max-width: 98vw;
    padding-left: 7px;
    padding-right: 7px;
  }

  .more-info {
    width: 95vw;
    min-width: auto;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-p {
    width: auto;
  }

  .div-p.kuva {
    width: 100%;
    padding-bottom: 15px;
  }

  .heading-13 {
    margin-bottom: 20px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 2.8rem;
  }

  .div-oikee-tiedot {
    width: 95vw;
  }

  .pop-abso-blur-container {
    width: 90vw;
    height: 90vh;
    top: 2%;
  }

  .div-block-6 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dynamic-img-ja-txt-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    top: -9.4rem;
  }

  .pop-up-sec {
    z-index: 99999;
    display: none;
  }

  .pop-img-wrapper {
    max-height: 200px;
  }

  .image-14 {
    width: 100%;
  }

  .pop-form {
    padding-left: 15px;
    padding-right: 15px;
    top: -10rem;
  }

  .tekes {
    text-align: center;
  }

  .text-field {
    min-height: 52px;
    margin-right: 0;
  }

  .text-field._3 {
    min-height: 42px;
  }

  .heading-pop {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    top: -15px;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem;
  }

  .evasttt {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: 1rem .4rem;
    display: none;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .div-block-8 {
    margin-bottom: 8px;
  }

  .splitter-heross {
    flex-flow: column;
    align-items: stretch;
    position: relative;
    top: -40px;
  }

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

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

#w-node-_2cc3e816-459f-b0ff-0d09-d55c3de9621b-3de96216 {
  justify-self: start;
}

#w-node-_2cc3e816-459f-b0ff-0d09-d55c3de96233-3de96216, #w-node-_55a04326-c8f2-de67-34a9-474f786a5438-786a5425 {
  justify-self: end;
}

#w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f0-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f5-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f6-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f7-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f8-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22f9-f2b66359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22fa-f2b66359, #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22fb-f2b66359 {
  justify-self: start;
}

#w-node-ce72662b-d2f9-3555-d251-adc9a10b165a-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b165f-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1660-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1661-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1662-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1663-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce72662b-d2f9-3555-d251-adc9a10b1664-f2b6635b, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1665-f2b6635b {
  justify-self: start;
}

#w-node-_6e50ca1d-de08-4c46-694c-7ad03765d455-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d45d-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d45e-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d45f-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d461-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d463-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e50ca1d-de08-4c46-694c-7ad03765d465-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d466-f2b6635b {
  justify-self: start;
}

#w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fab9-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fac1-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fac2-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fac3-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fac5-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4fdba1b-d563-0932-d2ba-79bb48b0fac9-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0faca-f2b6635b {
  justify-self: start;
}

#w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f893f7-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f893ff-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89400-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89401-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89403-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89405-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89407-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89408-f2b6635b {
  justify-self: start;
}

#w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9b9-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c1-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c2-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c3-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c5-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c7-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9c9-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9ca-f2b6635b {
  justify-self: start;
}

#w-node-_6fbc9752-234d-920d-eaee-c04da6e88da6-f2b6635b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fbc9752-234d-920d-eaee-c04da6e88da7-f2b6635b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72c2-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72ca-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72cb-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72cc-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72ce-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72d0-f2b6635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72d2-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72d3-f2b6635b {
  justify-self: start;
}

#w-node-_7acd69fb-fb14-eb86-4ed2-0b6919ed82fb-f2b6635c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7acd69fb-fb14-eb86-4ed2-0b6919ed82fd-f2b6635c {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b454351-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454359-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b454361-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454362-f2b6635e {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b45436b-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454373-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454374-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454375-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454377-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b45437b-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45437c-f2b6635e {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b454385-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45438d-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45438e-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45438f-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454391-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b454393-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454394-f2b6635e {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b45439d-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543a5-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543a6-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543a7-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543a9-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b4543ad-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543ae-f2b6635e {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b4543b9-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c1-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c2-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c3-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c5-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c7-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b4543c9-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543ca-f2b6635e {
  justify-self: start;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b4543f7-f2b6635e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b4543f8-f2b6635e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b454402-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454407-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454408-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454409-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45440a-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45440b-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5047c8b1-7705-613d-7ea2-e6281b45440c-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45440d-f2b6635e {
  justify-self: start;
}

#w-node-_6fbc9752-234d-920d-eaee-c04da6e88da6-f2b6635e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fbc9752-234d-920d-eaee-c04da6e88da7-f2b6635e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2910b683-bed1-f83b-3c95-a22a04a0473c-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a0473f-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a04740-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a04741-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a04746-f2b6635e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2910b683-bed1-f83b-3c95-a22a04a0474b-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a0474c-f2b6635e {
  justify-self: start;
}

#w-node-_78214498-fd63-fb2c-845f-16a180a0122f-f2b6635f, #w-node-_78214498-fd63-fb2c-845f-16a180a01237-f2b6635f, #w-node-_78214498-fd63-fb2c-845f-16a180a01238-f2b6635f, #w-node-b3087770-a198-d3da-3436-c71663f4bf22-f2b6635f, #w-node-_5d993078-f170-6318-b74b-7c8fe482ef76-f2b6635f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78214498-fd63-fb2c-845f-16a180a0123f-f2b6635f, #w-node-_78214498-fd63-fb2c-845f-16a180a01240-f2b6635f {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2cc3e816-459f-b0ff-0d09-d55c3de9621b-3de96216, #w-node-_2cc3e816-459f-b0ff-0d09-d55c3de96233-3de96216 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c09b7fd-0501-b3b1-bb17-b1d056a6a265-786a5425, #w-node-a8eb1c44-c301-814e-c5a8-1c0ff54cbb80-786a5425 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e860f957-c4f8-5e53-d3bf-cf32fb42c6e3-f2b66358, #w-node-e860f957-c4f8-5e53-d3bf-cf32fb42c6e3-f2b6635a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cc3e816-459f-b0ff-0d09-d55c3de9621b-3de96216 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb523d04-0b8d-0e03-e9fa-bfe0185c22fb-f2b66359, #w-node-ce72662b-d2f9-3555-d251-adc9a10b1665-f2b6635b, #w-node-_6e50ca1d-de08-4c46-694c-7ad03765d466-f2b6635b, #w-node-b4fdba1b-d563-0932-d2ba-79bb48b0faca-f2b6635b, #w-node-c91e0e09-6b49-eb39-31e8-f8e2f1f89408-f2b6635b, #w-node-b984d5d9-9846-48c4-ea73-bc69f16fa9ca-f2b6635b, #w-node-dee48e78-5b77-ae8c-9a80-bf8dad6d72d3-f2b6635b, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454362-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45437c-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b454394-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543ae-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b4543ca-f2b6635e, #w-node-_5047c8b1-7705-613d-7ea2-e6281b45440d-f2b6635e, #w-node-_2910b683-bed1-f83b-3c95-a22a04a0474c-f2b6635e, #w-node-_78214498-fd63-fb2c-845f-16a180a01240-f2b6635f {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Redhatdisplay Bold';
  src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Medium';
  src: url('../fonts/RedHatDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Light';
  src: url('../fonts/RedHatDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Variable';
  src: url('../fonts/RedHatDisplay-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay Regular';
  src: url('../fonts/RedHatDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}