:root {
  --text: #5a5a5a;
  --black: #282943;
  --accent: #414370;
  --hover: #37396b;
  --white-smoke: #fafafc;
  --white: #fff;
  --ghost-white: #fafafc;
}

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

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

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

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

body {
  color: var(--text);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--text);
  margin-bottom: 10px;
}

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

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

strong {
  color: var(--black);
  font-weight: 700;
}

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

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

.link-brand-nav {
  height: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-nav {
  color: var(--black);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav.last {
  margin-right: 10px;
}

.button {
  height: 52px;
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: rgba(49, 127, 255, .9);
}

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

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

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

.section.footer {
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.h2.center-text.utility {
  font-size: 28px;
}

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

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

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

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

.text-footer-legal {
  color: var(--black);
  font-size: 16px;
}

.text-footer-legal.legal {
  opacity: 1;
}

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

.links-heading-footer {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.link-footer {
  color: var(--black);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.left-footer-bottom {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

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

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

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

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

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

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

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

.button-wrapper {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-symbol-big {
  height: 52px;
}

.image-symbol-big-2 {
  height: 35px;
}

.tab-block {
  min-height: 640px;
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .79), rgba(0, 0, 0, 0)), url('../images/vuokraus.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 72px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta {
  height: 52px;
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--hover);
}

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

.legal-link {
  font-size: 16px;
  font-weight: 500;
}

.link-blog-tile {
  width: 100%;
  grid-row-gap: 16px;
  color: #0b0c0d;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.link-blog-tile:hover {
  transform: translate(0, -4px);
}

.service-marquee-card {
  height: 566px;
  color: #fff;
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  padding: 72px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tile-feature-transparent-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.nav-logo {
  width: 110px;
}

.project {
  width: 100%;
  height: 400px;
  color: #1c1a17;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: relative;
}

.arrow-link-default {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

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

.section-2.industry {
  padding-top: 120px;
  padding-bottom: 20px;
}

.main-container-2 {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

.cta-column {
  width: 100%;
  max-width: 1348px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.cta-left-column {
  background-color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.cta-left-column.gray {
  background-color: var(--white-smoke);
}

.cta-left-inner {
  width: 100%;
  max-width: 480px;
}

.text-bold {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

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

.space-112 {
  height: 16px;
}

.submit-wrap-2 {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.cta-form-wrap {
  width: 100%;
  max-width: 346px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-wrap-3 {
  margin-bottom: 10px;
}

.icon-regular {
  width: 24px;
  height: 24px;
}

.cta-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta-list.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.success-message-2 {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

.text-field-2 {
  min-height: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field-2:focus {
  border-color: #424bd1;
}

.text-field-2::-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #c6c6c6;
  font-weight: 500;
}

.text-field-2.text-area {
  min-height: 80px;
}

.cta-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  display: flex;
}

.cta-list-item.big-list-item {
  font-size: 18px;
}

.feature-icon-wrap {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 28px;
  height: 28px;
}

.security-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.security-icon-2 {
  width: 22px;
  max-width: none;
  opacity: .9;
}

.security-text-block {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.link-security {
  font-weight: 500;
}

.form-block-4 {
  margin-bottom: 0;
}

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

.legal-rich-text-block strong {
  color: var(--black);
}

.legal-rich-text-block h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
}

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

.category-link {
  color: #1c1a17;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.category-link.w--current {
  color: var(--accent);
  font-weight: 500;
}

.service-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.industry-hero-container {
  width: 96%;
  height: auto;
  max-width: 1400px;
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/About-Hero-Image_1About Hero Image.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.roadmap-master {
  height: 400vh;
  position: relative;
}

.tab-block-2 {
  min-height: 640px;
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image {
  width: 160px;
}

.image.preloader_one {
  width: 180px;
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.learn-more-span {
  color: #151515;
  text-decoration: underline;
}

.cookie-text {
  color: var(--text);
  margin-bottom: 16px;
  font-size: 16px;
}

.fs-cc-banner_component-2 {
  z-index: 1000;
  width: 625px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

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

.cookie-button-blue {
  background-color: var(--accent);
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-title {
  color: #151515;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.cookie-button-transparent {
  color: #151515;
  margin-left: 10px;
  text-decoration: none;
}

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

.feature-card-main-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.feature-card-main-default:hover {
  transform: translate(0, -8px);
}

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

.h2-cta {
  margin-bottom: 16px;
  font-size: 32px;
}

.footer-logo {
  width: 200px;
  max-width: none;
}

.space-120 {
  height: 120px;
}

.home-c-hero-container {
  width: 96%;
  height: 648px;
  max-width: 1400px;
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), radial-gradient(circle farthest-side, rgba(0, 0, 0, .33), rgba(255, 255, 255, 0) 52%), url('../images/koti.jpg');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 73px, auto, auto, cover;
  border-radius: 30px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.mouse-scroll {
  width: 24px;
  height: 32px;
  border: 2px solid #6f6f6f;
  border-radius: 99px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: auto;
}

.space-16 {
  height: 16px;
}

.mega-h1-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 82px;
  line-height: 110%;
}

.subtitle-5 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}

.mouse-ball {
  width: 2px;
  height: 8px;
  background-color: #6f6f6f;
}

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

.hero-c-container-inner {
  width: 100%;
  max-width: 955px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

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

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

.space._16 {
  height: 16px;
}

.space._40 {
  height: 40px;
}

.cta-logo {
  width: 120px;
  margin-bottom: 10px;
}

.link-styling {
  color: var(--black);
  font-weight: 500;
}

.industry-hero-container-2 {
  width: 96%;
  height: auto;
  max-width: 1400px;
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/koti.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.industry-hero-container-2.kotisiivous {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/kotisiivous.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container-2.toimistosiivous {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/toimistosiivous.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container-2.muuttosiivous {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/muuttosiivous.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-container-inner {
  width: 100%;
  max-width: 810px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.service-heading {
  color: var(--white);
  font-size: 54px;
  line-height: 1.3;
}

.sidebar-title {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 24px;
}

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

.sidebar {
  width: 300px;
  flex: none;
}

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

.other-services {
  margin-bottom: 64px;
}

.service-line {
  height: 2px;
  color: #4d4d4d;
  background-color: #cecece;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.category-link-2 {
  color: var(--black);
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: all .15s;
}

.category-link-2:hover {
  transform: translate(6px);
}

.category-link-2.w--current {
  color: var(--accent);
  font-weight: 700;
}

.service-rich-text {
  margin-right: 90px;
}

.service-rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
}

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

.service-rich-text.no-margins {
  margin-right: 0;
}

.main-service {
  flex: 0 auto;
  margin-top: -16px;
  margin-bottom: -32px;
}

.dropdown-nav-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-toggle-nav-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.drodpdown-list.w--open {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px;
}

.drodpdown-list.homepages-list.w--open {
  width: 180px;
  padding: 18px;
}

.master-dropdown-links {
  width: auto;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.link-dropdown-2 {
  grid-column-gap: 8px;
  color: #0b0c0d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.link-dropdown-2:hover {
  transform: translate(4px);
}

.link-dropdown-2.w--current {
  color: #54b273;
}

.text-drodpdown-link {
  color: var(--black);
  flex: none;
}

.space-140 {
  height: 140px;
}

.about-content-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.home-about-cta-wrapper {
  margin-top: 32px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }

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

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

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

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

  .menu-button {
    width: 48px;
    height: 48px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(65, 67, 112, .1);
  }

  .line-menu {
    width: 32px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    padding: 0;
  }

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

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

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

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

  .right-product {
    padding: 0;
  }

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

  .tab-block {
    min-height: 540px;
  }

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

  .project {
    height: 340px;
  }

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

  .cta-column {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-list.gap-24 {
    grid-row-gap: 16px;
  }

  .legal-grid {
    grid-template-columns: 8fr;
  }

  .service-wrapper {
    flex-direction: column;
  }

  .industry-hero-container {
    width: 96%;
    height: auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab-block-2 {
    min-height: 540px;
  }

  .preloader {
    display: none;
  }

  .image.preloader_one {
    display: inline-block;
  }

  .cookie-text {
    margin-bottom: 12px;
  }

  .feature-card-main-default {
    padding: 32px;
  }

  .home-c-hero-container {
    height: auto;
    max-width: 1000px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mega-h1-2 {
    font-size: 70px;
  }

  .hero-c-container-inner {
    padding-top: 0;
  }

  .industry-hero-container-2 {
    width: 96%;
    height: auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .industry-container-inner {
    justify-content: center;
  }

  .dropdown-nav-2 {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle-nav-2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drodpdown-list.homepages-list.w--open {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

  .left-footer-bottom {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .links-master-footer {
    align-items: center;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

  .project {
    height: 400px;
  }

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

  .accent {
    margin-bottom: 8px;
  }

  .cta-column {
    width: 96%;
    flex-direction: column;
  }

  .cta-right-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cookie-text {
    margin-bottom: 12px;
  }

  .fs-cc-banner_component-2 {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-title {
    margin-bottom: 8px;
  }

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

  .mega-h1-2 {
    font-size: 54px;
  }

  .subtitle-5 {
    font-size: 20px;
  }

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

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

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

  .service-rich-text {
    margin-right: 0;
  }

  .main-service {
    margin-bottom: 0;
  }
}

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

  p {
    font-size: 16px;
  }

  .nav-menu {
    width: 96%;
    align-items: center;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
  }

  .link-brand-nav {
    padding-left: 0;
  }

  .h2 {
    text-align: left;
  }

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

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

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

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

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

  .text-footer-legal {
    font-size: 16px;
  }

  .left-footer-bottom {
    display: flex;
  }

  .expandable-single {
    padding: 24px;
  }

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

  .image-symbol-big {
    height: 46px;
  }

  .tab-block {
    min-height: 420px;
    padding: 24px;
  }

  .legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .legal-link {
    font-size: 16px;
  }

  .project {
    height: 360px;
  }

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

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

  .cta-right-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .security-wrapper-3 {
    text-align: center;
    flex-direction: column;
  }

  .security-text-block {
    line-height: 1.6;
  }

  .small-text-block {
    font-size: 16px;
  }

  .legal-rich-text-block p {
    margin-bottom: 20px;
  }

  .legal-rich-text-block h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .service-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .tab-block-2 {
    padding: 24px;
  }

  .button-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .cookie-text {
    margin-bottom: 20px;
  }

  .fs-cc-banner_component-2 {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .cookie-button-blue {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-title {
    margin-bottom: 14px;
  }

  .cookie-button-transparent {
    text-align: center;
    margin-left: 0;
  }

  .h2-cta {
    font-size: 24px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .home-c-hero-container {
    padding: 130px 16px;
  }

  .mega-h1-2 {
    font-size: 11vw;
    line-height: 130%;
  }

  .limit-1089.mobile-left-align {
    text-align: left;
  }

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

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

  .industry-hero-container-2 {
    width: 92%;
  }

  .industry-container-inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .service-heading {
    font-size: 10.5vw;
  }

  .sidebar {
    width: 100%;
  }

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

  .other-services {
    margin-bottom: 0;
  }

  .dropdown-toggle-nav-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .master-dropdown-links {
    text-align: center;
  }

  .home-about-cta-wrapper {
    width: 100%;
  }
}

#w-node-_9bb01386-cfe3-0c0f-4218-309657277de1-57277dd7 {
  justify-self: center;
}

#w-node-_9bb01386-cfe3-0c0f-4218-309657277de5-57277dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_018744e2-8538-a23f-a60e-9112295dd39f-57277dd7 {
  justify-self: center;
}

#w-node-_018744e2-8538-a23f-a60e-9112295dd3a3-57277dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb01386-cfe3-0c0f-4218-309657277df9-57277dd7 {
  justify-self: end;
}

#w-node-_9bb01386-cfe3-0c0f-4218-309657277dfd-57277dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a0dce6-2594-a9ef-9781-14302870e330-2870e32d {
  align-self: center;
  justify-self: start;
}

#w-node-d7a0dce6-2594-a9ef-9781-14302870e333-2870e32d {
  align-self: stretch;
  justify-self: end;
}

#w-node-_0d2ff7df-2aca-dfdf-6810-e1058bfc4f98-4e263725, #w-node-_5e0475cc-c0aa-e862-5970-63820aa2e3bd-4e263725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d7a0dce6-2594-a9ef-9781-14302870e354-2870e32d {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7a0dce6-2594-a9ef-9781-14302870e354-2870e32d {
    justify-self: end;
  }
}


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