.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 19px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0b3d53;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0b3d53;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #34c8d0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 17px;
}

.navbar-2 {
  background-color: transparent;
}

.navbar-2.navbar-footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.navbar-brand {
  padding-left: 0px;
}

.navbar-right-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none rgba(8, 38, 42, 0.1);
  background-color: #fafafa;
}

.navbar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-21.whtas-txt-2 {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.text-block-21.whtas-txt-2.txt-menu-button {
  margin-right: 10px;
  font-size: 16px;
}

.text-block-21.whtas-txt-2.txt-menu-button.txtorcamento {
  margin-right: 0px;
  color: #0b3d53;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.text-block-21.whtas-txt-2.txt-menu-button.txtorcamento.big {
  font-size: 17px;
}

.text-block-21.whtas-txt-2.txt-menu-button.txtorcamento._2 {
  font-size: 17px;
}

.nav-menu {
  margin-left: 36px;
}

.nav-menu.no-left-margin {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fed43a;
  text-align: center;
}

.nav-menu.no-left-margin.nav-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1392px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.main-container.div-min-heigth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-2 {
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: inset 0 0 20px 200px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #ccc;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  box-shadow: inset 0 0 20px 200px rgba(0, 0, 0, 0.05);
}

.button-2.small {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.button-2.small.outline-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-color: #3f72fe;
  background-color: #3f72fe;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-2.small.outline-white:hover {
  background-color: #fff;
  color: #ccc;
}

.button-2.small.outline-white.w--current {
  border-color: #3f72fe;
  background-color: #3f72fe;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.button-2.small.outline-white.w--current:hover {
  background-color: #143282;
}

.button-2.small.outline-white.whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  background-color: #25d366;
  font-weight: 400;
}

.button-2.small.outline-white.whatsapp.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  border-style: none;
  background-color: #25d366;
  font-family: 'PT Sans', sans-serif;
}

.button-2.small.outline-white.whatsapp.pad-20 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento {
  padding: 19px 32px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #1c365e;
  border-radius: 4px;
  background-color: #34c8d0;
  color: #34c8d0;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento.btn-transparent {
  border-style: solid;
  border-color: #34c8d0;
  background-color: transparent;
  color: #b1b9b9;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento.white {
  background-color: #fff;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento.white.big {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento.max {
  max-width: 500px;
}

.button-2.small.outline-white.whatsapp.pad-20.orcamento.max.top {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.65;
  color: #4a74b2;
}

.nav-link.w--current {
  color: #34c8d0;
  font-weight: 700;
}

.nav-link.navlink-footer {
  color: #fff;
}

.nav-link.left {
  margin-right: 40px;
}

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

.image-9 {
  width: auto;
  max-width: 170px;
}

.image-9.logo-footer {
  width: 100%;
  max-width: 200px;
}

