:root {
  --body: #474747;
  --title: black;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 100px;
  --accent: #117554;
  --white: white;
  --black: black;
  --bg: #f3f3f3;
}

.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 {
  color: var(--body);
  font-family: Silka, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--title);
  font-family: Silka, Arial, sans-serif;
  font-weight: 600;
}

.nav-right {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
  position: relative;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Silka, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.nav-phone {
  color: #000;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 110px;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero {
  margin-bottom: var(--desktop-space);
  height: 100vh;
  position: relative;
}

.hero-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 600;
}

.hero-title.show-mobile {
  display: none;
}

.hero-data {
  width: 100%;
  max-width: 800px;
}

.hero-btn-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.hero-text {
  color: #fff;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  font-family: Silka, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hero-btn {
  grid-column-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 26px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.hero-btn:hover {
  color: #000;
  background-color: #fff;
}

.overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.overlay._50 {
  background-image: linear-gradient(90deg, #0000001a, #0000), linear-gradient(#0000004d, #0000004d);
}

.arrow {
  width: 16px;
  height: 16px;
}

.hero-data-wrap {
  padding-top: 240px;
  position: absolute;
  inset: 0%;
}

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

.primary-btn {
  grid-column-gap: 10px;
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 26px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-btn:hover {
  color: var(--accent);
  background-color: #fff;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
}

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

.section-title {
  margin-bottom: 48px;
}

.single-text {
  color: var(--body);
  margin-bottom: 0;
}

.section-wrap {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.section-data {
  width: 100%;
  max-width: 48%;
}

.section-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 52%;
  overflow: hidden;
}

.section-img.no-radius {
  border-radius: 0;
}

.address {
  color: #b3b3b3;
  width: 160px;
  max-width: 221px;
  font-size: 14px;
  font-weight: 500;
}

.footer-link-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.ftr-link {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
}

.footer-left {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-btm {
  border-top: 1px solid #68686833;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-btm-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 160px;
  display: grid;
}

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

.footer-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-center {
  grid-column-gap: 100px;
  color: #999;
  align-items: flex-start;
  display: flex;
}

.plain-link {
  color: var(--body);
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.link-label {
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.error-message {
  text-align: center;
  border-radius: 6px;
  padding: 20px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #666;
}

.get-in-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 6px;
}

.textarea {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #666;
}

.get-block {
  grid-column-gap: 14px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get-in-data {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.get-in-right {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 45%;
  padding: 50px;
}

.get-in-right.bg {
  background-color: var(--bg);
}

.discuss-form {
  width: 100%;
  max-width: 55%;
  margin-bottom: 0;
}

.form-btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.field-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.submit-btn {
  grid-column-gap: 10px;
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  background-image: url('../images/Valkoinen-nuoli-ylos.svg');
  background-position: 83px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 52px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.submit-btn:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Valkoinen-nuoli-ylos.svg');
}

.section {
  margin-bottom: var(--desktop-space);
}

.section.no-margin-bottom {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.service-link {
  grid-row-gap: 42px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 35px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link.hover {
  grid-row-gap: 40px;
  text-align: center;
  align-items: center;
}

.service-link.hover:hover {
  border-color: var(--title);
}

.service-icon {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.service-icon.round {
  object-fit: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
}

.space {
  height: 10px;
}

.space._24 {
  height: 24px;
}

.footer-legal {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
}

.service-details {
  margin-bottom: 60px;
}

.service-details h3 {
  color: var(--title);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Silka, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.service-details img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.service-details a {
  color: var(--accent);
}

.service-details li {
  margin-bottom: 10px;
}

.service-details h4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.service-details h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.service-details-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

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

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.h1-legal {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.h5-styleguide {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.contact-paragraph {
  margin-bottom: 10px;
}

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

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

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

.h2-utility {
  margin-bottom: 16px;
}

.service-heading {
  color: var(--title);
  margin-bottom: 16px;
  font-family: Silka, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.service-section {
  margin-bottom: 100px;
}

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

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

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

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

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

.live-icon-chat {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

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

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

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 3px 3px auto;
}

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

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

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

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

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

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

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

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

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

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

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

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.section-heading {
  margin-bottom: 20px;
}

.contact-icon {
  width: 30px;
  height: 30px;
}

.contact-icon.whatsapp {
  padding: 3px;
}

.footer-badge {
  object-fit: contain;
  object-position: 50% 0%;
  width: 160px;
  margin-bottom: 10px;
}

.dropdown-toggle {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Silka, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.icon {
  display: none;
}

.dropdown-main-link {
  text-decoration: none;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000012;
  flex-flow: column;
  align-items: flex-start;
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-link.w--current {
  color: var(--accent);
}

.social-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.social {
  filter: invert();
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social:hover {
  background-color: #0000000d;
}

.social:focus {
  border-color: #fff3;
}

.footer-social-icon-2 {
  width: 20px;
  height: 20px;
}

.footer-social-icon-2.filter {
  filter: invert();
}

.about-left {
  width: 100%;
  max-width: 65%;
}

.about-top-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.about-data {
  width: 100%;
  max-width: 45%;
}

.about-data-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.about-btm-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 44%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.about-title {
  width: 100%;
  max-width: 80%;
  margin-bottom: 60px;
}

.on-scroll {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll.z-index-2 {
  z-index: 2;
}

.about-right {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.about-image1 {
  object-fit: cover;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.about-image1.z-index-1 {
  z-index: 1;
}

.about-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 55%;
  position: relative;
  overflow: hidden;
}

.about-wrap {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.about-image2 {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
}

.footer-button-text {
  color: var(--body);
  font-size: 13px;
}

.airform-link {
  color: var(--title);
  text-decoration: none;
}

.airform-link:hover {
  color: #00000040;
}

.cta-form-paragraph {
  width: 100%;
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 48px;
}

.span-transparent {
  color: #0000;
}

@media screen and (min-width: 1280px) {
  .hero {
    height: 90vh;
  }

  .hero-title {
    font-size: 58px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 60vh;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

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

@media screen and (max-width: 991px) {
  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .middle-line, .bottom-line {
    width: 26px;
  }

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

  .container {
    max-width: 100%;
  }

  .top-line {
    width: 26px;
  }

  .nav-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    justify-content: center;
    padding: 20px;
    left: 0;
    transform: translate(0);
  }

  .nav-wrap {
    position: static;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    height: 100vh;
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-data-wrap {
    padding-top: 140px;
  }

  .section-image {
    height: 450px;
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrap.reverse {
    flex-direction: column-reverse;
  }

  .section-data, .section-img {
    max-width: 100%;
  }

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

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

  .footer {
    background-size: contain;
  }

  .footer-right {
    max-width: 30%;
  }

  .footer-center {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .get-in-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .get-in-right, .discuss-form {
    max-width: 100%;
  }

  .section {
    margin-bottom: var(--tablet-space);
  }

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

  .service-link {
    grid-row-gap: 70px;
    padding: 30px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-toggle {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    display: flex;
  }

  .dropdown-list.w--open {
    left: -100px;
  }

  .about-left {
    max-width: 100%;
  }

  .about-data {
    max-width: 65%;
  }

  .about-data-wrap {
    grid-column-gap: 30px;
  }

  .about-title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-right {
    grid-row-gap: 30px;
    max-width: 25%;
    display: none;
  }

  .about-img {
    max-width: 35%;
  }

  .about-wrap {
    grid-column-gap: 30px;
  }

  .about-image2 {
    min-height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .brand {
    padding-left: 0;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .hero-title.hide-mobile {
    font-size: 47px;
  }

  .hero-btn-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-text {
    max-width: 100%;
  }

  .section-image {
    height: 350px;
  }

  .section-wrap {
    grid-row-gap: 20px;
  }

  .address {
    max-width: 200px;
  }

  .footer-btm-text {
    grid-column-gap: 40px;
  }

  .footer-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-right {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .footer-center {
    grid-row-gap: 20px;
  }

  .get-in-right {
    padding: 30px;
  }

  .field-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-link {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title {
    font-size: 48px;
    display: block;
  }

  .service-image {
    min-height: 350px;
    max-height: 350px;
  }

  .service-img {
    margin-bottom: 30px;
  }

  .template-grid.spacing-small {
    grid-template-columns: 1fr;
  }

  .service-section {
    margin-bottom: 80px;
  }

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

  .about-data {
    max-width: 100%;
  }

  .about-data-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-image1 {
    min-height: 350px;
    max-height: 350px;
  }

  .about-img {
    max-width: 100%;
  }
}

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

  .nav-right {
    grid-column-gap: 32px;
  }

  .nav-phone {
    font-size: 11px;
    display: none;
  }

  .brand {
    width: 100px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
    height: 90vh;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-title.hide-mobile {
    display: none;
  }

  .hero-title.show-mobile {
    margin-bottom: 24px;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.05;
    display: block;
  }

  .hero-text {
    margin-bottom: 4px;
    font-weight: 400;
  }

  .hero-data-wrap {
    padding-top: 100px;
  }

  .section-image {
    height: 350px;
  }

  .section-wrap {
    grid-row-gap: 42px;
  }

  .address {
    max-width: 150px;
  }

  .footer-btm-text {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    background-size: contain;
  }

  .footer-right {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .get-in-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .get-in-right {
    padding: 20px;
    font-size: 14px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-link.hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-title {
    padding-top: 60px;
  }

  .main-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .service-image {
    min-height: 220px;
    max-height: 220px;
  }

  .service-img {
    margin-bottom: 20px;
  }

  .service-section {
    margin-bottom: 60px;
  }

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

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

  .live-icon {
    width: 12px;
    height: 12px;
  }

  .whatsapp-icon {
    width: 24px;
  }

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

  .section-heading {
    margin-bottom: 10px;
  }

  .dropdown-list.w--open {
    width: 320px;
  }

  .dropdown-link {
    width: 142px;
    font-size: 14px;
  }
}

#w-node-c6491806-cc94-3070-0122-e9070f310782-0f310768, #w-node-c6491806-cc94-3070-0122-e9070f310786-0f310768, #w-node-c6491806-cc94-3070-0122-e9070f31078a-0f310768, #w-node-_3e0649f6-68ed-cc65-f1c7-533f577cfb75-d67825ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-c6491806-cc94-3070-0122-e9070f310782-0f310768, #w-node-c6491806-cc94-3070-0122-e9070f310786-0f310768, #w-node-c6491806-cc94-3070-0122-e9070f31078a-0f310768, #w-node-_3e0649f6-68ed-cc65-f1c7-533f577cfb75-d67825ec {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}