:root {
  --elements-webflow-library--accent--primary-1: #222a94;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library--neutral--200: #f7f7fc;
  --white: white;
  --black: black;
}

.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;
}

body {
  color: #121212;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

.body {
  color: #121212;
}

.container {
  width: 90%;
  max-width: none;
  flex-direction: row;
  display: block;
}

.container.flex {
  width: 95%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.bot-mar {
  margin-bottom: 5em;
}

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

.nav-menu {
  height: 5em;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.sub-nav-menu {
  grid-column-gap: 3.125em;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 4.5em;
  max-width: none;
  clear: both;
  color: #fff;
  position: absolute;
  left: 32.625em;
}

.navbar {
  z-index: 999;
  height: 7em;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .063em solid #666;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-2 {
  font-family: Plusjakartasans, sans-serif;
}

.header {
  background-color: #1a1e23;
  background-image: radial-gradient(circle farthest-side at 100% 85%, rgba(255, 255, 255, .18), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 0, rgba(255, 255, 255, .18), rgba(0, 0, 0, 0) 40%);
  padding-top: 10.5em;
  padding-bottom: 3.75em;
}

.header.mobile {
  background-color: #222a94;
  background-image: radial-gradient(circle farthest-side at 100% 85%, rgba(0, 217, 255, .18) 29%, rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 0, rgba(255, 255, 255, .18) 16%, rgba(0, 0, 0, 0) 40%);
  padding-top: 10.5em;
}

.header-title {
  align-items: flex-start;
  display: flex;
}

.title {
  max-width: 40.2em;
}

.detail {
  max-width: 26.1em;
  grid-row-gap: 1.875em;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.h1 {
  font-size: 4.125em;
  font-weight: 600;
  line-height: 1em;
}

.h1.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1em;
  line-height: 1.2em;
}

.h1.white.cap {
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: default;
}

.text-xl {
  cursor: default;
  font-size: 1.75em;
  line-height: 1em;
}

.text-xl.white {
  color: #fff;
}

.text-xl.white.sembol, .text-xl.sembol {
  font-weight: 600;
}

.text-s {
  color: #9d9d9d;
  cursor: default;
  font-size: 1.125em;
  line-height: 1em;
}

.text-s.choose {
  color: #666;
}

.text-s.choose.left {
  max-width: 18em;
  text-align: right;
  display: block;
}

.text-s.sembol {
  font-weight: 600;
}

.text-s.sembol.foot {
  text-decoration: underline;
}

.text-s.foot {
  color: #fff;
  margin-left: 10px;
  line-height: 1.1em;
  text-decoration: none;
}

.text-l {
  cursor: default;
  font-size: 1.5em;
  line-height: 1em;
}

.text-l.bold {
  font-weight: 700;
}

.text-l.bold.white {
  color: #fff;
  font-size: 1.3em;
}

.text-l.grey {
  color: #b5b5b5;
}

.text-l.sembol {
  font-weight: 600;
}

.sub-detail {
  grid-column-gap: 1.25em;
  align-items: center;
  display: flex;
}

.div-block {
  height: 1px;
}

.line-h {
  width: 3.438em;
  height: .125em;
  background-color: #fff;
}

.text-detail {
  grid-row-gap: .563em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-img {
  height: 25.625em;
  background-image: url('../images/header-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8.75em;
  border-top-right-radius: 8.75em;
  position: relative;
}

.header-img.mobile, .header-img.mobile.hide {
  display: none;
}

.main-img {
  z-index: 1;
  width: 80%;
  max-width: 55em;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 18%;
  right: 22%;
}

.flex-header {
  grid-row-gap: 8em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.acsent-img {
  z-index: 3;
  max-width: 9.313em;
  position: absolute;
  top: -1.875em;
  bottom: auto;
  left: auto;
  right: -.4em;
}

.choose-section {
  padding-top: 9.375em;
  padding-bottom: 7.5em;
}

.flex-ver {
  width: 100%;
  grid-row-gap: 5em;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.flex-ver.dmn {
  grid-row-gap: 6.875em;
  flex-direction: column;
  align-items: stretch;
}

.title-content {
  width: 100%;
  grid-column-gap: 2.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.title-content.dimension {
  width: 90%;
  max-width: none;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.title-content.mobile {
  display: none;
}

.square {
  width: 1.5em;
  height: 1.5em;
  background-color: #222a94;
  flex: none;
}

.h2 {
  text-transform: uppercase;
  cursor: default;
  margin-left: 0;
  padding-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.h2.white {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2em;
}

.choose-content {
  flex-direction: column;
  display: flex;
}

.option {
  grid-row-gap: 1.438em;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.125em 2.688em;
  display: flex;
}

.option.right-pad {
  padding-left: 0;
  padding-right: 2.688em;
}

.option.right-pad.border-right {
  border-right: 1px solid #cfcfcf;
}

.option.right-pad.border-right.border-bot {
  border-bottom: 1px solid #cfcfcf;
}

.option.left-pad {
  padding-left: 2.688em;
  padding-right: 0;
}

.option.left-pad.border-left {
  border-left: 1px solid #cfcfcf;
}

.option.left-pad.border-left.border-top {
  border-top: 1px solid #cfcfcf;
}

.option.border-right {
  border-right: 1px solid #cfcfcf;
}

.option.border-right.border-bot {
  border-bottom: 1px solid #cfcfcf;
}

.option.border-bot {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-around;
  align-items: stretch;
}

.num {
  grid-column-gap: 1.875em;
  align-items: center;
  display: flex;
}

.description {
  width: 100%;
  max-width: 31.25em;
  grid-row-gap: 1.438em;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 3.563em;
  display: flex;
}

.h3 {
  color: #1a1e23;
  cursor: default;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1em;
}

.h3.hide {
  display: none;
}

.sub-content {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.dimension-section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.project-section {
  background-color: #f8f8f8;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 6em;
  display: block;
}

.view {
  grid-column-gap: .25em;
  align-items: center;
  display: flex;
}

.view.mobile {
  display: none;
}

.view.pc {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

.h4 {
  cursor: default;
  font-size: 2em;
  line-height: 1em;
}

.card-parent {
  width: 100%;
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-card {
  width: 100%;
  height: 100%;
  max-height: 35em;
  max-width: 34.5em;
  position: relative;
}

.main-card.mobile {
  display: none;
}

.main-card.pc {
  transition: all .7s cubic-bezier(.246, .995, .25, 1);
}

.main-card.pc:hover {
  transform: scale(1.03);
}

.sub-card {
  width: 44em;
  height: 100%;
  max-height: 35em;
  max-width: 34.5em;
  position: relative;
}

.sub-card.left {
  border-bottom-left-radius: 150px;
}

.sub-card.mobile {
  display: none;
}

.sub-card.pc {
  transition: all .7s cubic-bezier(.269, 1.007, .25, 1);
}

.sub-card.pc:hover {
  transform: scale(1.04);
}

.img-card {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card.left {
  border-radius: 0 0 0 150px;
}

.img-card.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  border-bottom-left-radius: 150px;
  display: block;
}

.img-left, .img-right {
  height: 35em;
  display: none;
}

.card-des {
  width: 100%;
  max-width: 25em;
  grid-row-gap: .625em;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.card-des.hide {
  padding-right: 2em;
  display: none;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.card-des.left {
  max-width: 25em;
  grid-row-gap: .625em;
  align-items: flex-end;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.card-des.right {
  align-items: flex-start;
  padding-left: 2em;
}

.img {
  max-height: 35em;
  display: none;
}

.video-section {
  height: 35em;
}

.client-section {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 6em;
  padding-bottom: 6em;
}

.client-card {
  width: 100%;
  max-width: none;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.client-logo {
  max-width: 9.938em;
}

.text-m {
  color: #1a1e23;
  cursor: default;
  font-size: 1.25em;
  line-height: 1em;
}

.text-m.gray {
  color: #666;
  font-size: 1em;
}

.text-m.sembol {
  font-size: 1em;
  font-weight: 600;
}

.text-m.bold {
  color: #fff;
  font-weight: 700;
}

.text-m.white {
  color: #fff;
}

.text-m.white.foot {
  text-transform: uppercase;
  font-weight: 500;
}

.client-profile {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.client-img {
  max-width: 3.75em;
}

.client-detail {
  grid-row-gap: .375em;
  flex-direction: column;
  margin-left: .875em;
  display: flex;
}

.client-rate {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-xs {
  cursor: default;
  font-size: 1em;
  line-height: 1em;
}

.rate-icon {
  max-width: 1.5em;
  color: #ffb600;
  cursor: default;
}

.client-parent {
  grid-column-gap: .875em;
  display: flex;
}

.ask-section {
  background-color: #ffb600;
  background-image: linear-gradient(77deg, #4273d9, rgba(255, 255, 255, 0)), url('../images/jovem-artesao-construindo-uma-casa.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.question-content {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.question {
  grid-row-gap: 1.563em;
  border-bottom: .063em solid #1a1e23;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 1.5em;
  display: flex;
}

.top {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.sign {
  cursor: pointer;
  margin-left: auto;
  position: relative;
}

.sign-line {
  width: 2em;
  height: .25em;
  background-color: #1a1e23;
  border-radius: .25em;
}

.sign-line.sub {
  width: .25em;
  height: 2em;
  display: block;
  position: absolute;
  top: -345%;
  bottom: auto;
  left: 45%;
  right: auto;
}

.bottom {
  width: 100%;
  max-width: 70.125em;
  display: none;
}

.bottom.sub {
  display: none;
}

.footer {
  background-color: #1a1e23;
  background-image: radial-gradient(circle farthest-side at 10% 30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%);
  padding-top: 7.5em;
}

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

.email-content {
  grid-row-gap: 1.5em;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.title-foot {
  max-width: 38.313em;
}

.btn {
  width: 100%;
  max-width: 25em;
  color: #fff;
  cursor: pointer;
  background-color: #222a94;
  border-radius: 12.5em;
  padding: 1.188em 9.063em;
}

.btn:hover {
  background-color: #161b5e;
}

.search-form {
  background-color: #2d3136;
  border-radius: 12.5em;
  align-items: center;
  padding: 1.188em 1em 1.188em 2.5em;
  display: flex;
}

.html-embed {
  background-color: #2d3136;
  justify-content: flex-start;
  align-items: center;
}

.input-email {
  color: #9d9d9d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.submit-btn {
  background-color: rgba(0, 0, 0, 0);
}

.form-group {
  flex: 1;
  align-items: center;
  display: flex;
}

.search-img {
  margin-left: auto;
}

.line-foot {
  width: 100%;
  height: 1px;
  background-color: #484b4f;
  margin-top: 6.25em;
  margin-bottom: 2.5em;
}

.main-footer {
  display: flex;
}

.left {
  max-width: 14em;
  min-width: 10em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right {
  width: 75%;
  grid-column-gap: 5.313em;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  display: flex;
}

.logo {
  max-width: none;
  color: #fff;
}

.left-child {
  width: 100%;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sosmed {
  width: auto;
  grid-column-gap: 1.25em;
  align-items: center;
  display: flex;
}

.sos-icon {
  max-width: 1.5em;
  color: #c5c5c5;
  cursor: pointer;
}

.right-child {
  max-width: 10.938em;
  grid-column-gap: 5.313em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.foot-menu {
  grid-row-gap: .625em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bot-footer {
  background-color: #33383f;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.313em;
  padding-bottom: 1.313em;
}

.text-foot {
  color: #c5c5c5;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 300;
  line-height: 1em;
}

.text-foot.mid {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex.foot {
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: stretch;
}

.video {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.slider {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider.owl-carousel {
  width: 100%;
}

.strip-h {
  width: 100%;
  height: .063em;
  background-color: #cfcfcf;
  display: block;
}

.strip-v {
  width: .063px;
  height: 100%;
  min-height: 100%;
  background-color: #cfcfcf;
}

.grid {
  grid-template-rows: auto;
}

.sub-right {
  grid-column-gap: 5.313em;
  display: flex;
}

.hide {
  max-height: 35em;
}

.hide.bl {
  border-bottom-left-radius: 150px;
}

.hide.rt {
  border-top-right-radius: 150px;
}

.hidden {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hidden.rt {
  border-top-right-radius: 150px;
}

.hidden.bl {
  border-bottom-left-radius: 140px;
}

.hidden.auro-mr {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.hidden.vh {
  width: 100vw;
  height: 55vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-icon {
  max-width: 3em;
}

.text-span {
  overflow: hidden;
}

.content {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.dimension-option {
  max-width: 21.25em;
  background-image: url('../images/eclipse-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.dimension-option.mid {
  background-image: url('../images/eclipse-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dimension-option.right {
  background-image: url('../images/eclipse-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.shadow-eclipse {
  width: 100%;
  height: 18em;
  max-width: none;
  background-color: rgba(26, 30, 35, .7);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4em 2.813em 4.063em 2.875em;
  display: flex;
}

.dmn-txt {
  color: #fff;
  text-align: center;
  margin: 4em 2.813em 4.063em 2.875em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1em;
  transform: rotate(-23deg);
}

.nav-btn {
  border-radius: 100%;
}

.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icn {
  width: 34px;
  height: 11px;
}
.h2-copy-copy {
  height: auto;
  color: #222a94;
  text-transform: uppercase;
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  display: flex; }

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  bottom: -3%;
}

.icon, .icon-2 {
  color: #000;
}

.right-arrow {
  width: 1em;
  height: 1em;
  top: auto;
  bottom: -3%;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
  overflow: hidden;
}

.slide {
  width: 33%;
  min-width: 0%;
}

.left-arrow {
  width: 1em;
  height: 1em;
  top: auto;
  bottom: -3%;
  left: 0%;
  right: auto;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  display: block;
}

.div-block-2 {
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.h2-copy {
  text-transform: uppercase;
  cursor: default;
  margin-left: 23px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.h2-copy.white {
  color: #fff;
}

.image-3 {
  margin-top: 0;
  display: block;
  position: relative;
  top: 1px;
}

.flex-ver-copy {
  width: 100%;
  grid-row-gap: 5em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-ver-copy.dmn {
  grid-row-gap: 6.875em;
  flex-direction: column;
  align-items: stretch;
}

.title-content-copy {
  width: 100%;
  grid-column-gap: 2.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.title-content-copy.dimension {
  max-width: 50em;
  align-items: center;
  display: flex;
}

.title-content-copy.mobile {
  display: none;
}

.title-content-copy.pc {
  align-items: center;
  display: flex;
}

.shadow-eclipse-copy {
  width: 100%;
  height: 18em;
  max-width: 18em;
  background-color: rgba(26, 30, 35, .7);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4em 2.813em 4.063em 2.875em;
  display: flex;
}

.image-4 {
  width: 10em;
  max-width: none;
}

.div-block-3 {
  display: flex;
}

.right-child-copy {
  max-width: 17em;
  grid-column-gap: 5.313em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.form {
  width: 100%;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  color: #fff;
  text-transform: uppercase;
  background-color: #222a94;
  border-radius: 15px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 600;
  transition: all .6s cubic-bezier(.263, .983, .25, 1);
}

.submit-button:hover {
  filter: brightness(96%);
  background-color: #0f1560;
  transform: scale(1.02);
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

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

.form-field {
  z-index: 1;
  height: 50px;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdd;
  padding-top: 11px;
  padding-bottom: 0;
  position: relative;
}

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

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  width: 50%;
  min-height: 550px;
  grid-column-gap: 0em;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 0;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .13);
}

.container-form {
  width: 90%;
  max-width: 75em;
  flex-direction: row;
  display: flex;
}

.container-form.flex {
  width: 95%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-form.bot-mar {
  margin-bottom: 5em;
}

.html-embed-6 {
  width: 100%;
}

.img-card-copy {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/left-card.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/main-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.right {
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block {
  color: #121212;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-copy {
  width: 90%;
  max-width: none;
  flex-direction: row;
  display: block;
}

.container-copy.flex {
  width: 95%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-copy.bot-mar {
  margin-bottom: 5em;
}

.image-5 {
  width: 2.3em;
  max-width: none;
}

.form-field-copy {
  z-index: 1;
  height: 50px;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdd;
  padding-top: 11px;
  padding-bottom: 117px;
  position: relative;
}

.form-field-copy:focus {
  border-color: #000;
}

.form-field-copy::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field-copy::placeholder {
  color: #a0a0a0;
}

.form-field-copy.select-field {
  padding-top: 8px;
}

.form-field-copy.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.div-block-4 {
  display: flex;
}

.image-6, .image-7, .image-8 {
  width: 2em;
  max-width: none;
}

.link-block-2 {
  max-height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.slider-4 {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  padding-bottom: 20px;
}

.slide-nav-3 {
  display: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  width: 33%;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  text-decoration: none;
}

.icon-3 {
  color: #000;
}

.icon-4 {
  color: #000;
  left: 0;
}

.right-arrow-2 {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow-2 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.content-copy {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.main-footer-copy {
  display: flex;
}

.dmn-txt-copy {
  color: #fff;
  text-align: center;
  margin: 4em 2.813em 4.063em 2.875em;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1em;
  transform: rotate(-23deg);
}

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

.link:hover {
  color: #85ccef;
}

.link-block-6 {
  text-decoration: none;
}

.background-video {
  height: 100%;
  background-image: linear-gradient(236deg, rgba(0, 0, 0, .34), rgba(57, 10, 209, .28));
}

.btn-copy {
  width: 100%;
  max-width: 25em;
  color: #fff;
  cursor: pointer;
  background-color: #222a94;
  border-radius: 12.5em;
  justify-content: center;
  margin-left: 44px;
  padding: 1.188em 0;
  display: flex;
}

.btn-copy:hover {
  background-color: #161b5e;
}

.text-m-copy {
  color: #1a1e23;
  cursor: default;
  font-size: 1.25em;
  line-height: 1em;
}

.text-m-copy.gray {
  color: #666;
}

.text-m-copy.sembol {
  font-weight: 600;
}

.text-m-copy.bold {
  color: #fff;
  font-weight: 700;
}

.text-m-copy.white {
  color: #fff;
}

.text-m-copy.white.foot {
  text-transform: uppercase;
  font-weight: 500;
}

.hero-heading-center {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

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

.centered-heading {
  width: auto;
  text-align: justify;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  text-align: justify;
  margin-bottom: 32px;
  font-size: 2.3em;
  line-height: 1em;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #222a94;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #101554;
  transform: scale(1.1);
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 24em;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 2.3em;
  line-height: 1em;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(211deg, #bbb, rgba(6, 22, 36, .37));
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1em;
}

.heading-2 {
  font-size: 2.3em;
  line-height: 1em;
}

.navbar-quemsomos {
  z-index: 999;
  height: 7em;
  background-color: #222a94;
  border-bottom: .063em solid #666;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-foot-copy {
  width: 100%;
  height: 1px;
  background-color: #484b4f;
  margin-top: 0;
  margin-bottom: 2.5em;
}

.footer-quemsomos {
  background-color: #1a1e23;
  background-image: radial-gradient(circle farthest-side at 10% 30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%);
  padding-top: 0;
}

.team-circles {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1em;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.content-copy-copy {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  width: 33%;
}

.slide-7 {
  width: 34%;
}

.slide-8 {
  width: 33%;
}

.faq-background {
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, .06);
}

.faq-indicator-icon-line {
  width: 100%;
  height: 2px;
  transform-origin: 50%;
  background-color: #222a94;
  position: absolute;
  top: 50%;
  transform: translate(0, 6px)rotate(135deg);
}

.faq-indicator-icon-line._2 {
  background-color: #222a94;
  top: 39%;
  transform: translate(0, -5px)rotate(45deg);
}

.faq-question {
  z-index: 2;
  cursor: pointer;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.faq-question:active {
  background-color: #fff;
}

.faq-question:focus {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .04);
}

.faq-question-text {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.faq-answer {
  z-index: 2;
  width: 100%;
  padding: 60px;
  font-family: Droid Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.faq-question-text-content {
  color: #222a94;
  font-family: Vollkorn, serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.faq-answer-text {
  color: #696969;
}

.faq-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0);
}

.faq-wrap:hover {
  background-color: rgba(255, 255, 255, .63);
  box-shadow: 0 0 4px 1px rgba(2, 2, 2, .05);
}

.faq-indicator {
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-indicator-icon {
  width: 20px;
  height: 20px;
  align-self: center;
  align-items: center;
  position: relative;
}

.paragraph, .paragraph-2 {
  font-size: 1.1em;
  line-height: 1.1em;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  width: 36%;
  height: 100%;
  background-color: var(--elements-webflow-library--accent--primary-1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #222a94;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #222a94;
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #222a94;
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: rgba(248, 248, 248, 0);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---text-200-bold {
  color: #222a94;
  -webkit-text-stroke-color: #222a94;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  width: 2.3em;
  max-width: none;
  border-radius: 0;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #222a94;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold {
  font-size: 1em;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1em;
}

.brix---subtitle {
  color: #222a94;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.body-4 {
  background-color: #f8f8f8;
}

.link-block-7 {
  width: 100%;
  max-width: 25em;
  background-color: #222a94;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  transition: all .8s cubic-bezier(.251, .995, .25, 1);
  display: flex;
}

.link-block-7:hover {
  background-color: #191f6b;
  transform: scale(1.02);
}

.text-block {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
}

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

.div-block-5 {
  justify-content: flex-end;
  margin-right: 21px;
  padding-top: 30px;
  padding-right: 100px;
  display: flex;
}

.div-block-6 {
  margin-left: 10px;
}

.heading-3 {
  color: #222a94;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .55s cubic-bezier(.24, .977, .25, 1);
}

.heading-3:hover {
  transform: scale(1.1);
}

.client-section-copy {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.vermais-depoimentos-butto {
  width: 100%;
  max-width: 25em;
  background-color: #222a94;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 67px;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: all .8s cubic-bezier(.251, .995, .25, 1);
  display: flex;
}

.vermais-depoimentos-butto:hover {
  background-color: #191f6b;
  transform: scale(1.02);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 30px;
}

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

.grid-4-copy {
  width: 97%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.card-parent-copy {
  width: 97%;
  grid-column-gap: 1.5em;
  width: 100%;
  grid-column-gap: 1.5em;
  width: 100%;
  grid-column-gap: 1.5em;
  width: 97%;
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.link-block-9 {
  color: #0a0a0a;
}

.link-block-10 {
  color: #000;
}

.link-block-11 {
  width: 100%;
  height: 100%;
  color: #000;
}

.div-block-5-copy {
  justify-content: flex-end;
  margin-right: 21px;
  padding-top: 30px;
  padding-right: 10px;
  display: flex;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #222a94;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area-2 {
  min-height: 144px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area-2::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-2 {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #222a94;
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-form-v2 {
  min-height: 620px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 100px;
  padding: 72px 78px;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative-2 {
  background-image: url('../images/young-craftsman-building-house.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: auto 100%;

  position: relative;
  overflow: hidden;
}

.brix---input-2-copy {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2-copy:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2-copy:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2-copy::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-2-copy::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.select-field-2 {
  min-height: 70px;
  background-color: rgba(243, 243, 243, 0);
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.select-field-2:hover {
  border: 1px solid #222a94;
}

.brix---input-2-copy {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2-copy:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #222a94;
}

.brix---input-2-copy:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2-copy::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-2-copy::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.hidden-copy {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hidden-copy.rt {
  border-top-right-radius: 150px;
}

.hidden-copy.bl {
  border-bottom-left-radius: 140px;
}

.hidden-copy.auro-mr {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.hidden-copy.vh {
  width: 100vw;
  height: 55vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hidden-copy2 {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.hidden-copy2.rt {
  border-top-right-radius: 150px;
}

.hidden-copy2.bl {
  border-bottom-left-radius: 140px;
}

.hidden-copy2.auro-mr {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.hidden-copy2.vh {
  width: 100vw;
  height: 55vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-12 {
  width: 4.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-quemsomos-copy {
  z-index: 999;
  height: 7em;
  background-color: #222a94;
  background-image: linear-gradient(46deg, rgba(0, 217, 255, .15), rgba(255, 255, 255, 0));
  border-bottom: .063em solid #666;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-5 {
  width: 90%;
  height: 20em;
  background-color: rgba(221, 221, 221, 0);
}

.grid-5 {
  height: 20em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-7 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 32%, #222a94), url('../images/man-travelling-by-boat-san-sebastian.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.257, 1.018, .25, 1);
  display: flex;
}

.div-block-7:hover {
  transform: scale(1.02);
}

.slide-nav-4 {
  display: none;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: .85em;
  line-height: 1em;
}

.icon-5 {
  color: #fff;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow-3 {
  color: #fff;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow-3 {
  color: #fff;
}

.grid-5-copy {
  height: 20em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-9 {
  width: 4.5em;
  max-width: none;
}

.brand {
  position: static;
}

.nav-menu-2 {
  position: relative;
}

.container-4 {
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-2 {
  height: 6em;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  font-size: 1em;
}

.nav-link-3 {
  color: #fff;
  font-size: 1em;
  position: static;
}

.nav-link-3:hover {
  color: #85ccef;
}

.navbar-2-home {
  height: 6em;
  background-color: #222a94;
  background-image: linear-gradient(214deg, #222a94, rgba(255, 255, 255, .12));
  flex-direction: row;
  align-items: center;
  display: none;
}

.navbar-paginas-secundarias {
  height: 6em;
  color: #222a94;
  background-color: #222a94;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #fff;
}

.nav-link-4:hover {
  color: #85ccef;
}

.nav-link-5 {
  color: #fff;
}

.nav-link-5:hover {
  color: #85ccef;
}

.nav-link-6 {
  color: #fff;
}

.nav-link-6:hover {
  color: #85ccef;
}

.nav-link-7 {
  color: #fff;
}

.nav-link-7:hover {
  color: #85ccef;
}

.nav-link-8, .nav-link-9, .nav-link-10, .nav-link-11 {
  color: #fff;
}

.nav-link-2-mobile {
  display: none;
  color: #fff;
  font-size: 1em;
}

.nav-link-2-mobile.w--current {
  display: none;
}

.nav-link-3-mobile {
  color: #fff;
  font-size: 1em;
  display: none;
  position: static;
}

.nav-link-7-mobile {
  color: #fff;
  display: none;
}

.nav-menu-2-copy {
  position: relative;
}

.navbar-home {
  height: 6em;
  color: #222a94;
  background-color: #222a94;
  background-image: linear-gradient(233deg, #222a94, rgba(255, 255, 255, .11));
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-7-copy {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 22%, #222a94), url('../images/man-fixing-kitchen-sink.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.246, 1.007, .25, 1);
  display: flex;
}

.div-block-7-copy:hover {
  transform: scale(1.02);
}

.div-block-7-copy1 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, #222a94), url('../images/young-businesswoman-owner-working.jpg');
  background-position: 0 0, 0 96%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.246, 1.024, .25, 1);
  display: flex;
}

.div-block-7-copy1:hover {
  transform: scale(1.02);
}

.div-block-7-copy2 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 11%, #222a94), url('../images/excavator-digging-day-light-outdoors.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.251, .971, .25, 1);
  display: flex;
}

.div-block-7-copy2:hover {
  transform: scale(1.02);
}

.div-block-7-copy3 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 23%, #222a94), url('../images/workers-putting-metal-structure-construction.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.246, 1.018, .25, 1);
  display: flex;
}

.div-block-7-copy3:hover {
  transform: scale(1.02);
}

.div-block-7-copy4 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 31%, #222a94), url('../images/worker-spraying-powder-paint-from-gun-side-view.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.246, 1.012, .25, 1);
  display: flex;
}

.div-block-7-copy4:hover {
  transform: scale(1.02);
}

.div-block-7-copy5 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #222a94), url('../images/worker-builds-cinder-block-wall-new-home.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.24, .983, .25, 1);
  display: flex;
}

.div-block-7-copy5:hover {
  transform: scale(1.02);
}

.slide-9, .slide-10, .slide-11 {
  width: 25%;
  padding-right: 10px;
}

.slide-12 {
  width: 25%;
}

.div-block-7-copy10 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 32%, #222a94), url('../images/man-travelling-by-boat-san-sebastian.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .6s cubic-bezier(.257, 1.018, .25, 1);
  display: flex;
}

.div-block-7-copy10:hover {
  transform: scale(1.02);
}

.slide-13 {
  width: 33%;
  margin-right: 10px;
}

.icon-8-copy {
  margin-left: 0;
}

.slide-14 {
  width: 33%;
  margin-right: 10px;
}

.slide-15 {
  width: 33%;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.div-block-5-copy {
  justify-content: flex-end;
  margin-right: 21px;
  padding-top: 30px;
  padding-right: 100px;
  display: flex;
}

.hidden-copy {
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.hidden-copy.rt {
  border-top-right-radius: 150px;
}

.hidden-copy.bl {
  border-bottom-left-radius: 140px;
}

.hidden-copy.auro-mr {
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.hidden-copy.vh {
  width: 100vw;
  height: 55vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-7 {
  width: 93%;
  grid-template-rows: auto auto;
}

.div-block-10 {
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: all .8s cubic-bezier(.222, .995, .25, 1);
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-10:hover {
  transform: scale(1.06);
}

.div-block-11 {padding-bottom: 80px;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.link-block-13 {
  color: #000;
  text-decoration: none;
}

.div-block-5-copy-copy {
  justify-content: flex-end;
  margin-right: 21px;
  padding-top: 30px;
  padding-bottom: 80px;
  padding-right: 100px;
  display: flex;
}

.photo-share-links {
  color: #3f484e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 100%;
  transition: all .2s;
}

.photo-share-links:hover {
  background-color: #fff;
}

.photo-share-links:active {
  color: #fff;
  background-color: #363b4e;
}

.photo-share-dropdown-icon {
  color: #fff;
  text-shadow: 0 0 6px #252525;
  font-size: 22px;
  line-height: 100%;
}

.work-hero-image-div {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-images {
  width: 100%;
  max-width: 50em;
}

._2nd-level-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-share-dropdown {
  position: absolute;
}

.photo-share-dropdown.photo-share-dropdowns {
  display: none;
}

._2nd-level-header {
  max-width: none;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 40px;
  display: flex;
}

.photo-share-button-toggle {
  margin-top: 15px;
  margin-left: 15px;
  padding: 5px;
}

.centered-1200-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.intro-copy {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16pt;
  font-weight: 400;
  line-height: 230%;
}

.project-details-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.column-33 {
  width: 33.333%;
}

.column-33.column-33-project-details {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-6 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.paragraph-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.work-image-div {
  width: 100%;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.work-images-copy {
  width: 100%;
  max-width: 50em;
}

.work-image-div-copy {
  width: 100%;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-12 {
  width: 100%;
  height: 80px;
}

.work-image-div-copy {
  width: 100%;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.body-5, .body-6 {
  background-color: #f8f8f8;
}

.image-10 {
  min-width: 0;
}

.work-images-copy {
  width: 100%;
  max-width: 50em;
}

.nav-link-2-mobile-copy {
  color: #fff;
  font-size: 1em;
}

.nav-link-2-mobile-copy.w--current {
  display: none;
}

.brix---input-2-copy {
  min-height: 70px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 40px;
  margin-bottom: 0;
  padding: 16px 24px 235px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2-copy:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #222a94;
}

.brix---input-2-copy:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2-copy::-ms-input-placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-2-copy::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.img-card-copy-copy {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/left-card.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy-copy.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/main-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy.right {
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._1 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

._1.left {
  border-radius: 0 0 0 150px;
}

._1.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._1.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._32 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

._32.left {
  border-radius: 0 0 0 150px;
}

._32.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._32.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy2 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy2.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy2.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy2.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy3 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/left-card.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy3.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy-copy3.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/main-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy3.right {
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy3 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy3.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy3.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy3.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy33 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy33.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy33.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy33.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy34 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy34.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy34.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy34.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy66 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/left-card.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy66.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy-copy66.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/main-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy66.right {
  background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy88 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/left-card.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy88.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy-copy88.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/main-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy-copy88.right {
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.16.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy553 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy553.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy553.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.16.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy553.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy66 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.16.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy66.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy66.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy66.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-13 {
  margin-bottom: 80px;
}

.product-detail-lightbox-wrap, .lightbox-link {
  width: 60%;
  justify-content: space-between;
  display: flex;
}

.lightbox-product-image {
  width: 173px;
  height: 173px;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.22.07.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.collection-list-wrapper {
  background-color: #f8f8f8;
  justify-content: center;
  display: flex;
}

.lightbox-product-image-copy {
  width: 173px;
  height: 173px;
  background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image-copy:hover {
  opacity: .8;
}

.lightbox-product-image-copy-copy {
  width: 173px;
  height: 173px;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.12.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image-copy-copy:hover {
  opacity: .8;
}

.lightbox-product-image-copy-copy-copy {
  width: 173px;
  height: 173px;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.32.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image-copy-copy-copy:hover {
  opacity: .8;
}

.collection-list-wrapper-copy {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  display: flex;
}

.img-card-copy {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy222 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy222.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy222.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy222.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy323 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy323.left {
  border-radius: 0 0 0 150px;
}

.img-card-copy323.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-card-copy323.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._312321321 {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

._312321321.left {
  border-radius: 0 0 0 150px;
}

._312321321.main {
  width: 100%;
  height: 35em;
  max-width: 34.5em;
  background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._312321321.right {
  background-image: url('../images/right-card.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-56 {
  height: 35vw;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.slider-6 {
  height: 35vw;
  border-top-right-radius: 50px;
  display: flex;
}

.mask-2 {
  height: 35vw;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.image-127 {
  width: 100%;
  height: 35vw;
  max-width: none;
}

.slide-nav-5 {
  overflow: visible;
}

.gallery-wrap {
  width: 75%;
}

.slider-7 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.image-128 {
  width: 100%;
  height: 35vw;
  max-width: none;
}

.image-134 {
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  height: 35vw;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-19 {
  width: 100%;
  height: auto;
}

.grid-27 {
  padding-right: 5px;
  padding-left: 5px;
  width: auto;
  height: 90%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.slide-nav-6 {
  overflow: visible;
}

.image-137, .image-136 {
  width: 100%;
  height: 100%;
}

.slider-8 {
  height: 35vw;
  border-top-right-radius: 50px;
  display: flex;
}

.image-135 {
  width: 100%;
  height: 100%;
}

.icon-11, .icon-12, .icon-13, .icon-14, .icon-15, .icon-16, .icon-17, .icon-18 {
  color: #000;
}

.image-138 {
  display: none;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25 {
  max-height: 40px;
}

@media screen and (min-width: 1280px) {
  .div-block-59 {
    height: 90vh;
}
.div-block-59 {
    width: 100%;
    height: 40em;
    justify-content: center;
    align-items: center;
    display: flex;
}
  .nav-menu {
    justify-content: space-between;
  }

  .nav-logo {
    left: 44%;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-s {
    font-size: 1em;
  }

  .flex-ver {
    align-items: stretch;
  }

  .choose-content {
    justify-content: flex-start;
  }

  .option.right-pad.border-left {
    border-right: 1px solid #cfcfcf;
  }

  .option.left-pad.border-top {
    border-top: 1px solid #cfcfcf;
  }

  .card-parent {
    width: 60%;
  }

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

  .client-card {
    width: 100%;
    max-width: 51.813em;
    grid-row-gap: 1.5em;
    background-color: #fff;
    border-radius: .625em;
    flex-direction: column;
    padding: 2em;
    display: flex;
  }

  .client-logo {
    max-width: 9.938em;
    color: #1a1e23;
  }

  .text-m {
    font-size: 1.25em;
    line-height: 1em;
  }

  .text-m.gray {
    color: #666;
  }

  .text-m.sembol {
    font-weight: 600;
  }

  .client-profile {
    align-items: center;
    display: flex;
  }

  .client-img {
    max-height: 3.75em;
    max-width: 3.75em;
    border-radius: 100%;
  }

  .client-detail {
    grid-row-gap: .375em;
    flex-direction: column;
    margin-left: .875em;
    display: flex;
  }

  .client-rate {
    color: #ffb600;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .text-xs {
    font-size: 1em;
    line-height: 1em;
  }

  .rate-icon {
    max-width: 1.5em;
  }

  .client-parent {
    grid-column-gap: .875em;
    align-items: center;
    display: flex;
  }

  .content {
    grid-column-gap: 4.375em;
  }

  .slider-3 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .flex-ver-copy {
    align-items: stretch;
  }

  .div-block-4 {
    height: 4em;
  }

  .link-block-2 {
    line-height: 1;
  }

  .link-block-3 {
    margin-left: 2px;
  }

  .content-copy {
    grid-column-gap: 4.375em;
  }

  .text-m-copy {
    font-size: 1.25em;
    line-height: 1em;
  }

  .text-m-copy.gray {
    color: #666;
  }

  .text-m-copy.sembol {
    font-weight: 600;
  }

  .container-2 {
    width: 70em;
    max-width: 70em;
  }

  .hero-wrapper {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .shadow-two {
    max-width: 28em;
  }

  .navbar-quemsomos {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .content-copy-copy {
    grid-column-gap: 4.375em;
  }

  .client-section-copy {
    background-color: #f8f8f8;
  }

  .brix---heading-h1-size-2 {
    font-size: 3.5em;
  }

  .navbar-quemsomos-copy {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-4 {
    font-size: .9em;
  }

  .div-block-8 {
    justify-content: center;
    display: flex;
  }

  .icon-9, .icon-10 {
    color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    align-items: flex-start;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---section-position-relative-2 {
    background-image: url('../images/young-craftsman-building-house.jpg');
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    height: 6em;
  }

  .nav-logo {
    width: 5.5em;
  }

  .navbar {
    height: 8em;
  }

  .card-parent {
    width: 80%;
  }

  .video-section {
    height: 54em;
  }

  .right {
    justify-content: space-around;
  }

  .comp-pane.right {
    width: 36%;
  }

  .container-form {
    max-width: 100%;
  }

  .slider-4 {
    height: 23em;
  }

  .btn-copy {
    margin-top: 31px;
    margin-left: 91px;
  }

  .container-2 {
    width: 70em;
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 1.2em;
  }

  .navbar-quemsomos {
    height: 8em;
  }

  .heading-3 {
    font-size: 4em;
  }

  .navbar-quemsomos-copy {
    height: 8em;
  }

  .slider-5 {
    height: 31em;
  }

  .heading-4 {
    font-size: 1.1em;
  }

  .slide-16, .slide-17 {
    width: 50%;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .hidden-copy {
    padding-left: 70px;
  }

  .div-block-5-copy-copy {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .nav-flex {
    align-items: center;
  }

  .nav-logo {
    left: 29.725em;
  }

  .acsent-img {
    z-index: 3;
  }

  .main-card.pc {
    height: auto;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .sub-card {
    height: 0%;
    max-height: 35em;
  }

  .sub-card.pc {
    height: auto;
    max-height: 30em;
  }

  .card-des.left {
    padding-left: 2em;
  }

  .hidden.vh {
    height: 30vh;
  }

  .arrow-icon {
    padding-right: 0;
  }

  .content {
    grid-column-gap: 2em;
  }

  .comp-pane.right {
    width: 60%;
  }

  .link-block {
    padding-right: 20px;
  }

  .html-embed-7 {
    padding-right: 0;
  }

  .content-copy {
    grid-column-gap: 2em;
  }

  .btn-copy {
    margin-top: 24px;
  }

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

  .centered-heading {
    width: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    max-width: 40em;
  }

  .margin-bottom-24px-2 {
    font-size: 1.6em;
  }

  .line-foot-copy {
    margin-top: 0;
  }

  .footer-quemsomos {
    padding-top: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .content-copy-copy {
    grid-column-gap: 2em;
  }

  .faq-question-text-content {
    opacity: .7;
    color: #222a94;
    font-size: 2em;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .hidden-copy.vh, .hidden-copy2.vh {
    height: 30vh;
  }

  .container-4 {
    justify-content: space-between;
  }

  .nav-link-2, .nav-link-3, .navbar-2-home, .nav-link-7 {
    display: none;
  }

  .icon-6, .icon-7 {
    color: #fff;
  }

  .menu-button {
    margin-left: 350px;
  }

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

  .menu-button-2 {
    margin-left: 350px;
  }

  .nav-menu-3 {
    display: none;
  }

  .nav-link-2-mobile.w--current, .nav-link-3-mobile, .nav-link-7-mobile {
    display: flex;
  }

  .nav-menu-2-copy {
    background-color: #111553;
    position: absolute;
  }

  .menu-button-copy {
    margin-left: 600px;
  }

  .menu-button-copy.w--open {
    background-color: #0b0c4e;
  }

  .mask {
    height: 30em;
  }

  .hidden-copy.vh {
    height: 30vh;
  }

  ._2nd-level-hero {
    margin-bottom: 0;
  }

  ._2nd-level-header {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .intro-copy {
    margin-bottom: 30px;
    font-size: 13pt;
    line-height: 170%;
  }

  .column-33.column-33-project-details {
    width: 50%;
  }

  .text-block-6 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .nav-link-2-mobile-copy.w--current {
    display: flex;
  }

  .img-card-copy-copy.right, ._1.main, ._32, .img-card-copy2.main, .img-card-copy-copy3.right, .img-card-copy3, .img-card-copy33.main, .img-card-copy34, .img-card-copy-copy66.right, .img-card-copy-copy88.right, .img-card-copy553.main, .img-card-copy66 {
    height: 30em;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-link {
    width: 100%;
    margin-top: 30px;
  }

  .lightbox-product-image {
    width: 30%;
    height: 173px;
    margin-top: 0;
  }

  .empty-state {
    max-width: 738px;
  }

  .lightbox-product-image-copy, .lightbox-product-image-copy-copy, .lightbox-product-image-copy-copy-copy {
    width: 30%;
    height: 173px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.3vw;
  }

  .container {
    height: auto;
  }

  .container.flex {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.bot-mar {
    margin-bottom: 3.75em;
  }

  .nav-menu {
    grid-row-gap: 1.125em;
    background-color: #1a1e23;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .nav-link {
    font-size: 1em;
  }

  .sub-nav-menu {
    grid-row-gap: 1.125em;
    flex-direction: column;
    align-items: center;
    margin-top: 1.125em;
    margin-bottom: 1.125em;
  }

  .nav-logo {
    max-width: 7.438em;
    position: static;
  }

  .navbar {
    padding-top: 1.438em;
    padding-bottom: 1.438em;
  }

  .header.mobile {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 84%, #fff 84%, #fff 85%);
    padding-top: 8.313em;
    padding-bottom: 5em;
  }

  .header-title {
    grid-row-gap: 3.75em;
    flex-direction: column;
  }

  .detail {
    grid-row-gap: 1.5em;
  }

  .h1.white {
    font-size: 2.125em;
  }

  .h1.white.cap {
    text-align: center;
    font-size: 2.125em;
  }

  .text-xl.white.sembol {
    font-size: 1.125em;
  }

  .text-xl.sembol {
    font-size: 1.25em;
  }

  .text-s {
    font-size: 1.125em;
  }

  .text-s.choose.left {
    max-width: 100%;
    text-align: left;
    font-size: 1em;
  }

  .text-s.foot {
    margin-left: 0;
    font-size: 1em;
  }

  .text-l.bold.white {
    font-size: 1.125em;
  }

  .text-l.sembol {
    font-size: 1.25em;
  }

  .text-detail {
    grid-row-gap: 1.125em;
    align-items: center;
  }

  .header-img {
    width: 100%;
    height: 18.75em;
    max-width: 21.188em;
    background-position: 0%;
    display: block;
  }

  .header-img.mobile {
    border-top-left-radius: 3.75em;
    border-top-right-radius: 3.75em;
    display: block;
  }

  .header-img.hide {
    display: none;
  }

  .main-img {
    height: 20.9em;
    max-width: 21.188em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flex-header {
    grid-row-gap: 3.75em;
  }

  .acsent-img {
    z-index: 1;
    max-width: 6.25em;
    top: auto;
    bottom: -17%;
    left: 37%;
    right: auto;
  }

  .choose-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .flex-ver, .flex-ver.dmn {
    grid-row-gap: 2em;
  }

  .title-content {
    grid-column-gap: 1.5em;
  }

  .title-content.mobile {
    display: flex;
  }

  .title-content.pc {
    display: none;
  }

  .square {
    width: .875em;
    height: .875em;
  }

  .h2 {
    font-size: 1.75em;
  }

  .h2.white {
    font-size: 2em;
  }

  .choose-content {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: stretch;
  }

  .option {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .option.right-pad {
    align-items: stretch;
  }

  .option.border-right {
    border-right-style: none;
  }

  .option.border-right.border-bot {
    border-bottom-style: none;
    border-right-style: none;
  }

  .option.border-bot {
    border-bottom-style: none;
  }

  .num {
    grid-column-gap: 1.5em;
    align-items: center;
    display: flex;
  }

  .description {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 1.125em;
    padding-left: 0;
  }

  .h3 {
    font-size: 1.5em;
    display: block;
  }

  .h3.hide {
    display: none;
  }

  .sub-content {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: stretch;
  }

  .dimension-section, .project-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .view {
    margin-left: 0;
  }

  .view.mobile {
    display: none;
  }

  .view.pc {
    display: flex;
  }

  .h4 {
    font-size: 1.125em;
  }

  .card-parent {
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    flex-direction: row;
  }

  .main-card {
    z-index: auto;
    max-height: 18.75em;
    max-width: 100%;
    margin-bottom: 0;
  }

  .main-card.mobile {
    justify-content: center;
    display: flex;
  }

  .main-card.pc {
    display: none;
  }

  .sub-card {
    z-index: auto;
    max-height: 18.75em;
    max-width: 100%;
  }

  .sub-card.mobile {
    width: 100%;
    display: block;
  }

  .sub-card.pc {
    display: none;
  }

  .img-card {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-left {
    width: 21.188em;
    max-height: 18.75em;
    border-bottom-left-radius: 0;
  }

  .img-right {
    width: 21.188em;
    max-height: 18.75em;
    border-top-right-radius: 0;
  }

  .card-des.hide {
    max-width: 19.2em;
    grid-row-gap: .5em;
    align-items: flex-start;
    padding-left: 1.125em;
    display: flex;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: auto;
  }

  .card-des.left {
    max-width: 19.2em;
    align-items: flex-start;
    padding-left: 1.125em;
  }

  .card-des.right {
    max-width: 19.2em;
    grid-row-gap: .5em;
    margin-left: 0;
    padding-left: 1.125em;
    padding-right: 0;
  }

  .img {
    width: 21.188em;
    max-height: 18.75em;
  }

  .video-section {
    height: 13em;
  }

  .client-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    display: flex;
  }

  .client-card {
    width: 100%;
    height: auto;
    max-height: 40em;
    max-width: 19.313em;
    padding: 1.5em 1.125em;
  }

  .client-logo {
    max-width: 7em;
  }

  .text-m.gray {
    font-size: .8em;
  }

  .text-m.sembol {
    font-size: .9em;
  }

  .text-m.ask {
    font-size: 1.125em;
  }

  .text-m.bold {
    font-size: 1em;
    display: inline;
  }

  .client-img {
    max-width: 3.125em;
  }

  .client-rate {
    display: none;
  }

  .text-xs {
    font-size: .8em;
  }

  .ask-section {
    align-items: center;
    display: flex;
  }

  .sign-line {
    width: 1.5em;
    height: .188em;
  }

  .sign-line.sub {
    width: .188em;
    height: 1.5em;
  }

  .footer {
    background-image: radial-gradient(circle at 0 80%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%), radial-gradient(circle at 100% 35%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 18%), radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%);
  }

  .top-footer {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: stretch;
  }

  .email-content {
    grid-row-gap: 1.125em;
    margin-left: 0;
  }

  .btn {
    max-width: 21.188em;
    padding: .813em 0 .813em 7.5em;
  }

  .search-form {
    width: 100%;
    max-width: 21.188em;
    padding: .813em 1.5em .813em 2em;
  }

  .input-email {
    font-size: 1.125em;
  }

  .form-group {
    grid-column-gap: 7.25em;
    justify-content: flex-start;
    align-items: center;
  }

  .search-img {
    max-width: 2.125em;
  }

  .line-foot {
    margin-top: 3.75em;
    margin-bottom: 3.75em;
  }

  .main-footer {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .left {
    grid-row-gap: 1.5em;
  }

  .right {
    grid-row-gap: 2em;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    max-width: 7.688em;
  }

  .left-child {
    grid-row-gap: 1.125em;
  }

  .right-child, .foot-menu {
    align-items: center;
  }

  .bot-footer {
    background-color: #33383f;
  }

  .text-foot.mid {
    text-align: center;
    line-height: 1.2em;
  }

  .text-foot.hide {
    display: none;
  }

  .flex.foot {
    grid-row-gap: 5.063em;
  }

  .video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .body-3 {
    font-size: 4.3vw;
  }

  .html-embed-3 {
    width: 100%;
    height: 100vh;
  }

  .slider.owl-carousel {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    justify-items: center;
  }

  .strip-h {
    display: none;
  }

  .sub-right {
    grid-column-gap: 2.813em;
    text-align: center;
    justify-content: center;
  }

  .hidden {
    justify-content: center;
  }

  .hidden.bl {
    border-bottom-left-radius: 0;
    justify-content: center;
  }

  .hidden.vh {
    height: 45vh;
  }

  .arrow-icon {
    max-width: 2em;
  }

  .btn-menu {
    background-color: rgba(0, 0, 0, 0);
    padding: 4px;
  }

  .btn-menu.w--open {
    background-color: #1a1e23;
  }

  .content {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
    overflow: auto;
  }

  .dimension-option.left {
    max-width: 12.5em;
  }

  .shadow-eclipse {
    height: 12em;
    max-width: 12.5em;
    padding: 0;
  }

  .dmn-txt {
    font-size: 1.2em;
  }

  .lines {
    width: 24px;
    height: 24px;
    position: relative;
  }

  .line-top {
    width: 13px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .line-mid {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 10px;
  }

  .line-bot {
    width: 13px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .input-parent {
    max-width: 126px;
  }

  .slide {
    width: 100%;
  }

  .slider-3 {
    height: auto;
  }

  .h2-copy {
    font-size: 1.75em;
  }

  .h2-copy.white {
    font-size: 2em;
  }

  .flex-ver-copy, .flex-ver-copy.dmn {
    grid-row-gap: 2em;
  }

  .title-content-copy {
    grid-column-gap: 1.5em;
  }

  .title-content-copy.mobile {
    display: flex;
  }

  .title-content-copy.pc {
    display: none;
  }

  .shadow-eclipse-copy {
    height: 12.5em;
    max-width: 12.5em;
    padding: 0;
  }

  .right-child-copy {
    align-items: center;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
  }

  .container-form {
    height: 100%;
    min-height: 100%;
    align-items: center;
  }

  .container-form.flex {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-form.bot-mar {
    margin-bottom: 3.75em;
  }

  .img-card-copy {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .container-copy.flex {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.bot-mar {
    margin-bottom: 3.75em;
  }

  .div-block-4 {
    justify-content: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .slider-4 {
    height: 56em;
  }

  .content-copy {
    width: 70%;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
    overflow: auto;
  }

  .main-footer-copy {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
  }

  .dmn-txt-copy {
    font-size: 2em;
  }

  .background-video {
    width: 100%;
  }

  .btn-copy {
    width: 50%;
    max-width: 21.188em;
    flex-direction: row;
    justify-content: center;
    padding: .6em 0;
    display: flex;
  }

  .text-m-copy.gray, .text-m-copy.sembol, .text-m-copy.ask {
    font-size: 1.125em;
  }

  .text-m-copy.bold {
    font-size: 1em;
    display: inline;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container-2, .centered-heading {
    width: auto;
  }

  .shadow-two {
    width: 100%;
    max-width: 23em;
    margin-bottom: 40px;
  }

  .hero-heading-left, .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    font-size: 1em;
  }

  .navbar-quemsomos {
    padding-top: 1.438em;
    padding-bottom: 1.438em;
  }

  .line-foot-copy {
    margin-top: 3.75em;
    margin-bottom: 3.75em;
  }

  .footer-quemsomos {
    background-image: radial-gradient(circle at 0 80%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%), radial-gradient(circle at 100% 35%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 18%), radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0) 30%);
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-copy-copy {
    width: 70%;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
    overflow: auto;
  }

  .slide-3 {
    width: 100%;
  }

  .slide-4 {
    width: 50%;
  }

  .slide-5 {
    width: 100%;
  }

  .slide-6 {
    width: 50%;
  }

  .slide-7, .slide-8 {
    width: 100%;
  }

  .faq-indicator-icon-line {
    top: 42%;
  }

  .faq-indicator-icon-line._2 {
    top: 47%;
  }

  .faq-question-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .faq-answer {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-question-text-content {
    color: #222a94;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1em;
  }

  .faq-indicator {
    width: 15%;
  }

  .faq-indicator-icon {
    width: 15px;
    height: 15px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

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

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

  .client-section-copy {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .vermais-depoimentos-butto {
    max-width: 15em;
    margin-top: 11px;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .grid-4-copy {
    width: 100%;
  }

  .card-parent-copy {
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---grid-contact-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---input-2-copy {
    min-height: 60px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hidden-copy {
    justify-content: center;
  }

  .hidden-copy.bl {
    border-bottom-left-radius: 0;
    justify-content: center;
  }

  .hidden-copy.vh {
    height: 45vh;
  }

  .hidden-copy2 {
    justify-content: center;
  }

  .hidden-copy2.bl {
    border-bottom-left-radius: 0;
    justify-content: center;
  }

  .hidden-copy2.vh {
    height: 45vh;
  }

  .navbar-quemsomos-copy {
    padding-top: 1.438em;
    padding-bottom: 1.438em;
  }

  .slider-5 {
    height: 10em;
  }

  .heading-4 {
    font-size: .5em;
  }

  .grid-5-copy {
    width: auto;
  }

  .menu-button-copy {
    margin-left: 300px;
  }

  .div-block-7-copy1 {
    height: 100%;
  }

  .div-block-7-copy2, .div-block-7-copy3 {
    width: auto;
    height: 100%;
  }

  .div-block-7-copy4, .div-block-7-copy5 {
    height: 100%;
  }

  .slide-9, .slide-10, .slide-11, .slide-12 {
    width: 25%;
  }

  .slide-13, .slide-14 {
    width: 33%;
    margin-right: 10px;
  }

  .slide-15 {
    width: 33%;
  }

  .mask {
    height: 20em;
  }

  .hidden-copy {
    justify-content: center;
  }

  .hidden-copy.bl {
    border-bottom-left-radius: 0;
    justify-content: center;
  }

  .hidden-copy.vh {
    height: 45vh;
  }

  ._2nd-level-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-5 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .intro-copy {
    font-size: 12pt;
  }

  .work-image-div, .work-image-div-copy, .work-image-div-copy {
    margin-bottom: 60px;
  }

  .brix---input-2-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .img-card-copy-copy {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  ._1 {
    height: 18.75em;
    max-width: 21.188em;
  }

  ._1.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  ._32 {
    height: 18.75em;
    max-width: 21.188em;
  }

  ._32.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy2 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy2.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy3 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy3.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy3 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy3.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy33 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy33.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy34 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy34.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy66 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy66.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy88 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy-copy88.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy553 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy553.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy66 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy66.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .lightbox-product-image-copy, .lightbox-product-image-copy-copy {
    width: 30%;
    height: 120px;
  }

  .lightbox-product-image-copy-copy-copy {
    height: 120px;
  }

  .img-card-copy {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy222 {
    height: 18.75em;
    max-width: 21.188em;
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.16.jpeg');
  }

  .img-card-copy222.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy323 {
    height: 18.75em;
    max-width: 21.188em;
  }

  .img-card-copy323.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  ._312321321 {
    height: 18.75em;
    max-width: 21.188em;
    background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  }

  ._312321321.main {
    width: 21.188em;
    height: 18.75em;
    max-width: 21.188em;
  }
}

@media screen and (max-width: 479px) {
  .card-parent {
    flex-direction: row;
  }

  .img-card {
    background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  }

  .img-card.main {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  .client-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .client-card {
    height: auto;
    max-height: 40em;
    max-width: none;
  }

  .text-m.gray {
    max-width: 17.063em;
    font-size: .8em;
  }

  .text-m.sembol {
    font-size: 1em;
  }

  .text-xs {
    font-size: .9em;
  }

  .form-group {
    grid-column-gap: 0em;
  }

  .text-foot.mid {
    font-size: .6em;
  }

  .hidden.vh {
    height: 24vh;
  }

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

  .dmn-txt {
    font-size: 1em;
  }

  .lines {
    display: flex;
  }

  .slider-2 {
    height: auto;
  }
  .h2-copy-copy {
    height: auto;
    color: #222a94;
    text-transform: uppercase;
    cursor: default;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    display: flex;
     }
  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .flex-ver-copy {
    height: auto;
  }

  .submit-button {
    width: 100%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .image-5 {
    margin-right: 10px;
  }

  .grid-2 {
    height: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-4 {
    height: 100%;
  }

  .content-copy {
    width: 100%;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dmn-txt-copy {
    font-size: 1em;
  }

  .slide-2 {
    height: 100%;
  }

  .btn-copy {
    margin-left: 0;
  }

  .text-m-copy.gray {
    max-width: 17.063em;
    font-size: .8em;
  }

  .text-m-copy.sembol {
    font-size: 1em;
  }

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

  .centered-heading {
    width: auto;
    margin-bottom: 24px;
  }

  .shadow-two {
    margin-bottom: 30px;
  }

  .line-foot-copy {
    margin-top: 0;
  }

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

  .team-grid {
    grid-template-columns: 1fr;
  }

  .content-copy-copy {
    width: 100%;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-indicator-icon-line {
    top: 30%;
  }

  .faq-indicator-icon-line._2 {
    top: 70%;
  }

  .faq-question-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-answer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-text-content {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .faq-indicator {
    width: 20%;
  }

  .faq-indicator-icon {
    width: 12px;
    height: 12px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    border-bottom-left-radius: 20px;
  }

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

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

  .div-block-5 {
    justify-content: center;
  }

  .client-section-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .vermais-depoimentos-butto {
    margin-top: 60px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .div-block-5-copy {
    margin-right: 0;
    padding-right: 0;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1em;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative-2 {
    background-position: 70%;
    background-size: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---input-2-copy {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2-copy::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2-copy {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2-copy::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .hidden-copy.vh, .hidden-copy2.vh {
    height: 24vh;
  }

  .heading-4 {
    margin-bottom: 10px;
  }
  .h2-copy-copy {
    height: auto;
    color: #222a94;
    text-transform: uppercase;
    cursor: default;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    display: flex; }
   



  .icon-5 {
    color: #fff;
  }

  .container-4 {
    justify-content: space-between;
  }

  .menu-button, .menu-button-2 {
    margin-left: 100px;
  }

  .menu-button-copy {
    margin-left: 140px;
  }

  .div-block-7-copy4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-9, .slide-10, .slide-11 {
    padding-right: 5px;
  }

  .slide-12 {
    margin-right: 5px;
  }

  .slide-13 {
    width: 25%;
    margin-right: 5px;
  }

  .icon-8, .icon-8-copy {
    color: #fff;
  }

  .slide-14 {
    width: 25%;
    margin-right: 5px;
  }

  .slide-15 {
    width: 25%;
  }

  .div-block-5-copy {
    justify-content: center;
  }

  .hidden-copy {
    padding-left: 0;
  }

  .hidden-copy.vh {
    height: 24vh;
  }

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

  .div-block-5-copy-copy {
    justify-content: center;
  }

  .work-images {
    margin-bottom: 20px;
  }

  ._2nd-level-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .column-33.column-33-project-details {
    width: 100%;
  }

  .text-block-6 {
    margin-bottom: 3px;
  }

  .work-image-div {
    margin-bottom: 50px;
  }

  .work-images-copy, .work-image-div-copy, .work-image-div-copy {
    margin-bottom: 0;
  }

  .work-images-copy {
    margin-bottom: 80px;
  }

  .brix---input-2-copy {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2-copy::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-13 {
    margin-bottom: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .lightbox-link {
    width: 100%;
    margin-top: 0;
  }

  .lightbox-product-image {
    width: 30%;
    height: 70px;
  }

  .lightbox-product-image-copy {
    height: 70px;
  }

  .lightbox-product-image-copy-copy {
    width: 30%;
    height: 70px;
  }

  .lightbox-product-image-copy-copy-copy {
    height: 70px;
  }

  .img-card-copy {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.22.jpeg');
  }

  .img-card-copy.main {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  .img-card-copy222 {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.23.16.jpeg');
  }

  .img-card-copy222.main {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  .img-card-copy323 {
    background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  }

  .img-card-copy323.main {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  ._312321321 {
    background-image: url('../images/WhatsApp-Image-2024-02-01-at-09.14.12.jpeg');
  }

  ._312321321.main {
    background-image: url('../images/WhatsApp-Image-2024-01-29-at-10.21.56.jpeg');
  }

  .left-arrow-5, .slider-7, .right-arrow-5, .slide-19 {
    position: static;
  }

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

  .mask-3 {
    position: static;
  }
}

#w-node-_8a02e1d2-c8fb-33ce-f37b-40139080b966-d55f46fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8a02e1d2-c8fb-33ce-f37b-40139080b96a-d55f46fb {
  justify-self: start;
}

#w-node-_4c084a49-d0dc-04ae-eb74-9c656220250b-d55f46ff, #w-node-_0a05fb48-10a2-d43b-7e5b-432446bddf4d-d55f46ff, #w-node-_4963d5c2-5696-2b07-a4f7-e82690d87c5e-d55f46ff, #w-node-_499684b7-b3e5-23d1-5c84-4725217a9161-d55f46ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a73332-2436-6bf9-dfa4-fabb40dfa3c5-d55f4700 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0a73332-2436-6bf9-dfa4-fabb40dfa3c9-d55f4700 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-aea4450f-b930-04df-11b4-281e0180b48a-d55f46fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4dd9cb6e-da19-88b7-6340-c8eda72806f1-d55f46fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a02e1d2-c8fb-33ce-f37b-40139080b966-d55f46fb {
    grid-column: span 1 / span 1;
  }

  #w-node-_6995f4c9-0e77-4248-9f75-8a6fb186b7d5-d55f46fc, #w-node-_31aef94a-4fd6-d727-3848-68af93aa1ad6-d55f46fc, #w-node-_6d45b80c-79af-d9b0-349d-3ad95ed68bd3-d55f46fc, #w-node-ebd2da23-7e72-ab75-3ba3-bbf0c2cfe55a-d55f46fc, #w-node-_6164ae11-fef3-33aa-9d5f-5720c0e6f45e-d55f46fc, #w-node-_215954fd-4bbd-8b40-9825-b45ffbfe3593-d55f46fc, #w-node-_7ba6a981-63b8-e378-bc3c-6455bbaaa6f4-d55f46fc, #w-node-_5a667201-3816-e66e-b91d-f1d24c3d1d10-d55f46fc, #w-node-a7fb6e43-f7b3-f30d-87c3-0d911a24eaaa-d55f46fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0a73332-2436-6bf9-dfa4-fabb40dfa3c5-d55f4700 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}