.section {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.bg-section {
  background-color: #f3f3f3;
}

.section.bg-section.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section.bg-section.section-padding.ocultar {
  display: block;
}

.section.section-custom {
  padding-bottom: 0rem;
}

.section.section-background {
  background-image: url('../images/form-1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.section-2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.section.section-bg-dark {
  background-color: #0b3d53;
}

.section.padding-custom {
  padding-bottom: 5rem;
}

.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 53px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #34c8d0;
}

.text-span.text-span2 {
  font-weight: 700;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-list {
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
}

.text-list.sub {
  margin-left: 5px;
  font-size: 15px;
  line-height: 18px;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0b3d53;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.h1-title.text-span3 {
  margin-top: 0px;
  color: #34c8d0;
  font-weight: 700;
}

.h1-title.h1-title-light {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h1-title.h1-title-light.title-gray {
  color: #3a3939;
  text-align: center;
}

.h1-title.h1-title-light.title-gray.max {
  max-width: 700px;
}

.h1-title.h1-title-light.title-gray.left {
  text-align: left;
}

.h1-title.topo {
  font-size: 41px;
  line-height: 43px;
}

.text-align {
  padding-right: 0px;
}

.text-align.custom {
  padding-bottom: 30px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block.margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 34px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.custom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.thumb-icone {
  width: auto;
  height: 60px;
  margin-top: 5px;
}

.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-center.alt {
  margin-bottom: 30px;
}

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

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card.card-desktop {
  display: none;
}

.card-block {
  padding: 20px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #34c8d0;
  border-radius: 16px;
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  margin-top: 5px;
  color: #3a3939;
  font-size: 20px;
  line-height: 22px;
}

.slider {
  width: 100%;
}

.slider.margin-top {
  overflow: hidden;
  height: 100%;
  margin-top: 30px;
  padding-top: 20px;
  background-color: hsla(0, 0%, 86.7%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.setas {
  display: none;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center.left {
  -webkit-transform: translate(-38px, 0px);
  -ms-transform: translate(-38px, 0px);
  transform: translate(-38px, 0px);
}

.flex-center.right {
  -webkit-transform: translate(38px, 0px);
  -ms-transform: translate(38px, 0px);
  transform: translate(38px, 0px);
}

.carousel-card {
  width: 370px;
  height: 100%;
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #34c8d0;
  border-radius: 16px;
  background-color: #fff;
}

.slide {
  width: 400px;
  height: 350px;
}

.text-align-center {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-align-center.text-align-left {
  position: relative;
  margin-top: -21px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-10 {
  position: relative;
  z-index: 99;
}

.card-text {
  padding-left: 10px;
}

.carousel-logo {
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-img {
  margin-top: 20px;
  padding-bottom: 30px;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.title-form {
  font-weight: 900;
}

.title-form._2 {
  font-size: 38px;
  line-height: 42px;
}

.mask {
  overflow: visible;
}

.block-form {
  width: 64%;
}

.field-label {
  overflow: visible;
}

.form-input {
  height: 57px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #0b3d53;
  border-radius: 4px;
  background-color: #34c8d0;
  color: #0b3d53;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form-input::-webkit-input-placeholder {
  color: #0b3d53;
  font-weight: 600;
}

.form-input:-ms-input-placeholder {
  color: #0b3d53;
  font-weight: 600;
}

.form-input::-ms-input-placeholder {
  color: #0b3d53;
  font-weight: 600;
}

.form-input::placeholder {
  color: #0b3d53;
  font-weight: 600;
}

.form-btn {
  width: 100%;
  height: 57px;
  border-radius: 4px;
  background-color: #0b3d53;
}

.image-11 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-brand-footer {
  width: 25%;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.paragraph.light {
  color: hsla(0, 0%, 100%, 0.5);
}

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

.text-link {
  padding-right: 10px;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-top-2 {
  margin-top: 10px;
}

.bordered-list-item-small {
  padding-top: 4px;
  padding-bottom: 4px;
}

.bordered-list-item-small.bordered-list-item-last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.button-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ec268f;
  border-radius: 80px;
  background-color: #ec268f;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button-11:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-11.bg-gray-4 {
  border-color: #f8f6f4;
  background-color: #f8f6f4;
  box-shadow: none;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #0b3d53;
}

.button-11.bg-gray-4:hover {
  border-color: #ecebea;
  background-color: #ecebea;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.card-body-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 36px 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-5 {
  color: #37006b;
}

.text-space-left {
  margin-left: 12px;
  line-height: 16px;
}

.card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.card-2:hover {
  text-decoration: none;
}

.card-2.no-border {
  position: relative;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-primary-2 {
  color: #ec268f;
}

.text-primary-2.price {
  font-family: Lato, sans-serif;
  color: #34c8d0;
  font-size: 34px;
  line-height: 35px;
  font-weight: 900;
}

.image-13 {
  width: auto;
  height: 15px;
}

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

.image-15 {
  max-width: 100%;
}

.paragraph-2 {
  margin-top: 10px;
  line-height: 18px;
}

.text-span-2 {
  color: #34c8d0;
}

.metrics-pill-grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.metric-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 200px;
  background-color: #fff;
  color: #2c2d36;
}

.main-container-2 {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small {
  width: 100%;
  max-width: 400px;
  direction: ltr;
}

.container-small.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-primary-1 {
  color: #e14817;
}

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

.large-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.large-heading.section-title {
  margin-bottom: 0px;
}

.container-large {
  width: 100%;
  max-width: 612px;
  direction: ltr;
}

.container-large.section-title {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.medium-heading {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.medium-heading.text-primary-1 {
  color: #0b3d53;
  font-size: 26px;
  line-height: 26px;
}

.metric-pill-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  color: #34c8d0;
  font-size: 15px;
  text-align: left;
}

.a {
  max-width: 150px;
}

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

.btn-whatsapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-right: 20px;
  margin-bottom: 20px;
}

.image-16 {
  display: none;
}

.image-17 {
  display: none;
}

.image-18 {
  display: none;
}

.heading-6 {
  display: none;
}

.heading-7 {
  display: none;
}

.heading-8 {
  display: none;
}

.heading-9 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .button-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .flex-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1-title.h1-title-light.title-gray {
    color: #000;
  }

  .slide {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .slide {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-left: 0px;
    padding: 18px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(8, 38, 42, 0.1);
    background-color: #fff;
  }

  .nav-menu.no-left-margin.nav-menu-footer {
    background-color: transparent;
  }

  .main-container.div-min-heigth {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    margin: 6px 0px;
  }

  .nav-link.navlink-footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu-button-icon {
    display: block;
  }

  .menu-button-2 {
    margin-left: 12px;
    padding: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .image-9 {
    max-width: 160px;
  }

  .image-9.logo-footer {
    max-width: 250px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-align {
    padding-right: 0px;
  }

  .grid-2 {
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-auto-flow: row dense;
    grid-column-gap: 76px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    display: none;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .card.card-desktop {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slide {
    width: 60%;
  }

  .carousel-logo {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-11 {
    margin-top: 0px;
  }

  .navbar-brand-footer {
    width: 62%;
  }

  .div-block-4 {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .div-block-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .margin-top-2 {
    margin-top: 24px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .div-block-6 {
    height: auto;
    margin-top: -16px;
  }

  .metrics-pill-grid-thirds {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    min-height: 72px;
  }

  .main-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .block-form {
    width: 73%;
  }

  .div-block-4 {
    -ms-grid-columns: 1fr 3.25fr;
    grid-template-columns: 1fr 3.25fr;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .metrics-pill-grid-thirds {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .large-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2.navbar-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-row.navbar-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu.no-left-margin.nav-menu-footer {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-2.small.outline-white.whatsapp.pad-20.orcamento {
    width: 100%;
  }

  .navbar-right-content {
    display: none;
  }

  .nav-link.left {
    display: none;
  }

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

  .h1-title {
    font-size: 30px;
    line-height: 38px;
  }

  .h1-title.topo {
    font-size: 35px;
  }

  .div-block.margin-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-3 {
    width: 100%;
  }

  .div-block-2 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .card {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card.card-desktop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-image {
    width: 100%;
  }

  .carousel-card {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide {
    width: 100%;
    margin-right: 20px;
  }

  .image-10 {
    overflow: visible;
  }

  .title-form {
    font-size: 30px;
    line-height: 35px;
  }

  .title-form._2 {
    font-size: 35px;
  }

  .center.text-width {
    width: 100%;
  }

  .block-form {
    width: 100%;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-flow: row dense;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph {
    text-align: left;
  }

  .margin-top-2 {
    margin-top: 16px;
  }

  .card-body {
    padding: 12px;
  }

  .image-14 {
    width: 100%;
  }

  .image-15 {
    width: 100%;
  }

  .div-block-7 {
    width: 100%;
  }

  .metric-pill {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container-2 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .large-heading {
    margin-bottom: 18px;
  }

  .metric-pill-heading {
    margin-top: 12px;
    margin-left: 0px;
  }
}

#w-node-_02e68689-9ad5-f08c-866f-fefec2b358da-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dff96e69-b835-871b-2c2e-865f11c88317-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2846e7f-a36c-f0f5-bffb-c49def2d6133-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8cb3f770-1c9f-1090-27d8-d217ce18a7f9-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_20d8a3cb-c52a-63d0-bcbd-0e8a15b8f120-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b14ab0d-4c90-4275-618c-ae0671185a5f-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5a44d5b4-35f9-8742-caf8-807dc996da12-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40ac8108-df28-e8cf-4d14-f012b7a17327-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_566d7f72-430b-dddc-eff7-8feacba44fb9-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e69cdd4-7d0d-4a44-7436-e553215aaf88-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff530153-60dd-df5a-3681-364958c26afa-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3062bca-bab9-8318-0442-4630dc00a75d-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b238fda9-a8b4-2dfe-8aab-eb09b2fb5997-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0d91771-1e94-c4e4-b535-7277400f56c0-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51cfa013-03a3-3bb0-676f-73231fbe0325-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51cfa013-03a3-3bb0-676f-73231fbe0326-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e225216c-f196-2f18-3e65-c1155d6dd4a7-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b566efb8-f11a-6e7b-285a-81659712919d-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aaea2ce9-f3ef-aba9-1325-5fb41ad5bfd8-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b27379ab-9eca-b137-d04d-934ec8ecc00f-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95fbae4d-c3c5-8722-bd6a-a9aae867018a-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33b12cfc-f64b-f40c-898e-26de8a64d04e-8a4e84e3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.div-block-4>#w-node-_33b12cfc-f64b-f40c-898e-26de8a64d04e-8a4e84e3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.div-block-5>#w-node-_33b12cfc-f64b-f40c-898e-26de8a64d04e-8a4e84e3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_059aa249-2e90-35d5-8339-6e20093ac958-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f7e922f-9997-8efc-fb3f-9c63a11311c0-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e78faa98-d12c-81b6-3614-6b38828378af-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4d2397c-1105-caca-1194-fc9be6e08091-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bc0480f-a2ad-9c3d-a1ed-c310f2f10766-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e5c00bf-84a0-008d-43c1-8be5653e5119-8a4e84e3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_20d8a3cb-c52a-63d0-bcbd-0e8a15b8f120-8a4e84e3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e225216c-f196-2f18-3e65-c1155d6dd4a7-8a4e84e3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}