:root {
  --dark: #353640;
  --black: black;
  --primary: #5587ff;
  --orange\<deleted\|variable-5c69167e-3434-c4fc-389c-f96ff273e91c\>: #fdbd5f;
  --white: white;
  --transparent: transparent;
  --color: #f8f8f8;
  --grey: #dbdbdb;
  --silver: #b1b1b1;
}

.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(--dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--primary);
  line-height: 1.6em;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .3s;
}

.nav-dropdown-toggle:hover {
  opacity: .7;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.secondary-button {
  color: var(--primary);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: #fff;
}

.secondary-button.utility.w--current {
  margin-top: 24px;
}

.nav-item-title {
  color: var(--dark);
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 25px;
  transition: color .3s;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
  font-size: 13px;
}

.nav-dropdown-link {
  width: 100%;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--orange\<deleted\|variable-5c69167e-3434-c4fc-389c-f96ff273e91c\>);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--orange\<deleted\|variable-5c69167e-3434-c4fc-389c-f96ff273e91c\>);
}

.brand-tablet {
  display: none;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition-property: opacity;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: #fff;
}

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

.nav-dropdown-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-list {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: auto;
  margin-top: -5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.menu-wrap {
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 4;
  background-color: #0000;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.justify {
  justify-content: center;
}

.description-left-banner-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.description-left-banner-block.width {
  width: 45%;
}

.subtitle-label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.subtitle-label.primary {
  background-color: var(--primary);
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.primary-button:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.button-wrapper-home-2 {
  grid-column-gap: 30px;
  display: flex;
}

.dot {
  margin-top: -3px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 0;
}

.link-with-border {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.block-horizontal.margin-bottom {
  margin-bottom: 50px;
}

.block-horizontal.two-column {
  grid-template-columns: 1fr 1fr;
}

.service-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-wrapper {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.service-wrapper.bgr {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.line-bottom {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

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

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

.section.legal-banner {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.legal-padding {
  padding-top: 180px;
}

.section.utility {
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.service-heading {
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.image-cover.radius {
  border-radius: 12px;
}

.image-cover.radius.cover-bottom {
  object-position: 50% 100%;
}

.image-cover.radius.cover-top {
  object-position: 50% 0%;
}

.block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.block-wrap.margin-top {
  margin-top: 20px;
}

.image-left-wrapper {
  flex: none;
  width: 470px;
  height: 370px;
  margin-right: 30px;
  position: relative;
}

.image-left-wrapper.margin {
  margin-bottom: 0;
  margin-right: 0;
}

.image-left-wrapper.margin.larger {
  height: 450px;
}

.green-block-absolute {
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: -30px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute.position {
  margin-left: -30px;
  margin-right: 0;
  inset: auto auto -95px 0%;
}

.paragraph-maxw {
  max-width: 470px;
}

.description-right-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.description-right-wrapper.no-margins.no-gaps {
  grid-row-gap: 0px;
}

.block-content-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.block-content-wrapper._02 {
  justify-content: space-between;
  margin-top: 50px;
}

.block-content-wrapper.row-gap-32 {
  align-items: center;
  margin-bottom: 50px;
}

.block-content-wrapper.row-gap-32.hide {
  display: none;
}

.link {
  color: #353640;
  cursor: pointer;
  transition-property: opacity;
}

.link:hover {
  color: var(--orange\<deleted\|variable-5c69167e-3434-c4fc-389c-f96ff273e91c\>);
}

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

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

.footer-link {
  color: var(--dark);
  transition: all .3s;
}

.footer-link:hover {
  opacity: .7;
}

.right-block {
  grid-column-gap: 60px;
  display: flex;
}

.footer-brand-description {
  color: var(--dark);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-copyright {
  width: 100%;
  display: inline;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-wrapper {
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dark-block {
  background-color: var(--primary);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.services {
  max-width: 550px;
}

.white-text.services.show-mobile {
  display: none;
}

.white-text.maxw-main {
  max-width: 650px;
}

.white-text.limit-800-center {
  text-align: center;
  width: 800px;
}

.paragraph-white-block {
  color: #fff;
  text-align: center;
  max-width: 616px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.brand-image {
  object-fit: contain;
  height: 30px;
}

.space {
  height: 24px;
}

.space._160 {
  height: 160px;
}

.space._100 {
  height: 100px;
}

.space._60 {
  height: 60px;
}

.bgr-projects {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.bgr-projects.kylpyhuone {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kylpyhuone.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.pienremontit-lvis-ty-t {
  background-image: linear-gradient(#00000040, #00000040), url('../images/toimisto.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.lvis-remontti {
  background-image: linear-gradient(#00000026, #00000026), url('../images/sininen-pinnoite.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.vahaukset {
  background-image: linear-gradient(#00000080, #00000080), url('../images/vahaus.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.keraamiset-pinnoitteet {
  background-image: linear-gradient(#00000080, #00000080), url('../images/keraaminen-pinnoite.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.tummennukset {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tummennus.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.rengaspalvelut {
  background-image: linear-gradient(#00000080, #00000080), url('../images/auto-musta-tausta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.muut-palvelut {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/bmw.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.sauna {
  background-image: linear-gradient(#0003, #0003), url('../images/sauna.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.kylpyhuone-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/kylpyhuone.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.bgr-projects.yleiset-tilat {
  background-image: linear-gradient(#0003, #0003), url('../images/yleiset-tilat.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.bgr-projects.luistonesto {
  background-image: linear-gradient(#00000059, #00000059), url('../images/sininen-pinnoite.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.lattia {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kiiltava-lattia.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.antislip {
  background-image: linear-gradient(#0003, #0003), url('../images/anti-slip.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.antislip.pinnoite {
  background-image: linear-gradient(#0006, #0006), url('../images/anti-slip_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.rappuk-yt-v {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/rappukaytava.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bgr-projects.pu-suoja {
  background-image: linear-gradient(#0006, #0006), url('../images/pu-suoja-pinnoitus.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-with-height {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-with-height.services-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.section-with-height.default {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/kiiltava-lattia.webp');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-title-wrapper.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.service-details-content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
}

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

.rich-text-style ul {
  margin-bottom: 24px;
}

.rich-text-style li {
  margin-bottom: 8px;
}

.rich-text-style sub {
  font-size: 15px;
  font-style: italic;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.accordion-item {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.legal-rich-text-block {
  max-width: 675px;
}

.legal-rich-text-block h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 20px;
}

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

.bg-primary {
  z-index: 10;
  background-color: var(--primary);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.form-block {
  border-radius: 10px;
}

.input-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.contacts-wrapper.vertical {
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
}

.success-message {
  color: #005450;
  background-color: #0000;
  border-radius: 10px;
  font-weight: 500;
}

.gray-radius-bgr {
  background-color: #f8f8f8;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.gray-radius-bgr.mt-0 {
  margin-top: 0;
}

.gray-radius-bgr.custom-padding {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-gray-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-gray-block.no-padding {
  padding-top: 0;
}

.container-gray-block.padding-bottom {
  padding-bottom: 60px;
}

.heading-wrapper-with-border {
  grid-column-gap: 100px;
  border-bottom: 1px solid #3536404d;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.contacts-input {
  color: var(--dark);
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #005450;
  font-size: 18px;
}

.contacts-input::placeholder {
  color: #aaa;
  font-size: 16px;
}

.contacts-form-wrapper {
  background-color: #f8f8f8;
  border-radius: 10px;
  flex: none;
  width: 50%;
  padding: 30px;
}

.contacts-textarea {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  color: #005450;
  border: 1px solid #005450;
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: #aaa;
  font-size: 16px;
}

.form-contact-us {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contacts-title {
  max-width: 470px;
}

.error-message {
  color: #ffc776;
  text-align: center;
  background-color: #0000;
  flex: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.subtitle-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.contact-margins {
  margin-bottom: 16px;
}

.contacts-form-title {
  color: var(--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 38px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
}

.google-maps-wrapper {
  margin-top: 50px;
}

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

.contact-bold {
  color: var(--black);
  font-weight: 600;
}

.h4-styling {
  margin-top: 0;
  font-size: 46px;
}

.nav-brand-title {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.nav-brand-title.dark {
  color: var(--dark);
}

.bullet-span {
  margin-right: 10px;
  font-size: 10px;
  line-height: 1em;
  display: inline-block;
}

.home-3-banner-image {
  object-fit: cover;
  width: 47%;
  max-width: 775px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-3-banner-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subtitle-margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading-banner-home {
  color: #fff;
  max-width: 620px;
  font-weight: 700;
}

.heading-banner-home.dark {
  color: #353640;
}

.section-home-3 {
  align-items: center;
  min-height: 720px;
  padding-top: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.secondary-button-2 {
  color: #005450;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

.secondary-button-2:hover {
  color: #fff;
  background-color: #068466;
}

.nav-link-2 {
  color: #fff;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: opacity;
}

.nav-link-2:hover {
  opacity: .7;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.dark {
  color: #353640;
  font-size: 17px;
}

.nav-link-2.dark:hover {
  opacity: .7;
}

.nav-link-2.dark.last {
  margin-right: 16px;
}

.menu-wrap-2 {
  align-items: center;
  display: flex;
}

.tablet-button {
  display: none;
}

.navbar-fixed {
  z-index: 4;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-fixed.white-bgr {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-cart {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
}

.orange-bgr {
  background-color: #f3f9cc;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.container-light-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-white-text {
  color: #fff;
  font-size: 62px;
  line-height: 1em;
}

.large-white-text.primary {
  color: var(--primary);
  font-family: Cabinetgrotesk, sans-serif;
  font-weight: 600;
}

.text-cart-with-bgr {
  z-index: 1;
  position: relative;
}

.top-cart-block {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.paragraph-cart {
  margin-top: 20px;
  margin-bottom: 30px;
}

.cart-with-bgr {
  grid-row-gap: 40px;
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cart-with-bgr.gap {
  grid-row-gap: 20px;
}

.cart-with-bgr.gap.large {
  background-color: var(--white);
  padding-top: 42px;
  padding-bottom: 42px;
}

.bottom-light-block {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 80px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cart-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.cart-wrapper.border-white {
  border-color: #fff;
}

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

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

.projects-wrapper {
  width: 100%;
  margin-top: 50px;
}

.projects-wrapper.hide {
  display: none;
}

.block-relative {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.service-link-text {
  color: #fff;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.green-radius-bgr {
  background-color: #f8f8f8;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.link-absolute {
  background-image: linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.image-collection-block {
  border-radius: 12px;
  align-items: flex-end;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-bottom-3 {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.line-bottom-3.light {
  background-color: var(--white);
}

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

.nav-dropdown-toggle-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  transition: opacity .3s;
}

.nav-dropdown-toggle-2:hover {
  opacity: .7;
}

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}

.nav-item-title-2 {
  color: #fff;
  text-transform: capitalize;
  margin-right: 25px;
  transition: color .3s;
}

.nav-dropdown-list-2 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  width: auto;
  margin-top: -5px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-2 {
  width: 100%;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: var(--primary);
}

.nav-dropdown-link-line {
  background-color: #005450;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.contacts-detail {
  display: flex;
}

.contacts-detail.align-down {
  flex-flow: column;
}

.contacts-icon {
  color: #005450;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.without-space {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-link {
  color: #353640;
  cursor: pointer;
  transition-property: opacity;
}

.contact-link:hover {
  color: var(--primary);
}

.contact-icon {
  width: 20px;
  margin-right: 16px;
}

.utility-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
}

.label-wrapper, .button-wrapper {
  display: flex;
}

.feature-icon {
  width: 64px;
  margin-bottom: 32px;
}

.feature-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
}

.text-transparent {
  color: var(--transparent);
  font-size: 5px;
}

.open-invoice-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.open-invoice-image {
  width: 24px;
}

.contact-information-image {
  width: 36px;
}

.padding-bottom-4px {
  margin-bottom: 4px;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link.last {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.legal-banner {
    padding-top: 220px;
  }

  .image-left-wrapper.margin {
    width: 520px;
  }

  .green-block-absolute.position {
    margin-left: -130px;
  }

  .paragraph-maxw {
    max-width: none;
  }

  .block-content-wrapper {
    grid-column-gap: 80px;
  }

  .block-content-wrapper._02 {
    justify-content: flex-start;
    margin-top: 100px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .white-text.services {
    max-width: 850px;
  }

  .white-text.maxw-main {
    max-width: 750px;
  }

  .section-with-height {
    min-height: 570px;
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .contacts-wrapper {
    grid-column-gap: 100px;
    margin-bottom: 110px;
  }

  .gray-radius-bgr {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .container-gray-block {
    padding-top: 110px;
  }

  .home-3-banner-image {
    width: 44%;
  }

  .nav-link-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-cart {
    max-width: 550px;
  }

  .bottom-light-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .green-radius-bgr {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .image-collection-block {
    height: 350px;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 30px;
    padding-right: 16px;
  }

  .nav-dropdown-icon-2 {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .home-3-banner-image {
    width: 45%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-3-banner-image {
    width: 46%;
    max-width: none;
  }

  .section-home-3 {
    min-height: 100vh;
  }

  .image-collection-block {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
    max-width: 50%;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-item-title {
    color: var(--dark);
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
    overflow: auto;
  }

  .nav-dropdown-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link.w--current {
    color: #fff;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.filter {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.last {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
    display: block;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .description-left-banner-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .description-left-banner-block.width {
    width: 63%;
  }

  .primary-button {
    display: block;
  }

  .block-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .service-wrapper {
    width: 47.9%;
  }

  .section.legal-banner {
    padding-top: 150px;
  }

  .block-wrap {
    justify-content: center;
  }

  .image-left-wrapper.margin {
    flex: 0 auto;
    width: 100%;
  }

  .paragraph-maxw {
    max-width: none;
  }

  .description-right-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .description-right-wrapper.no-margins {
    margin-top: 0;
  }

  .block-content-wrapper {
    flex-direction: column;
  }

  .block-content-wrapper._02 {
    align-items: center;
  }

  .footer-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .right-block {
    grid-column-gap: 30px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-bottom-wrapper {
    align-items: flex-start;
  }

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

  .white-text.limit-800-center {
    width: auto;
  }

  .section-with-height {
    padding-top: 155px;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .rich-text-style h2 {
    font-size: 32px;
  }

  .service-details-content {
    flex-direction: column;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-wrapper-with-border {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-content-wrapper {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-block {
    align-items: center;
    margin-top: 20px;
  }

  .contacts-form-title {
    font-size: 28px;
  }

  .h4-styling {
    font-size: 36px;
  }

  .home-3-banner-image {
    width: 100%;
    max-width: none;
  }

  .home-3-banner-image.cover {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .home-3-banner-wrap {
    text-align: center;
    justify-content: center;
  }

  .subtitle-margin, .heading-banner-home.dark {
    color: #fff;
  }

  .section-home-3 {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-2.dark {
    color: var(--dark);
  }

  .nav-link-2.dark.last {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .tablet-menu-2 {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .menu-wrap-2 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-button {
    margin-top: 30px;
    display: block;
  }

  .navbar-fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-fixed.white-bgr {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-cart {
    max-width: 375px;
  }

  .cart-with-bgr {
    width: 47.9%;
  }

  .bottom-light-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cart-wrapper {
    width: 47.9%;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
    overflow: auto;
  }

  .nav-dropdown-list-2 {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper-2 {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link-2:hover, .nav-dropdown-link-2.w--current {
    color: #fff;
  }

  .nav-dropdown-link-line {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .description-left-banner-block.width {
    width: 100%;
  }

  .subtitle-label {
    line-height: 1.2em;
  }

  .primary-button.hide-mobile {
    display: none;
  }

  .service-wrapper {
    width: 100%;
  }

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

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

  .section.legal-banner {
    padding-top: 120px;
  }

  .image-left-wrapper.margin.larger {
    height: 350px;
  }

  .block-content-wrapper._02 {
    margin-top: 30px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-brand-description {
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .dark-block {
    padding: 50px 30px;
  }

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

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    width: 100%;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .container-gray-block {
    padding-top: 40px;
  }

  .contacts-form-wrapper, .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-title {
    max-width: 100%;
  }

  .home-3-banner-image.cover {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .section-home-3 {
    padding-bottom: 60px;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .heading-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cart-with-bgr {
    width: 100%;
  }

  .bottom-light-block {
    margin-top: 60px;
  }

  .cart-wrapper {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .brand-tablet {
    padding-left: 0;
  }

  .nav-link {
    width: 99%;
  }

  .button-wrapper-home-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-horizontal {
    margin-top: 30px;
  }

  .service-wrapper {
    text-align: center;
    align-items: center;
  }

  .image-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .image-left-wrapper.margin {
    width: 100%;
  }

  .green-block-absolute {
    margin-right: -10px;
  }

  .green-block-absolute.position {
    margin-left: 30px;
  }

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

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

  .footer-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .footer-brand-description {
    font-size: 36px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer {
    text-align: left;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .white-text.services {
    font-size: 42px;
  }

  .white-text.services.hide-mobile {
    display: none;
  }

  .white-text.services.show-mobile {
    display: block;
  }

  .white-text.maxw-main {
    font-size: 42px;
  }

  .brand-image {
    height: 28px;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .rich-text-style h2 {
    font-size: 32px;
  }

  .input-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-wrapper-with-border {
    padding-bottom: 20px;
  }

  .contact-heading {
    font-size: 32px;
  }

  .home-3-banner-image.cover {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .nav-link-2 {
    width: 99%;
  }

  .nav-link-2.dark {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-fixed.white-bgr {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .large-white-text {
    font-size: 50px;
  }

  .cart-wrapper {
    text-align: center;
    align-items: center;
  }

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


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