:root {
  --white: white;
  --black-80: #000c;
  --black: black;
  --primary: #b43f3f;
  --white-80: #fffc;
  --white-smoke: #f8f8f8;
  --familjen-grotesk: "Familjen Grotesk", sans-serif;
  --dm-sans: "DM Sans", sans-serif;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black-80);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 145%;
}

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

.navbar {
  background-color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.nav-link {
  color: var(--white);
  padding: 12px 20px;
  font-size: 18px;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--primary);
  color: #fff;
}

.client-logo-section {
  margin-top: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.trust-text-div {
  align-items: center;
  display: flex;
}

.h2-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.h2-heading.white {
  color: var(--white);
}

.client-group-image {
  height: 60px;
}

.left-content-div {
  width: 100%;
  max-width: 100%;
}

.left-content-div.height {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 428px;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.left-content-div.height.about-space {
  max-width: 456px;
  margin-top: 0;
}

.trust-factor-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.h4-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.h4-heading.trust-text {
  color: #fff;
  text-transform: uppercase;
  padding-left: 24px;
}

.large-paragraph {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.large-paragraph.hero-para {
  color: var(--white);
  max-width: 520px;
}

.large-paragraph.hero-para.top-18 {
  margin-top: 18px;
}

.client-logo-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.h1-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.h1-heading.hero-heading {
  max-width: 700px;
  line-height: 110%;
}

.client-logo-image {
  margin-right: 58px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 24px;
  padding: 17px 28px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.primary-button.top-60 {
  margin-top: 60px;
}

.primary-button.top-18 {
  margin-top: 18px;
}

.client-logo-div {
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

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

.hero-bg-video.hide {
  display: none;
}

.hero {
  background-image: linear-gradient(#3339, #3339);
  min-height: 95vh;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  width: 100%;
}

.center-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.overlay-div {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  position: absolute;
  inset: 0%;
}

.round-image {
  border-radius: 24px;
  width: 100%;
}

.round-image.absolute {
  object-fit: cover;
  height: 350px;
  position: absolute;
}

.round-image.absolute._1 {
  z-index: 8;
}

.round-image.absolute._2 {
  z-index: 7;
}

.round-image.absolute._3 {
  z-index: 6;
}

.round-image.absolute._4 {
  z-index: 5;
}

.round-image.absolute._5 {
  z-index: 4;
}

.round-image.absolute._6 {
  z-index: 3;
}

.round-image.absolute._7 {
  z-index: 2;
}

.round-image.absolute._8 {
  z-index: 1;
}

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

.counter-main-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h5-heading {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.h5-heading.counter-text {
  color: var(--black);
  margin-top: 6px;
  font-weight: 500;
}

.left-image-div {
  border-radius: 4px;
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.left-image-div.hide {
  display: none;
}

.h3-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Familjen Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.paragraph.top-18 {
  margin-top: 18px;
}

.paragraph.about-card-para {
  margin-top: 60px;
}

.paragraph.para-white {
  color: var(--white-80);
}

.paragraph.para-white.top-32 {
  margin-top: 32px;
}

.paragraph.footer-para {
  color: var(--white-80);
  max-width: 380px;
  margin-top: 24px;
}

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

.section.bg {
  background-color: #f8f8f8;
}

.section.top-0 {
  padding-top: 0;
}

.max-width-div {
  max-width: 582px;
}

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

.image-div {
  position: sticky;
  top: 0;
}

.two-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.about-card-image {
  display: none;
}

.rounded-image-div {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.horizontal-line.black {
  background-color: #0003;
}

.horizontal-line.black.top-32 {
  margin-top: 32px;
}

.horizontal-line.white {
  background-color: #ffffff40;
}

.horizontal-line.white.top-18 {
  margin-top: 18px;
}

.contact-icon-div {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.form-input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.contact-content {
  max-width: 428px;
}

.contact-info-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.contact-info-div.top-32 {
  margin-top: 32px;
}

.form-input-field {
  color: var(--black);
  background-color: #f8f8f8;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 28px 12px 28px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.form-input-field:focus {
  border-color: #ff650080;
}

.form-input-field::placeholder {
  color: #000c;
  font-size: 18px;
  font-weight: 400;
}

.form-input-field.message-filed {
  height: 156px;
}

.contact-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  max-width: 1051px;
}

.bg-image-container-div {
  background-color: #000000d1;
  background-image: linear-gradient(#181818cc, #181818cc), url('../images/tyomiehet-kattelevat.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 32px;
  display: flex;
}

.h6-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.top-60 {
  margin-top: 60px;
}

.small-text {
  margin-bottom: 0;
  font-size: 16px;
}

.small-text.under-line {
  color: var(--white-80);
  margin-top: 6px;
  text-decoration: none;
  display: block;
}

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

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
}

.footer-link {
  color: var(--white-80);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.social-link-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.footer-company-link {
  text-decoration: none;
}

.small-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr .75fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.footer {
  background-color: var(--black);
}

.footer-div {
  position: relative;
}

.footer-bottom-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.social-icon {
  background-color: #efefef1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.company-logo {
  height: 32px;
}

.link-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 26px;
  display: flex;
}

.input-field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #0000001a;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 28px 12px 28px 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.input-field:focus {
  border-color: #ff650080;
}

.input-field::placeholder {
  color: #fffc;
  font-size: 18px;
  font-weight: 400;
}

.whatsapp-profile-image {
  display: none;
}

.contact-icon {
  width: 24px;
  height: 25px;
}

.contact-details-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.white-text-block {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .round-image.absolute {
    height: 450px;
  }

  .bg-image-container-div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .left-content-div.height, .hero, .rounded-image-div {
    min-height: 55vh;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-div {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #000;
    border-top: 1px solid #fff3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    text-align: center;
    width: 300px;
  }

  .menu-button {
    color: #fff;
  }

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

  .client-logo-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .client-group-image {
    height: 50px;
  }

  .h4-heading {
    font-size: 22px;
  }

  .large-paragraph {
    font-size: 18px;
  }

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

  .client-logo-image {
    width: 190px;
  }

  .primary-button {
    text-align: center;
    padding: 14px 24px;
    font-size: 16px;
  }

  .hero-bg-video {
    min-height: 100%;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60vh;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .about-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h5-heading {
    font-size: 18px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .two-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-input-field {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .form-input-field::placeholder {
    font-size: 16px;
  }

  .form-input-field.message-filed {
    height: 140px;
  }

  .contact-form-block {
    margin-top: 24px;
  }

  .bg-image-container-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-60 {
    margin-top: 48px;
  }

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

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

  .social-link-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .small-link {
    font-size: 14px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1.5fr .75fr .75fr 1.25fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .social-icon {
    width: 42px;
    height: 42px;
  }

  .input-field {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .input-field::placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    width: 236px;
  }

  .client-logo-section {
    margin-top: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .client-group-image {
    height: 48px;
  }

  .left-content-div.height {
    max-width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-content-div.height.about-space {
    max-width: 100%;
    margin-top: 48px;
  }

  .h4-heading {
    font-size: 20px;
  }

  .h4-heading.trust-text {
    padding-left: 16px;
  }

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

  .client-logo-image {
    width: 174px;
    margin-right: 42px;
  }

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

  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-grid.top-60 {
    grid-row-gap: 24px;
  }

  .counter-main-div {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    justify-content: center;
  }

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

  .grid-div.none {
    display: none;
  }

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

  .paragraph.about-card-para {
    margin-top: 36px;
  }

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

  .two-col-grid {
    grid-template-columns: 1fr;
  }

  .about-card-image {
    margin-bottom: 24px;
    display: block;
  }

  .contact-icon-div {
    width: 50px;
    height: 50px;
  }

  .form-input-field {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bg-image-container-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h6-heading {
    font-size: 16px;
  }

  .top-60 {
    margin-top: 36px;
  }

  .small-text.under-line {
    margin-top: 4px;
  }

  .social-link-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .company-logo {
    height: 25px;
  }

  .link-div {
    margin-top: 16px;
  }

  .input-field {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    width: auto;
    max-width: 268px;
  }

  .client-logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trust-factor-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    align-items: flex-start;
    margin-top: 48px;
  }

  .client-logo-image {
    width: 160px;
  }

  .hero {
    background-image: linear-gradient(#1e1e1e80, #1e1e1e80);
  }

  .left-image-div {
    padding-top: 70%;
  }

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

  .bg-image-container-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-link-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 20px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-bottom-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .company-logo {
    height: 23px;
  }

  .link-div {
    margin-top: 20px;
  }
}

#w-node-_7a1a98d4-5f69-6ce3-9c4e-fcee462c10ba-5e690bf6 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_075cb026-4d7b-6b54-f73f-4a8998a786aa-98a786a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a1a98d4-5f69-6ce3-9c4e-fcee462c10ba-5e690bf6 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }
}


