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

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

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

:root {
  --white: white;
  --dark-slate-blue-2: #154368;
  --dark-slate-blue: #174d77;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.img-prod-painel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
}

.dropdown1-2.w--open {
  background-color: #fff;
  border-radius: .375rem;
  font-size: .8125rem;
  box-shadow: 0 6px 1.5rem #30364d38;
}

.heading-product-painel {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.logo-pb {
  width: 1.125rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.form-pesq {
  display: flex;
}

.divsair {
  border: .0625rem solid #e6e6e6;
  border-radius: .375rem;
  padding: .75rem;
  font-size: .6875rem;
  transition: all .4s;
  display: flex;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.navigation-2 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .9375rem;
  display: flex;
}

.id-painel {
  color: #949494;
  font-size: .6875rem;
  line-height: 1rem;
}

.img-galeria {
  max-width: 9.375rem;
  margin-bottom: .625rem;
}

.btm-excluir-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btm-excluir-painel:hover {
  background-color: #f3f5fa;
}

.form-login {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-2 {
  background-color: #ec1f24;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 8.125rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.brand-2._3 {
  background-color: #fff;
  height: auto;
}

.div-block-12 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-pesquisa {
  margin-bottom: 0;
}

.btnoesquisa {
  border-radius: .5rem;
  height: 3rem;
  margin-left: .625rem;
  font-size: .8125rem;
  line-height: .8125rem;
}

.btnoesquisa.cor-1 {
  background-color: #258ffb;
  transition: all .4s;
}

.btnoesquisa.cor-1:hover {
  background-color: #2373c5;
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.conteiner-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.conteiner-2.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  box-shadow: 45px 45px 8.75rem -3rem #393b6a1f;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  height: 5.5rem;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem #0000001a;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 3.75rem 1fr 12.5rem;
  margin-bottom: .625rem;
}

.ico-sair {
  width: .9375rem;
  margin-right: .3125rem;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12.5rem;
  margin-bottom: 1.25rem;
}

.section-3 {
  background-color: #fcfcfc;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-3.section-painel {
  background-color: #f3f5fb;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.galeria-fotos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .625rem;
  display: grid;
}

.clear20 {
  width: 100%;
  height: 1.25rem;
}

.form-contato-2 {
  padding-top: 1.25rem;
}

.pb-txt {
  color: #000;
  margin-right: .75rem;
  font-weight: 600;
}

.section-4 {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: .5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #d5918c;
}

.button-1.cor-1.topo {
  background-color: #7891f9;
}

.button-1.cor-1.topo:hover {
  background-color: #617ef7;
}

.button-1.cor-1.topo.suporte {
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 3.125rem;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #2373c5;
}

.button-1.button-form {
  max-width: 8.125rem;
}

.button-1.button-form.cor-1 {
  background-color: #258ffb;
  max-width: 100%;
}

.button-1.button-form.cor-1:hover {
  background-color: #2373c5;
}

.button-1.button-form.cor-1.btnpainel {
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
  flex: 0 auto;
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel {
  background-color: #258ffb;
  max-width: 100%;
  margin-right: 2.5rem;
}

.button-1.button-form.cor-1.btnpainel:hover {
  background-color: #2373c5;
}

.button-1._2 {
  background-color: #f26a1b;
  border-radius: 5px;
  font-weight: 600;
}

.txtpainel {
  color: #b1b1b1;
  font-size: .6875rem;
  line-height: 1.3125rem;
}

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

.label {
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.input-contato-2 {
  background-color: #fff;
  border: .0625rem solid #c8cbd8;
  border-radius: .375rem;
  flex: 1;
  height: 3rem;
  margin-bottom: 1.875rem;
  padding: .4375rem 1.5rem .5rem;
}

.input-contato-2:focus {
  background-color: #fff;
  border-width: .125rem;
}

.input-contato-2._2 {
  margin-bottom: 1rem;
}

.foto-galeria {
  flex-direction: column;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

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

.btn-edit-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  margin-right: .625rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btn-edit-painel:hover {
  background-color: #f1f3f8;
}

.nav-dropdown1-link-2 {
  color: #000;
  width: 100%;
  font-size: .8125rem;
}

.nav-dropdown1-link-2:hover {
  background-color: #eaeaf1;
}

.pb-1 {
  color: #919191;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.logo-admin {
  width: 4.375rem;
}

.nav-link1-2 {
  color: #010101;
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1-2:hover {
  background-color: #f3f3f7;
}

.clear80 {
  height: 5rem;
}

.label-sub {
  font-size: .6875rem;
  font-weight: 400;
}

.nav-menu1-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-3 {
  align-items: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.bg-index {
  background-image: linear-gradient(#0003, #0a0a0a00), url('../images/bg-header-index.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.navigation {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 3%;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation.index {
  z-index: 9999;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.banner-regular {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

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

.navigation-toggle {
  color: var(--white);
  letter-spacing: -.01em;
  border-radius: .5rem;
  align-items: center;
  height: 100%;
  padding: 12px 30px 12px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  color: var(--white);
  background-color: #ffffff4d;
}

.navigation-toggle._2 {
  color: #333;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-text-link {
  color: #642eff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.navigation-avatar-website {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-dropdown-small {
  height: 100%;
  position: static;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-link-icon {
  grid-column-gap: 44px;
  color: #040404;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-link-icon:hover {
  background-color: #f7f9fd;
}

.banner-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #282556;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge:hover {
  background-color: #393b6a;
}

.logo-link-large {
  margin-right: 24px;
}

.logo {
  width: 124px;
}

.navigation-icon {
  background-color: #f7f9fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 10px;
  display: flex;
}

.navigation-avatar-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.avatar-regular {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-arrow {
  color: var(--dark-slate-blue-2);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-base {
  padding: 16px;
}

.navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: .5rem;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: var(--white);
  background-color: #ffffff4d;
}

.navigation-link.w--current {
  color: var(--white);
}

.navigation-link._2 {
  color: #333;
}

.navigation-cta-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f9fd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}

.navigation-icon-arrow {
  margin-right: 10px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.navigation-list-small {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-small.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  max-width: 370px;
  position: absolute;
  top: 110px;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.logo-2 {
  width: 15rem;
}

.button-top-corretores {
  color: var(--white);
  background-color: #174d77;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-top-corretores:hover {
  background-color: var(--dark-slate-blue-2);
}

.icon {
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  margin-right: .625rem;
  display: flex;
}

.div-topo-sociais {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.link-block {
  margin-right: 10px;
}

.ico-social-lateral {
  width: 40px;
  height: 40px;
}

.ico-social-lateral.facebook,
.ico-social-lateral.instagram {
  color: #fff;
  width: 30px;
  height: 30px;
}

.navigation-button {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #174d77;
  border-radius: .3rem;
  outline: .125rem solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  margin-left: 100px;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #174d77;
}

.navigation-button.corretor {
  margin-bottom: .7rem;
}

.navigation-button.corretor.modal {
  margin-left: 0;
}

.close-overlay {
  z-index: 10;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.hide-mensagem {
  z-index: 9999;
  background-color: #f3f5fbf2;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-mensagem {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 40px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.upgrade-header {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.upgrade-accent {
  background-color: #174d77;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.button-secondary-2 {
  outline-offset: 0px;
  color: #272a71;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #c2c4d0;
  border-radius: 8px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  margin-top: 40px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary-2:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary-2:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.tabs-menu {
  margin-bottom: 5px;
}

.tab-link-tab-2 {
  background-color: #f7f9fd;
  border-radius: .3rem;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #174d77;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Kalam, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 140px;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1a48b4;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3.5rem;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #15388b;
}

.f-button-neutral._2 {
  background-color: #174d77;
  border-radius: .3rem;
  min-width: 100%;
}

.f-button-neutral._2:hover {
  background-color: #123d5e;
}

.f-button-neutral._2 {
  min-width: 100%;
}

.f-button-neutral._2._3 {
  margin-top: 1.25rem;
  margin-bottom: 40px;
}

.bg-linear {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 220px 3% 120px;
  display: flex;
}

.a-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-filter-filters-dropdown {
  background-color: #f7f9fd;
  border-radius: .5rem;
  margin-bottom: 1rem;
}

.a-filter-dropdown-toggle-white {
  grid-column-gap: .5rem;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding: .75rem 1rem;
  display: flex;
}

.a-filter-dropdown-toggle-white:hover,
.a-filter-dropdown-toggle-white.w--open {
  color: #5167f6;
}

.a-filter-dropdown-toggle-white._2 {
  border-radius: .3rem;
  justify-content: space-between;
  height: 3.5rem;
  margin-top: .625rem;
  margin-bottom: 0;
  font-weight: 600;
}

.a-filter-dropdown-toggle-white._2:hover {
  color: #000;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.a-filter-filters-dropdown-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 1.5rem;
}

.a-filter-filters-dropdown-grid._2 {
  grid-template-columns: 1fr auto;
}

.a-filter-filters-dropdown-wrapper {
  flex-direction: column;
}

.txticos {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.slide-2 {
  z-index: 9;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}

.seta-destaque {
  z-index: 9;
  background-color: #49494947;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: .3125rem;
  margin-right: .3125rem;
  font-size: .75rem;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.h3-heading.margin-bottom-16 {
  color: var(--dark-slate-blue);
}

.icosimo {
  width: 15px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ico-fav-destaque2 {
  color: #f60004;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .4s;
  display: none;
}

.ico-fav-destaque2:hover {
  color: #141414;
}

.container-regular {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.a-filter-icon-button-2 {
  color: #000;
  background-color: #f4f4f6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.a-filter-icon-button-2:hover {
  color: #527e9d;
}

.a-filter-icon-button-2._2 {
  color: #241e20;
  width: auto;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-filter-icon-button-2._2:hover {
  color: #fff;
  background-color: #174d77;
}

.a-filter-icon-button-2._2.favorito {
  color: #fff;
  background-color: #b92828;
}

.section-testimonial-slider {
  background-color: #f7f9fd;
  padding: 5.75rem 5% 10rem;
  overflow: hidden;
}

.tag {
  z-index: 9;
  color: #fff;
  background-color: #e87233;
  border-radius: .5rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.tag._2 {
  z-index: 9;
  color: #fff;
  background-color: #174d77;
  border-radius: .5rem;
}

.div-destaque-index {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  transition: all .4s;
  box-shadow: 40px 40px 5rem -2rem #393b6a14;
}

.div-destaque-index:hover {
  box-shadow: 34px 34px 1.25rem -3rem #393b6a40;
}

.div-destaque-index._2 {
  box-shadow: 5px 5px 2.4rem -.9rem #393b6a14;
}

.end-destaque {
  color: #b54d00;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
}

.div-destaque-mais {
  z-index: 10;
  color: #fff;
  background-color: #282533d9;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-slide-destaque {
  opacity: .25;
  font-size: .4375rem;
}

.ico-mais-fotos {
  width: 3.125rem;
  height: 3.125rem;
}

.img-destaque-2 {
  z-index: 8;
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 15.625rem;
  position: relative;
}

.grid-22 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.ico-compartilhar {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-info-destaque-2 {
  color: #141414;
  background-color: #fff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  padding: 1.25rem;
  text-decoration: none;
  position: relative;
}

.sli-destaque-2 {
  background-color: #fff;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  height: auto;
}

.txt-maisfotos {
  border: .0625rem solid #fff;
  border-radius: .5rem;
  padding: .3125rem 1.25rem;
}

.txt-maisfotos._2 {
  border-style: none;
}

.val-destaque {
  color: #141414;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.sec-financiamentos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.conteiner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tit-sec {
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.traco-2 {
  background-color: #064d7a;
  width: 100px;
  height: 3px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grid-24 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-financiamento {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 4px #ccc;
}

.div-financiamento:hover {
  background-color: #fcfcfc;
}

.santander {
  max-height: 50px;
}

.field-grid-fizz {
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  margin-bottom: 1.5rem;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-brand.pb {
  text-align: center;
  justify-content: center;
  transition: all .4s;
}

.footer-brand.pb:hover {
  opacity: .4;
}

.text-field-fizz {
  color: #fff;
  background-color: #0000;
  border: .0625rem #c4cee8;
  border-bottom: .125rem solid #0c263b;
  border-radius: 0;
  min-height: 3rem;
  padding-top: .625rem;
  padding-bottom: 1rem;
  padding-left: 0;
  transition: all .3s;
}

.text-field-fizz:active,
.text-field-fizz:focus {
  color: #fff;
  border-width: .125rem;
  border-color: #5f30e2 #5f30e2 #fff;
  font-size: 1rem;
}

.text-field-fizz::placeholder {
  color: #fff;
  font-size: 1rem;
}

.icon-wrap {
  color: #fff;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  filter: invert();
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.button-wrap {
  justify-content: flex-start;
  margin-top: 2rem;
}

.icon-base {
  margin-top: 4.5rem;
}

.form-grid-wave {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  height: 100%;
  margin-bottom: 3.75rem;
}

.h1-white {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.75rem;
}

.h1-white._2 {
  margin-top: 0;
}

.txt-pb {
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
}

.icon-fizz {
  margin-right: .75rem;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.sec-rodape {
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
  position: relative;
}

.sec-rodape._2 {
  background-color: #101010;
}

.sec-rodape._2.rodape {
  background-color: #174d77;
  padding-bottom: 0;
}

.field-wrap {
  margin-bottom: 1.5rem;
}

.sec-rodape2 {
  background-color: #161616;
  margin-top: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.sec-rodape2._3 {
  background-color: #144165;
  margin-top: 0;
}

.txt-logo {
  color: #ffffffb8;
  font-size: .6875rem;
  line-height: 1rem;
}

.detail {
  color: #fff;
  letter-spacing: .03125rem;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 500;
}

.navigation-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: .125rem solid #e9204f;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-2:hover {
  background-color: #e9204f;
}

.navigation-button-2.footer {
  background-color: #0c263b;
  border-style: none;
  border-radius: .5rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.brand-pb {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: .875rem;
  line-height: 1.375rem;
  display: flex;
}

.whatsapp {
  z-index: 999;
  background-color: #25d366;
  border-radius: 100%;
  padding: 10px;
  position: fixed;
  inset: auto 20px 20px auto;
}

.whatsapp-icon {
  color: #fff;
  width: 35px;
  height: 35px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  max-width: 80rem;
  height: 100%;
}

.arrow-left {
  background-color: #fff;
  border-radius: 6.25rem;
  width: 3.125rem;
  height: 3.125rem;
  inset: 0% auto 0% .5rem;
  box-shadow: 0 5px .625rem #181a201a;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  padding-left: .125rem;
  padding-right: .125rem;
}

.mask {
  background-color: #0000;
  overflow: visible;
}

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

.count {
  color: #fff;
  background-color: #181a203d;
  border-radius: .5rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .75rem;
  text-decoration: none;
  position: absolute;
  inset: .625rem auto auto .625rem;
}

.image-principal {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: block;
}

.image-principal:hover {
  opacity: .75;
}

.slide-3 {
  background-color: #fff;
  border: .0625rem #4689d733;
  border-radius: .5rem;
  width: 33.33%;
  height: 30rem;
  padding: 0;
}

.section-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-right {
  background-color: #fff;
  border-radius: 6.25rem;
  width: 3.125rem;
  height: 3.125rem;
  inset: 0% .5rem 0% auto;
  box-shadow: 0 5px .625rem #181a201a;
}

.icon-3 {
  color: #1b2d45;
  font-size: .9375rem;
}

.valor {
  color: #174d77;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.valor.mobile {
  display: none;
}

.div-compartilhe {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.btncorretor {
  text-align: center;
  cursor: pointer;
  background-color: #064d7a;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: 10px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-2 {
  color: #8d8d91;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .625rem;
  display: flex;
}

.grid-20 {
  grid-column-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 25rem;
  margin-top: 2.5rem;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: minmax(40px, 80px) 1fr;
}

.form-block-2 {
  margin-bottom: 0;
}

.img-corretor2 {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.div-block-7 {
  font-size: 13px;
}

.div-localizacao {
  color: #8d8d91;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  display: flex;
}

.div-localizacao._2 {
  margin-bottom: 1.875rem;
}

.ref {
  margin-bottom: 1.25rem;
  font-size: .75rem;
}

.traco {
  background-color: #e6e8ec;
  width: 100%;
  height: .0625rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.traco._2 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.slide-mobile {
  display: none;
}

.icowhatscorretor {
  width: 20px;
}

.input-mensagem {
  background-color: #f7f9fd;
  border: .0625rem #000;
  border-radius: .5rem;
  height: 3rem;
}

.txtcorretor {
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  line-height: 28px;
}

.text-span-5 {
  font-size: 12px;
  font-weight: 500;
}

.f-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-descricao {
  color: #241e20;
  font-size: 1rem;
  line-height: 1.6rem;
}

.f-section-regular {
  padding: 4.5rem 5%;
  position: relative;
}

.f-section-regular._2 {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-4 {
  margin-top: .625rem;
  font-size: 1.875rem;
}

.heading-5 {
  margin-top: 0;
}

.div-contato {
  z-index: 999;
  background-color: #fff;
  border-radius: .5rem;
  margin-top: -5.5rem;
  padding: 2.5rem;
  position: sticky;
  top: 8rem;
  box-shadow: 4px 4px 1.0625rem #4141411c;
}

.div-contato._2 {
  display: none;
}

.icosimo-2 {
  width: 25px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f-margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.breadcrumb-seperator {
  color: #c7c7c7;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-bottom: .3125rem;
  display: flex;
}

.tags-destaque {
  background-color: #f9f9fb;
  border-radius: .5rem;
  margin-bottom: .3125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .8125rem;
  font-weight: 500;
}

.slide-nav-3 {
  opacity: .5;
  margin-bottom: -3.375rem;
  font-size: .5625rem;
}

.f-header-section {
  padding: 3.75rem 5%;
  position: relative;
}

.f-header-section._2 {
  background-color: #f7f9fd;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.breadcrumb-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #141414;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.sli-destaques {
  background-color: #0000;
  height: auto;
}

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

.seta {
  background-color: #241e2033;
  border-radius: 100%;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .625rem;
  margin-right: .625rem;
  font-size: .875rem;
}

.seta._2 {
  display: none;
}

.sli-destaque {
  width: 33.33%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sli-destaque._2 {
  width: 100%;
}

.icon-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.div-block-17 {
  color: #fff;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.icon-5 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-section-large.slide1 {
  background-image: linear-gradient(#0c0c0cbf, #0c0c0cbf), url('../images/WAM_1485-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 10%;
}

.f-section-large.slide1.rd7 {
  background-image: linear-gradient(#0c0c0cbf, #0c0c0cbf);
  justify-content: flex-start;
  align-items: center;
  min-height: 640px;
  padding-top: 20px;
  padding-left: 5%;
  display: flex;
}

.f-section-large.slide1.edpace {
  background-image: linear-gradient(#0c0c0cbf, #0c0c0cbf);
  background-position: 0 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 640px;
  padding-top: 40px;
  padding-left: 5%;
  display: flex;
}

.f-section-large._2 {
  background-color: #505c47;
  padding-bottom: 0;
}

.f-section-large._2.rd7 {
  background-color: var(--dark-slate-blue-2);
  padding-top: 0;
}

.seta-3 {
  opacity: .5;
  font-size: 13px;
  display: none;
}

.f-h1-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.04em;
  max-width: 620px;
  margin-top: 120px;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
}

.f-h1-heading._2 {
  margin-top: 0;
}

.slider {
  min-height: 640px;
}

.button-2 {
  text-align: center;
  background-color: #505c47;
  border-radius: 5px;
  height: 60px;
  margin-top: 40px;
  padding: 20px;
  font-weight: 600;
  transition: all .4s;
}

.button-2:hover {
  background-color: #454346;
}

.button-2.header {
  background-color: var(--dark-slate-blue-2);
  border-radius: .3rem;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.div-block-18 {
  background-color: #b19777;
  width: 1px;
  height: 100%;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.grid-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.text-block-9 {
  color: var(--dark-slate-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.f-h5-heading {
  color: #454346;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  margin-bottom: 60px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.f-container-large-2._2 {
  z-index: 9;
  background-color: #fff;
  border-radius: 5px;
  padding: 60px;
  position: relative;
  top: -170px;
}

.f-container-large-2._2.rd7 {
  top: -86px;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.image-7 {
  border-radius: 10px;
  width: 420px;
  height: auto;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
  margin-bottom: 10px;
  font-weight: 500;
}

.image-6 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 250px;
}

.image-6._2 {
  height: 570px;
}

.f-feature-card-filled {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 314px;
  box-shadow: 6px 6px 12px 7px #0000000d;
}

.f-h3-heading-2 {
  color: var(--dark-slate-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2;
}

.code-embed {
  display: none;
}

.tab-pane {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 24px;
  overflow: hidden;
}

.tab-pane._2 {
  aspect-ratio: auto;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 5%;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-800 {
  color: #fff;
  font-size: 16px;
}

.icon-6 {
  color: #f26a1b;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.tab-progress-bar-base {
  background-color: #edeff3;
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.h6-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

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

.tab-link-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #f26a1b;
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.tab-icon-purple {
  background-color: #fff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large-2 {
  background-color: var(--dark-slate-blue-2);
  padding: 60px 5% 120px;
  position: relative;
}

.icon-regular {
  color: #f26a1b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.tab-icon-orange {
  background-color: #fff;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-green {
  background-color: #fff;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-link-dropdown {
  overflow: hidden;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.gallery-section {
  background-color: var(--dark-slate-blue-2);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.gallery-section-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-horizontal-logo {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: relative;
}

.gallery-carousel-image {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  width: 638px;
  min-width: 638px;
  height: 442px;
  overflow: hidden;
}

.gallery-cover {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery-cover.contain {
  object-fit: contain;
}

.gallery-carousel-image-small {
  background-color: #fff;
  border-radius: 10px;
  width: 418px;
  min-width: 418px;
  height: 442px;
  box-shadow: 0 1px 2px #23272e14;
}

.slide-4 {
  height: auto;
}

.image-8 {
  display: none;
}

.mask-2 {
  height: 640px;
  min-height: 640px;
}

.form-block-3 {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.field-label {
  color: #000;
}

.text-block-11 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.grid-28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  width: 200px;
}

.div-block-19 {
  position: fixed;
  inset: 0% auto auto 20px;
}

.text-block-12 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}

.text-block-13 {
  font-size: 30px;
  line-height: 40px;
}

.slider-3 {
  background-color: #ddd0;
  height: 100%;
}

.slide-nav-4 {
  opacity: .25;
  font-size: 9px;
}

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

@media screen and (min-width: 1280px) {
  .text-block-5 {
    font-size: 120px;
    line-height: 140px;
  }

  .f-button-neutral._2._3 {
    margin-bottom: 40px;
  }

  .bg-linear {
    background-image: none;
    position: static;
  }

  .a-filter-filters-dropdown-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .h3-heading.margin-bottom-16 {
    color: #174d77;
  }

  .count {
    color: #fff;
    background-color: #181a203d;
    border-radius: .5rem;
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: .75rem;
    text-decoration: none;
    position: absolute;
    inset: .625rem auto auto .625rem;
  }

  .btncorretor {
    border-radius: 3px;
    height: 50px;
  }

  .icon-4 {
    margin-right: 0;
  }

  .div-block-17._2 {
    color: var(--dark-slate-blue-2);
  }

  .f-section-large.slide1.edpace {
    padding-left: 5%;
  }

  .div-block-14 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr auto;
  }

  .image-7 {
    width: 500px;
  }

  .grid-27 {
    font-size: 16px;
  }

  .icon-6,
  .icon-regular {
    color: #f26a1b;
  }

  .grid-28 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .form-pesq {
    flex-direction: column;
  }

  .navigation-2 {
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: auto;
    inset: 4rem 0% auto;
  }

  .brand-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-2 {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown1-2 {
    width: 100%;
  }

  .galeria-fotos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-1 {
    border-radius: .5rem;
    height: 3rem;
    font-weight: 600;
  }

  .nav-right-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-right-2.nav-right-painel {
    order: 1;
    padding-right: 1.25rem;
  }

  .logo-admin {
    width: 3.75rem;
  }

  .nav-link1-2 {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .nav-menu-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
  }

  .menu-button-3 {
    color: #000;
    order: 1;
  }

  .menu-button-3.w--open {
    color: #000;
    background-color: #eaeaf1;
    margin-left: .625rem;
  }

  .menu-button-3.menu-painel {
    order: 0;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: sticky;
  }

  .navigation.index {
    position: static;
  }

  .navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .navigation-toggle {
    color: var(--dark-slate-blue-2);
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    color: #160042;
    background-color: #f7f9fd;
    width: 100%;
  }

  .navigation-dropdown-small {
    width: 100%;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button {
    border: 1px solid var(--dark-slate-blue-2);
    color: var(--dark-slate-blue-2);
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--dark-slate-blue);
    background-color: #0000;
    border-color: #fff;
  }

  .navigation-menu {
    z-index: 999;
    color: var(--dark-slate-blue-2);
    background-color: #fff;
    border-radius: 8px;
    margin-top: 110px;
    padding: 12px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    color: var(--dark-slate-blue);
    width: 100%;
  }

  .navigation-link.w--current {
    color: var(--dark-slate-blue-2);
  }

  .navigation-list-small.w--open {
    max-width: none;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .navigation-button {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-5 {
    font-size: 80px;
    line-height: 90px;
  }

  .a-filter-filters-dropdown-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-testimonial-slider {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-22 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand.pb {
    order: 1;
    margin-top: 2.5rem;
  }

  .form-grid-wave {
    grid-column-gap: 1.375rem;
    grid-template-columns: .8fr 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec-rodape {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec-rodape._2.rodape {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .arrow-left {
    left: .5rem;
  }

  .image-principal {
    display: block;
  }

  .slide-3 {
    width: 100%;
  }

  .arrow-right {
    right: .5rem;
  }

  .nav-mobile {
    opacity: .45;
    font-size: .5rem;
  }

  .valor.mobile {
    display: block;
  }

  .btncorretor {
    height: 70px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .count-2 {
    color: #fff;
    background-color: #18181866;
    border-radius: 3rem;
    padding: .1875rem .625rem;
    font-size: .75rem;
    position: absolute;
    inset: 1.25rem auto auto 1.25rem;
  }

  .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-mobile {
    background-color: #fff;
    height: auto;
    display: block;
  }

  .seta-2 {
    background-color: #18181866;
    border-radius: 100%;
    width: 3.125rem;
    height: 3.125rem;
    margin-left: .625rem;
    margin-right: .625rem;
    font-size: .8125rem;
  }

  .seta-2:hover {
    background-color: #181818cc;
  }

  .txtcorretor {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-16 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-contato {
    display: none;
  }

  .div-contato._2 {
    margin-top: 0;
    margin-bottom: 2.5rem;
    display: block;
    position: static;
  }

  .f-header-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .grid-19 {
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large._2.rd7 {
    padding-top: 60px;
    position: static;
  }

  .f-h1-heading {
    font-size: 50px;
    line-height: 70px;
  }

  .slider {
    height: auto;
    min-height: 470px;
  }

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

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-26,
  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-container-large-2._2.rd7 {
    top: 0;
  }

  .content-tabs-menu-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

  .tab-image {
    width: 100%;
  }

  .section-large-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .mask-2 {
    height: auto;
    min-height: 470px;
  }
}

@media screen and (max-width: 767px) {
  .conteiner-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .conteiner-2.white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-3.section-painel,
  .section-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .logo-2 {
    width: 12.7rem;
  }

  .div-topo-sociais {
    display: none;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .bg-linear {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-heading {
    font-size: 2.5rem;
  }

  .grid-23 {
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .section-testimonial-slider {
    padding-top: 4.5rem;
    padding-bottom: 8.75rem;
  }

  .grid-22 {
    grid-template-columns: 1fr;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
  }

  .form-grid-wave {
    grid-template-columns: 1fr;
  }

  .slide-3 {
    height: 24.375rem;
  }

  .btncorretor {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    display: flex;
  }

  .grid-4 {
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .grid-20 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-span-5 {
    font-size: 13px;
  }

  .f-section-regular {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .grid-27 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .gallery-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-block-3.header {
    display: none;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .img-prod-painel {
    width: 5rem;
    height: 5rem;
  }

  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .grid-15 {
    grid-template-columns: 5rem 1fr;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .section-3.section-painel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .galeria-fotos {
    grid-template-columns: 1fr;
  }

  .pb-txt {
    margin-right: 0;
  }

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    background-position: .625rem;
    width: 6.5625rem;
    height: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    line-height: .8125rem;
    display: block;
    position: static;
    inset: auto .3125rem .3125rem auto;
  }

  .txtpainel {
    display: none;
  }

  .input-contato-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-right-2 {
    flex-direction: row;
  }

  .pb-1 {
    flex-direction: column;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .navigation-avatar-wrapper {
    display: none;
  }

  .navigation-menu {
    color: var(--dark-slate-blue-2);
    margin-top: 110px;
    inset: 0% 0% auto;
  }

  .navigation-link.w--current {
    color: var(--dark-slate-blue);
  }

  .logo-2 {
    width: 12.2rem;
  }

  .button-top-corretores {
    display: none;
  }

  .icon {
    flex: 0 auto;
    margin-right: 20px;
  }

  .icon.topo {
    margin-right: 0;
  }

  .navigation-button {
    width: auto;
    min-width: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    display: none;
  }

  .navigation-button.corretor {
    display: flex;
  }

  .nome-corretor-whats {
    display: none;
  }

  .nome-corretor-whats._2 {
    flex: 0 auto;
    display: block;
  }

  .upgrade-mensagem {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .upgrade-header {
    font-size: 18px;
  }

  .tabs-menu {
    display: flex;
  }

  .tab-link-tab-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-5 {
    font-size: 35px;
    line-height: 50px;
  }

  .bg-linear {
    padding-top: 20px;
  }

  .a-filter-filters-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading.margin-bottom-16 {
    font-size: 1.6rem;
  }

  .grid-23 {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .a-filter-icon-button-2._2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .section-testimonial-slider {
    padding-top: 2.5rem;
    padding-bottom: 8.75rem;
  }

  .div-financiamento {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-grid-fizz {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer-brand.pb {
    margin-top: 0;
  }

  .icon-wrap {
    line-height: 1.625rem;
  }

  .logo-3 {
    width: 1.25rem;
  }

  .h1-white._2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .txt-pb {
    font-size: .75rem;
  }

  .sec-rodape {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }

  .sec-rodape2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec-rodape2._3 {
    padding-bottom: 7rem;
  }

  .navigation-button-2 {
    display: none;
  }

  .navigation-button-2.footer {
    width: 100%;
    display: block;
  }

  .brand-pb {
    padding-left: 0;
  }

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

  .image-principal {
    height: 100%;
  }

  .slide-3 {
    height: auto;
  }

  .valor {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }

  .div-compartilhe {
    flex-direction: column;
  }

  .btncorretor {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .grid-20 {
    margin-top: 1.5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

  .img-corretor2 {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .input-mensagem._2 {
    height: 7.5rem;
  }

  .div-block-16 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 1.8rem;
  }

  .div-contato._2 {
    padding: 1.25rem;
  }

  .f-header-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .grid-19 {
    grid-template-columns: 1fr;
  }

  .sli-destaque._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-large.slide1.rd7 {
    min-height: 400px;
    padding-left: 5%;
  }

  .f-section-large.slide1.edpace {
    min-height: 300px;
  }

  .seta-3 {
    display: none;
  }

  .f-h1-heading {
    text-align: center;
    margin-top: 200px;
    font-size: 35px;
    line-height: 45px;
  }

  .slider {
    min-height: auto;
  }

  .button-2 {
    display: none;
  }

  .button-2.header {
    text-align: center;
    height: auto;
    display: block;
  }

  .div-block-14 {
    padding-top: 0;
  }

  .f-container-large-2._2 {
    padding: 40px 20px;
  }

  .f-h3-heading-2 {
    font-size: 24px;
  }

  .gallery-carousel-image,
  .gallery-carousel-image-small {
    width: 250px;
    min-width: 250px;
    height: 220px;
  }

  .mask-2 {
    min-height: auto;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% auto;
  }

  .text-block-12 {
    font-size: 19px;
  }

  .text-block-13 {
    text-align: center;
    font-size: 20px;
  }
}

#w-node-_9c7caf1c-869c-f809-49eb-2a67aa0df169-240eade9,
#w-node-_577f9a8f-1769-5a68-2019-7f424ecd645d-240eade9,
#w-node-_577f9a8f-1769-5a68-2019-7f424ecd6461-240eade9,
#w-node-_577f9a8f-1769-5a68-2019-7f424ecd6465-240eade9,
#w-node-_577f9a8f-1769-5a68-2019-7f424ecd6469-240eade9,
#w-node-_577f9a8f-1769-5a68-2019-7f424ecd646d-240eade9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_577f9a8f-1769-5a68-2019-7f424ecd6471-240eade9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_577f9a8f-1769-5a68-2019-7f424ecd647e-240eade9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_577f9a8f-1769-5a68-2019-7f424ecd6480-240eade9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-af58eb5d-a4d4-50c7-48a8-3351cb50daa8-cb50da91 {
  align-self: center;
}

#w-node-_29a47b07-0782-ebbb-6c32-70b72d592eae-fd4cb289 {
  place-self: center;
}

#w-node-_9c7caf1c-869c-f809-49eb-2a67aa0df169-56e16cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d6829b1-56e16cc4,
#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a0d-56e16cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a0e-56e16cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a18-56e16cc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a2a-56e16cc4,
#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a41-56e16cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a42-56e16cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a4c-56e16cc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c7caf1c-869c-f809-49eb-2a67aa0df169-6174b4eb,
#w-node-_9c7caf1c-869c-f809-49eb-2a67aa0df169-3dfd2f47,
#w-node-c5514317-ed56-ab13-8297-59c9d689e8e1-3dfd2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5514317-ed56-ab13-8297-59c9d689e8e9-3dfd2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d21d5ffb-f023-eb29-6039-727b9e4e77ff-3dfd2f47 {
  align-self: center;
}

#w-node-_9c7caf1c-869c-f809-49eb-2a67aa0df169-064e6cfb,
#w-node-c5514317-ed56-ab13-8297-59c9d689e8e1-064e6cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5514317-ed56-ab13-8297-59c9d689e8e9-064e6cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d21d5ffb-f023-eb29-6039-727b9e4e77ff-064e6cfb {
  align-self: center;
}

@media screen and (min-width: 1280px) {

  #w-node-_577f9a8f-1769-5a68-2019-7f424ecd6469-240eade9,
  #w-node-_577f9a8f-1769-5a68-2019-7f424ecd646d-240eade9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a18-56e16cc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25a566ce-2575-b73f-5de7-a487153d7a0c-6174b4eb {
    order: -9999;
  }

  #w-node-c5514317-ed56-ab13-8297-59c9d689e8e9-3dfd2f47,
  #w-node-c5514317-ed56-ab13-8297-59c9d689e8e9-064e6cfb {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {

  #w-node-d21d5ffb-f023-eb29-6039-727b9e4e77ff-3dfd2f47,
  #w-node-d21d5ffb-f023-eb29-6039-727b9e4e77ff-064e6cfb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29a47b07-0782-ebbb-6c32-70b72d592eac-fd4cb289 {
    align-self: center;
  }

  #w-node-_29a47b07-0782-ebbb-6c32-70b72d592f24-fd4cb289 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_684aaf2c-137e-4bcc-8bd9-62206d682a18-56e16cc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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

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

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