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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.nav-link {
  color: #e4e4e4;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-logo {
  max-width: 171px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.main-btn-text {
  color: #120f0f;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.main-btn-text.white {
  color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 16px 0;
}

.main-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 88px;
  justify-content: center;
  align-items: center;
  max-width: 308px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: flex;
}

.main-button.no-hide.dark {
  background-color: #000;
}

.main-button.no-hide.smaller {
  max-width: 250px;
}

.nav-container {
  background-color: #fff3;
  border-radius: 100px;
  width: 100%;
}

.nav-menu-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.arrow-circle-button {
  background-color: #120f0f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  display: flex;
}

.arrow-circle-button.white {
  background-color: #fff;
}

.section-hero {
  background-image: url('../images/hero-image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.arrow-right-svg {
  width: 22px;
  height: 22px;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 230px;
  padding-bottom: 90px;
}

.h1-main {
  color: #fff;
  max-width: 950px;
  font-size: 97px;
  line-height: 110%;
}

.hero-paragraph {
  color: #e4e4e4;
  max-width: 550px;
  font-size: 18px;
  line-height: 140%;
}

.hero-content-down-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-product-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.hero-product-card-image {
  border-radius: 8px;
  max-width: 143px;
}

.hero-product-content-wrapper {
  color: #666;
  margin-top: 20px;
}

.card-title-text {
  color: #120f0f;
  margin-bottom: 8px;
  font-size: 18px;
}

.card-text {
  max-width: 160px;
  margin-bottom: 10px;
}

.card-text-link {
  color: #120f0f;
  text-decoration: none;
}

.hero-product-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 27%;
  max-width: 374px;
  display: flex;
}

.hero-card-line-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 374px;
  display: flex;
}

.divider-line {
  max-width: 93%;
  display: block;
  overflow: visible;
}

.divider-number-text {
  color: #cfcfcf;
}

.section-statistics {
  width: 100%;
  padding: 60px 30px 200px;
}

.container-statistics {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 100%;
}

.grey-text {
  color: #747474;
}

