@font-face {
  font-family: Akkuratlightproregular;
  src: url('../fonts/AkkuratLightProRegular.woff2') format("woff2"), url('../fonts/AkkuratLightProRegular.eot') format("embedded-opentype"), url('../fonts/AkkuratLightProRegular.woff') format("woff"), url('../fonts/AkkuratLightProRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkuratpro light;
  src: url('../fonts/AkkuratPro-Light.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: #fafafa;
  --black: #050505;
  --dark-slate-grey: #3d3d3d;
  --dim-grey: #535252;
}

body {
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

h2 {
  color: #0f0f0f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #0f0f0f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.transparence {
  background-color: #0000;
}

.brand {
  margin-top: 42px;
  margin-left: 60px;
}

.brand.hide-desktop {
  display: none;
}

.introtxt {
  z-index: 2;
  float: none;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  max-width: 750px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.navmenu {
  margin-top: 35px;
  margin-right: 60px;
  font-size: 14px;
  display: block;
}

.navlink {
  color: #535252;
  font-size: 18px;
}

.navlink:hover {
  border-bottom: 2px solid #535252;
  padding-bottom: 18px;
}

.navlink.white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #000;
  font-size: 11px;
  font-weight: 500;
  transition: all .35s;
}

.navlink.white:hover {
  opacity: .6;
  border-bottom-style: none;
}

.titlerenverse {
  color: #c0c0c080;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.titlerenverse.white {
  color: #c0c0c099;
  margin-left: 128px;
}

._50px {
  color: #fff;
  background-color: #c0c0c080;
  width: 50px;
  height: 1.5px;
  margin-top: -14px;
  margin-left: 0;
  position: absolute;
}

._50px.whitenline {
  background-color: #c0c0c099;
  margin-left: 57px;
}

.titlegroup {
  width: 280px;
  margin-top: 60px;
  margin-left: -102px;
  display: inline-block;
  position: absolute;
  transform: rotate(-90deg);
}

.content {
  font-size: 16px;
  line-height: 25px;
}

.headcontent {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 34px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.about-content {
  letter-spacing: .4px;
  column-count: 2;
  column-gap: 2.9em;
  margin-top: 65px;
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
}

.section {
  z-index: 2;
  background-color: #fafafa;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.white {
  background-color: #fff;
}

.section.white.yritys {
  background-image: url('../images/rakennustyomaa-kaivinkoneet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.roqteam {
  margin-top: 75px;
}

.roqteam.contact2 {
  margin-top: 0;
}

.shortbio {
  width: 65%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 28px;
}

.shortbio.contactz2 {
  color: #b9b9b9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
}

.shortbio.infook {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 33px;
}

.shortbio.infook.under {
  border-bottom: 1px solid #fff;
  width: auto;
  display: inline-block;
}

.yhteystiedot {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/maalivahti-sukeltaa-ilmassa.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.yhteystiedot.musta {
  background-color: var(--black);
  background-image: none;
  padding-top: 8rem;
  padding-bottom: 14rem;
}

.midinfo {
  margin-top: -17px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.midinfo.contact2 {
  margin-top: 0;
  top: 0%;
  transform: none;
}

.symboltop {
  margin-bottom: 60px;
  margin-right: 80px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.symboltop.left {
  margin-left: 51px;
  margin-right: 60px;
  font-size: 17px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.symboltop.left.w--current {
  bottom: 0;
  left: 0;
}

.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kaivinkoneet-tyomaa-lumi.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  height: 95vh;
  display: flex;
  position: relative;
}

.openinghours {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.bottomarrowtxt {
  border-left: 1.5px solid var(--white);
  color: #0000;
  font-size: 32px;
  text-decoration: none;
  position: relative;
}

.image {
  display: none;
}

.nav-logo {
  filter: brightness(150%);
  width: 240px;
}

.services-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  display: grid;
}

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

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

.filter {
  -webkit-backdrop-filter: contrast(105%) saturate(70%);
  backdrop-filter: contrast(105%) saturate(70%);
  border: 1px solid #ffffff1a;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 300px;
  margin-bottom: 2rem;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  display: grid;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 0 4px 8px #0000000d;
}

.div-block-18 {
  z-index: -1;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 6px 20px 6px 8px;
  display: flex;
  position: absolute;
  inset: auto auto auto -220px;
  box-shadow: 0 4px 8px #0000000d;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-logo---k {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.live-chat-button {
  color: #1a1a1a;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  padding: 12px 2rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a0a;
}

.live-chat-button:hover {
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button.whatsapp {
  color: #fff;
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d0a;
}

.live-chat-close-icon---brix {
  z-index: -1;
  filter: invert();
  padding: 6px;
  position: absolute;
}

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

.live-chat-content-left {
  margin-right: 18px;
}

.live-chat-avatar {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.green-dot {
  background-color: #00e000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.live-chat-content {
  align-items: flex-end;
  display: flex;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  position: fixed;
}

.text-small {
  opacity: .6;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 600;
}

.image-6 {
  width: 14px;
  height: 14px;
  margin-right: 14px;
}

.image-7 {
  width: 100%;
}

.image-7.about-badge {
  object-fit: fill;
}

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

.service-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.rich-text-block {
  margin-top: 6rem;
}

.div-block-20 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

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

.margins {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

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

.lightbox-link {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.text-white {
  color: #fff;
}

.code-embed {
  margin-top: 4rem;
}

.image-10 {
  display: none;
}

.rich h3 {
  margin-top: 32px;
}

.social-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.social-link {
  transition: all .35s;
}

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

.hide {
  display: none;
}

.image-11 {
  height: 80px;
  margin-top: 3rem;
  margin-right: 2rem;
}

.about-badge {
  height: 120px;
}

.div-block-22 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

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

@media screen and (min-width: 1280px) {
  .titlegroup {
    margin-left: -82px;
  }
}

@media screen and (max-width: 991px) {
  .navbar.transparence {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand {
    margin-top: 30px;
    margin-left: 26px;
  }

  .brand.hide-desktop {
    width: 100%;
    margin-bottom: 42px;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .navmenu {
    background-color: var(--black);
    border-radius: 8px;
    margin-top: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .menubutton {
    color: #fff;
  }

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

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

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

  .content {
    padding-left: 60px;
  }

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

  .midinfo.contact2 {
    padding-left: 60px;
  }

  .hero {
    height: 80vh;
  }

  .services-list {
    grid-template-columns: 1fr 1fr;
  }

  .container-default {
    padding-left: 60px;
  }

  .image-7 {
    max-width: 140px;
  }

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

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

  .div-block-22 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .introtxt {
    font-size: 48px;
  }

  .menubutton {
    color: #fff;
    display: none;
  }

  .content {
    padding-left: 80px;
    padding-right: 26px;
  }

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

  .roqteam.contact2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .midinfo.contact2 {
    padding-left: 80px;
  }

  .services-list {
    margin-top: 3rem;
  }

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

  .div-block {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
  }

  .navbar.transparence {
    grid-template-columns: 3fr 1fr;
    align-items: center;
    position: absolute;
  }

  .brand {
    margin-top: 23px;
    margin-left: 21px;
  }

  .brand.hide-desktop {
    padding-left: 32px;
  }

  .introtxt {
    float: none;
    width: 100%;
    font-size: 38px;
    line-height: 1.2;
  }

  .navmenu {
    margin-top: 0;
  }

  .menubutton {
    color: #fff;
    margin-top: 16px;
    margin-right: 8px;
    font-size: 30px;
    display: block;
  }

  .menubutton.w--open {
    background-color: #000;
  }

  .navlink.white {
    padding-left: 32px;
  }

  .titlegroup {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    transform: none;
  }

  .titlegroup.contactphone {
    margin-left: -56px;
  }

  .container {
    margin-top: 0;
    padding-left: 26px;
    padding-right: 26px;
    top: 35%;
    transform: none;
  }

  .content {
    padding-left: 26px;
    padding-right: 26px;
  }

  .headcontent {
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-content {
    column-count: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .roqteam {
    padding-left: 19px;
  }

  .roqteam.contact2 {
    padding-left: 0;
    padding-right: 0;
  }

  .shortbio {
    width: 85%;
  }

  .shortbio.infook {
    text-decoration: none;
  }

  .shortbio.infook.full-width {
    width: auto;
  }

  .yhteystiedot {
    padding-top: 40px;
  }

  .yhteystiedot.musta {
    height: auto;
    padding-top: 100px;
    padding-bottom: 160px;
    padding-left: 0;
  }

  .midinfo.contact2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .symboltop {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .symboltop.left {
    margin-left: 26px;
  }

  .hero {
    background-image: linear-gradient(#0006, #0006), url('../images/lumiauto-auraa-lunta.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 86vh;
  }

  .openinghours {
    margin-top: 32px;
  }

  .div1contact {
    margin-top: 47px;
    margin-bottom: 42px;
  }

  .services-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper {
    display: none;
  }

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-content-left {
    margin-right: 0;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

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

  .div-block-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aee58125-18f1-d9db-3cc0-4b6267176149-c589e5b4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-faad181e-3a4e-ec60-8286-d33453febd03-c589e5b4 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Akkuratlightproregular';
  src: url('../fonts/AkkuratLightProRegular.woff2') format('woff2'), url('../fonts/AkkuratLightProRegular.eot') format('embedded-opentype'), url('../fonts/AkkuratLightProRegular.woff') format('woff'), url('../fonts/AkkuratLightProRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkuratpro light';
  src: url('../fonts/AkkuratPro-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}