.section-models {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-thumbnails-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.bullet-indicator {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.h2-models {
  max-width: 530px;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.specs-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-label {
  color: #747474;
  font-size: 14px;
}

.floating-image-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading {
  font-size: 20px;
  font-weight: 400;
}

.specs-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.bottom-margin-medium-2 {
  margin-bottom: 40px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

._4px-circle {
  color: #6b7280;
  background-color: #6b7280;
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.model-price-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.model-price-text.hide {
  display: none;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 88px;
  justify-content: center;
  align-items: center;
  max-width: 308px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: flex;
}

.secondary-button.no-hide {
  background-color: #000;
  width: 210px;
  max-width: 210px;
  padding-left: 0;
  padding-right: 0;
}

.secondary-btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.models-paragraph {
  color: #000;
}

.h3-models {
  font-weight: 400;
}

.section-about {
  width: 100%;
  padding-top: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-content-wrapper-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-content-wrapper-mobile {
  display: none;
}

.about-grid-left-wrapper {
  padding-top: 154px;
}

.about-paragraph {
  color: #000;
  max-width: 290px;
  margin-right: auto;
  font-size: 16px;
  line-height: 140%;
}

.about-image-left {
  max-width: 394px;
}

.about-grid-center-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-about {
  max-width: 696px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.contact-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 88px;
  justify-content: center;
  align-items: center;
  max-width: 308px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: flex;
}

.contact-button.no-hide {
  background-color: #000;
  padding-left: 16px;
  padding-right: 6px;
}

.about-grid-right-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-image-right {
  max-width: 190px;
}

.section-gallery {
  width: 100%;
  padding-top: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

.gallery-content-wrapper {
  flex-flow: column;
  display: block;
}

.gallery-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.gallery-model-small {
  max-width: 381px;
}

.h3-gallery {
  font-weight: 400;
}

.gallery-model-big {
  max-width: 567px;
}

.gallery-grid-middle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .34fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.gallery-grid-button {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-gallery {
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.section-cta {
  background-image: url('../images/hero-image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 170px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 320px;
  padding-bottom: 320px;
  display: flex;
}

.h2-cta {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.footer-paragraph {
  color: #f1f6ff;
  max-width: 690px;
  margin-bottom: 0;
  line-height: 140%;
}

.footer-grid-cell-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-menu-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.webloop-link-text {
  color: #f1f6ffbf;
  font-size: 18px;
}

.legal-text-footer-right {
  color: #f1f6ffbf;
  font-size: 14px;
}

.footer-content-down-wrapper {
  border-top: 2px solid #f1f6ff80;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.footer-grid-cell-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.footer-menu-links {
  color: #f1f6ff;
  text-decoration: none;
}

.h3-footer-menu {
  color: #f1f6ff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.webloop-link {
  color: #a100ffbf;
  text-decoration: none;
}

.footer-logo {
  width: 80%;
}

.footer-grid-cell-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.footer-section {
  background-color: #000;
  padding: 100px 40px 80px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 100px;
    padding: 12px;
  }

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

  .navbar-logo {
    max-width: 150px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .main-btn-text {
    font-size: 16px;
  }

  .main-btn-text.smaller {
    font-size: 14px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button {
    display: none;
  }

  .main-button.no-hide {
    max-width: 320px;
    display: flex;
  }

  .main-button.no-hide.smaller {
    max-width: 300px;
  }

  .nav-container {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two {
    background-color: #f1f6ff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .arrow-circle-button {
    width: 59px;
    height: 59px;
  }

  .arrow-circle-button.white {
    width: 40px;
    height: 40px;
  }

  .arrow-circle-button.smaller {
    width: 30px;
    height: 30px;
  }

  .section-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-content-wrapper {
    margin-top: 130px;
    padding-bottom: 60px;
  }

  .h1-main {
    max-width: 560px;
    margin-left: 10%;
    font-size: 58px;
  }

  .hero-paragraph {
    margin-left: 10%;
  }

  .hero-product-card-wrapper {
    width: 48%;
    max-width: none;
  }

  .hero-card-line-wrapper {
    max-width: none;
  }

  .divider-line {
    width: 94%;
    max-width: 100%;
  }

  .section-statistics {
    padding: 40px 15px 120px;
  }

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .section-models {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-content-box {
    min-width: auto;
    max-width: none;
    box-shadow: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h2-models {
    color: #000;
    font-size: 48px;
  }

  .specs-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .floating-image-wrapper {
    border-radius: 12px;
    max-width: none;
    max-height: none;
  }

  .project-thumbnail.right-aligned {
    justify-content: center;
    align-items: stretch;
  }

  .project-description {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .model-price-text.hide {
    display: block;
  }

  .model-price-text.none, .secondary-button {
    display: none;
  }

  .secondary-button.no-hide {
    justify-content: center;
    align-items: center;
    max-width: 320px;
    padding-left: 20px;
    padding-right: 6px;
    display: flex;
  }

  .secondary-btn-text {
    font-size: 16px;
  }

  .models-paragraph {
    width: auto;
    max-width: 460px;
    margin-bottom: 0;
  }

  .models-paragraph-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

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

  .h3-models {
    margin-top: 0;
    font-size: 20px;
  }

  .h3-models-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .section-about {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-content-wrapper-desktop {
    display: none;
  }

  .about-content-wrapper-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h2-about {
    text-align: right;
    margin-bottom: 20px;
    margin-left: 10%;
    font-size: 72px;
    line-height: 110%;
  }

  .contact-button {
    display: none;
  }

  .contact-button.no-hide {
    justify-content: center;
    align-items: center;
    max-width: 320px;
    padding-left: 20px;
    padding-right: 6px;
    display: flex;
  }

  .about-image-right {
    max-width: 348px;
  }

  .about-img-paragraph-wrapper-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .section-gallery {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-grid-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .gallery-model-small {
    max-width: none;
  }

  .gallery-model-small.limited-size {
    max-width: 284px;
  }

  .gallery-grid-bottom {
    display: flex;
  }

  .h2-gallery {
    color: #000;
    margin-bottom: 45px;
    font-size: 48px;
  }

  .section-cta {
    margin-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-content-wrapper {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .h2-cta {
    max-width: 600px;
    margin-bottom: 45px;
    font-size: 58px;
  }

  .footer-paragraph {
    order: 3;
    width: 80%;
    margin-bottom: 0;
  }

  .footer-content-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 60%;
  }

  .footer-section {
    padding: 80px 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo {
    max-width: 125px;
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 0;
  }

  .main-button.no-hide {
    border-radius: 40px;
    order: 9999;
  }

  .nav-container {
    width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .arrow-circle-button {
    width: 56px;
    height: 56px;
  }

  .hero-content-wrapper {
    margin-top: 60px;
  }

  .h1-main {
    text-align: left;
    max-width: 500px;
    margin-left: 5%;
    font-size: 45px;
  }

  .hero-paragraph {
    margin-top: 32px;
    margin-left: 5%;
  }

  .hero-content-down-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-product-card {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    border-radius: 8px;
    flex-flow: column;
    order: 0;
    max-width: 250px;
    padding: 9px;
  }

  .hero-product-card-image {
    border-radius: 6px;
    width: 100%;
    max-width: none;
  }

  .hero-product-content-wrapper {
    margin-top: 0;
  }

  .card-text {
    max-width: none;
  }

  .hero-product-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 56%;
  }

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

  .stats-block {
    justify-content: space-between;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h2-models {
    max-width: 400px;
    font-size: 40px;
  }

  .floating-image-wrapper {
    border-radius: 8px;
    margin-bottom: 0;
  }

  .secondary-button.no-hide {
    border-radius: 40px;
    order: 9999;
  }

  .models-paragraph-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h3-models {
    font-size: 24px;
  }

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

  .about-content-wrapper-mobile {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .h2-about {
    max-width: 400px;
    margin-left: 0%;
    font-size: 40px;
  }

  .contact-button.no-hide {
    border-radius: 40px;
    order: 9999;
    margin-right: auto;
  }

  .about-image-right {
    width: 100%;
    max-width: none;
  }

  .about-img-paragraph-wrapper-mobile {
    flex-flow: column;
  }

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

  .h2-gallery, .h2-cta {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 40px;
  }

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

  .footer-grid-cell-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content-down-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 15px;
  }

  .footer-grid-cell-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-links {
    justify-content: center;
    align-items: center;
  }

  .h3-footer-menu {
    text-align: center;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-contact-logo {
    width: 27px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 16px;
  }

  .main-btn-text.smaller {
    font-size: 12px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .main-button.no-hide {
    width: 100%;
    max-width: 360px;
  }

  .main-button.no-hide.smaller {
    width: auto;
  }

  .nav-container {
    max-width: none;
  }

  .nav-menu-two {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: column;
  }

  .arrow-circle-button.smaller {
    width: 40px;
    height: 40px;
  }

  .hero-content-wrapper {
    margin-top: 40px;
    padding-bottom: 90px;
  }

  .h1-main {
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 33px;
  }

  .hero-paragraph {
    margin-left: 0%;
  }

  .hero-content-down-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-product-card {
    width: 72%;
  }

  .card-title-text {
    font-size: 14px;
  }

  .card-text, .card-text-link {
    font-size: 11px;
  }

  .hero-product-card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: auto;
  }

  .hero-card-line-wrapper {
    width: 94%;
  }

  .divider-line {
    background-color: #ffffff54;
  }

  .container-statistics {
    max-width: none;
  }

  .stats-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stat {
    font-size: 29px;
  }

  .grey-text {
    font-size: 10px;
  }

  .h2-models {
    font-size: 48px;
  }

  .container {
    max-width: none;
  }

  .secondary-button.no-hide {
    width: 90%;
    max-width: 200px;
  }

  .h2-about {
    margin-left: 0%;
    font-size: 40px;
  }

  .contact-button.no-hide {
    width: 100%;
    max-width: 230px;
  }

  .about-paragraph-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .gallery-grid-top {
    flex-flow: column;
  }

  .gallery-model-small.limited-size, .gallery-model-big {
    max-width: none;
  }

  .gallery-grid-middle, .gallery-grid-bottom {
    flex-flow: column;
  }

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

  .cta-content-wrapper {
    padding-top: 270px;
    padding-bottom: 270px;
  }

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

  .footer-paragraph {
    width: 90%;
    margin-bottom: 0;
  }

  .h3-footer-menu {
    font-size: 24px;
  }

  .footer-logo {
    width: 70%;
  }

  .footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-fbb253b9-28f9-5eb7-66ca-2657eb1b6e6d-7ef8acf4 {
  align-self: stretch;
}

#w-node-_2c4a54e4-661a-eb71-9293-e14309bee791-7ef8acf4 {
  justify-self: end;
}


