:root {
  --medium-aquamarine: #8fc9b8;
  --3: #082330;
  --olive: #89764e;
  --2: #155979;
  --dark-slate-grey: #003a40;
  --1: #96c2cc;
  --white: white;
  --eescuro: #00282c;
  --dim-grey: #6b6b6b;
  --white-smoke: #ececec;
  --light-grey: #d4d4d4;
  --white-smoke-3: #f8f8f8;
  --white-smoke-4: #e9e9e9;
  --white-smoke-2: #f3f3f3;
  --outra: #0b3447;
  --claro: #ccb179;
  --dark-grey: #9fa0a0;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

.menu {
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-family: Metrisch, sans-serif;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--3);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .8s;
}

.nav-link:hover {
  color: var(--olive);
}

.nav-link:active {
  color: #ccccccbf;
}

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

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

.nav-link.w--current {
  border-bottom: 1px solid var(--2);
  color: var(--2);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  color: #fff;
  background-color: #ececec;
  border-radius: 15px;
  margin-top: 20px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--dark-slate-grey);
  text-align: left;
  width: 100%;
  padding: 0;
  font-family: Zenovak, sans-serif;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #0000;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.nav-link-copy {
  color: var(--dark-slate-grey);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 30px 5px 10px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link-copy:hover {
  color: var(--olive);
}

.nav-link-copy:active {
  color: #ccccccbf;
}

.nav-link-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

.div-block-4 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #0000;
  background-image: url('../images/hands-unrecognizable-young-woman-using-laptop-cafe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  border: 2px solid var(--2);
  border-radius: 50px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-5 {
  margin-bottom: 20px;
}

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

.btn-01 {
  border: 1px solid var(--olive);
  background-color: var(--olive);
  color: #fff;
  border-radius: 2005px;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 1.2s;
}

.btn-01:hover {
  border: 2px solid var(--olive);
  color: var(--olive);
  background-color: #0000;
}

.btn-01._2:hover {
  color: var(--3);
}

.heading-3 {
  color: var(--2);
  font-family: Metrisch, sans-serif;
}

.paragraph {
  font-family: Metrisch, sans-serif;
  font-weight: 400;
}

.image {
  border-radius: 10px;
}

.search-input {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 50px 0 0 50px;
  height: 45px;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-weight: 400;
}

.search-button {
  background-color: var(--olive);
  color: #a8a8a8;
  background-image: url('../images/lupa-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0 200px 200px 0;
  width: 45px;
  height: 45px;
}

.heading-4 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-7 {
  margin-top: 0;
}

.heading-5 {
  color: var(--2);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.rich-text-block {
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-8 {
  border-right: 0 solid #c5c1c1;
  margin-right: 0;
  padding-right: 0;
}

.insta-menu {
  background-color: var(--olive);
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-5 {
  background-color: #003a40;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-6 {
  color: var(--olive);
  -webkit-text-stroke-color: #89764e;
  border-bottom: 1px solid #8fc9b82e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-4 {
  width: 150px;
}

.list-item {
  margin-bottom: 5px;
  font-size: 13px;
}

.link-footer {
  color: var(--white);
  background-image: url('../images/checking.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

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

.link-footer.w--current {
  background-image: url('../images/checking.svg');
  font-family: Metrisch, sans-serif;
}

.div-block-11 {
  z-index: 999;
  background-color: #27b446;
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  transition: all .5s;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 0 100px -10px #00000082;
}

.div-block-11:hover {
  background-color: #18812f;
  transform: scale(1.1);
}

.link-footer-email {
  color: var(--white);
  background-image: url('../images/e-mail-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

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

.link-footer-whats {
  color: var(--white);
  background-image: url('../images/whatsapp-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

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

.link-footer-fone {
  color: var(--white);
  background-image: url('../images/telefone-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

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

.link-footer-insta {
  color: var(--white);
  background-image: url('../images/instagram-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: color .5s;
}

.link-footer-insta:hover {
  color: var(--medium-aquamarine);
}

.secao-capa {
  color: #000;
  background-color: #0000;
  align-items: flex-start;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.secao-capa.medical-devices {
  background-image: linear-gradient(#003a40bf, #003a40bf), url('../images/capa-medical-devices.png');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
  padding-bottom: 100px;
}

.secao-capa.medical-devices._2 {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/doctor-holding-smartphone-stethoscope.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
}

.heading-copy {
  color: var(--2);
  text-align: center;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.div-block-16 {
  background-color: var(--eescuro);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-18 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  align-self: center;
  width: 25%;
}

.div-block-20 {
  flex: 0 auto;
  align-self: center;
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-21 {
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.button {
  border: 1px solid var(--dark-slate-grey);
  color: var(--3);
  -webkit-text-stroke-color: var(--2);
  background-color: #0000;
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Zenovak, sans-serif;
  font-size: 14px;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  border-color: var(--2);
  background-color: var(--2);
  color: var(--white);
}

.section-10 {
  margin-top: -80px;
  padding-top: 0;
  padding-bottom: 100px;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: block;
}

.list-item-3 {
  margin-bottom: 15px;
}

.icone-insta {
  color: #000;
  background-image: url('../images/instagram-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
}

.icone-email {
  color: #000;
  background-image: url('../images/e-mail-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
}

.icone-whatsapp {
  color: #000;
  background-image: url('../images/whatsapp-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
}

.icone-fone {
  color: #000;
  background-image: url('../images/telefone-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
}

.section-11 {
  background-image: url('../images/business-woman-hand-with-financial-charts-mobile-phone-laptop-table.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.div-block-24 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.heading-13 {
  color: var(--dark-slate-grey);
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Metrisch, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.collection-item {
  background-color: var(--white);
  border-radius: 2px;
  padding-bottom: 20px;
  overflow: hidden;
}

.search-button-b {
  color: #a8a8a8;
  background-color: #0000;
  background-image: url('../images/buscar-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}

.button-e {
  border: 1px solid var(--2);
  color: var(--dark-slate-grey);
  background-color: #0000;
  border-radius: 50px;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.button-e:hover {
  background-color: var(--2);
  color: var(--white);
}

.div-block-b {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: #f3f3f3;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-22 {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
}

.search-result-item {
  margin-bottom: 40px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.search-c {
  border: 2px solid var(--olive);
  border-radius: 50px;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.section-18 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.link-footer-link {
  color: var(--white);
  background-image: url('../images/linkedin-1_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

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

.icone--linke {
  color: #000;
  background-image: url('../images/linkedin-1_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
}

.linke-menu {
  background-color: var(--olive);
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
}

.div-block-35 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-23 {
  color: var(--dark-slate-grey);
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Zenovak, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.paragraph-8 {
  color: var(--dim-grey);
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-7 {
  color: var(--olive);
  text-align: left;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.heading-23-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.div-block-58 {
  width: auto;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-20 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  max-width: 90%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.heading-23-copyvfdv {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 43px;
}

.paragraph-13 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.grid-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-12 {
  color: #000;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

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

.heading-25 {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-bottom: 30px;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.paragraph-14 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.empty-state {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: #08233036;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Metrisch, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.text-block-16 {
  font-family: Metrisch, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.body-3 {
  background-color: var(--white-smoke);
}

.menu-mobile {
  background-color: var(--medium-aquamarine);
  display: none;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.div-block-95 {
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--medium-aquamarine);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px #0000001a;
}

.div-block-95:hover {
  transform: translate(0, -5px);
}

.section-24 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-97 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.svcdffgrvf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  background-color: var(--olive);
  background-image: url('../images/ususario.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 200px;
  padding: 15px 20px 15px 45px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
}

.section-26 {
  padding-top: 0;
  padding-bottom: 100px;
}

.columns-3 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.heading-35 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Metrisch, sans-serif;
}

.rich-text-block-3 {
  color: var(--dim-grey);
  margin-bottom: 40px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-100 {
  padding-bottom: 40px;
}

.div-block-101 {
  margin-bottom: 0;
  display: inline-block;
}

.text-block-20 {
  border-bottom: 1px solid var(--light-grey);
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-21 {
  color: var(--olive);
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.button-3 {
  background-color: var(--olive);
  border-radius: 200px;
  height: 50px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  transition: all .8s;
}

.button-3:hover {
  background-color: var(--olive);
  transform: scale(1.1);
}

.div-block-102 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-106 {
  background-color: var(--white-smoke-3);
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.rich-text-block-4 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 19px;
  line-height: 17px;
}

.section-27 {
  background-color: #f3f3f300;
  padding-bottom: 100px;
  font-family: Metrisch, sans-serif;
}

.container-16 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-37 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-4-copy {
  color: #000;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-107 {
  margin-bottom: 40px;
}

.heading-38 {
  color: var(--dark-slate-grey);
  font-family: Metrisch, sans-serif;
  font-weight: 500;
}

.paragraph-20 {
  color: #000;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.tab-link-tab-2 {
  color: var(--dark-slate-grey);
  background-color: #0000;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
}

.tab-link-tab-2.w--current {
  background-color: var(--white-smoke-3);
  color: var(--dark-slate-grey);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: Metrisch, sans-serif;
}

.rich-text-block-5, .rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9 {
  font-family: Metrisch, sans-serif;
}

.div-block-109 {
  max-width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-110 {
  margin-top: 0;
}

.div-block-111 {
  background-color: #0000;
  border-radius: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.button-4 {
  background-color: var(--olive);
  border-radius: 50px;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  transition: all .8s;
}

.button-4:hover {
  background-color: var(--medium-aquamarine);
}

.button-4.slim {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--olive);
  color: var(--olive);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-4.slim:hover {
  color: var(--dark-slate-grey);
  background-color: #0000;
}

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

.link-block-3 {
  background-color: var(--2);
  border: 0 solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .8s;
  display: flex;
}

.link-block-3:hover {
  background-color: var(--3);
  transform: scale(1.1);
}

.image-28 {
  width: 12px;
}

.collection-item-3 {
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}

.column-3 {
  padding-right: 0;
}

.section-30 {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.div-block-115 {
  margin-bottom: 40px;
  display: inline-block;
}

.div-block-117 {
  background-color: var(--white-smoke-3);
  border-radius: 10px;
  margin-left: 40px;
  padding: 20px;
}

.section-33 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-118 {
  border-bottom: 1px solid var(--white-smoke-4);
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-119 {
  align-self: center;
  margin-right: 15px;
}

.div-block-120 {
  align-self: center;
}

.image-29 {
  width: 30px;
}

.div-block-122 {
  border-right: 0 solid #d3d3d3;
  padding-right: 40px;
}

.div-block-123 {
  margin-top: 20px;
}

.div-block-124 {
  margin-top: 40px;
}

.column-6 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
}

.text-block-28 {
  color: #505050;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.text-block-29 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  line-height: 16px;
  text-decoration: none;
}

.image-30 {
  border-radius: 5px;
  margin-bottom: 5px;
}

.div-block-126 {
  padding-bottom: 20px;
}

.div-block-127 {
  margin-top: 20px;
}

.heading-41 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section-35 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-128 {
  background-image: linear-gradient(#003a40db, #003a40db);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-129 {
  border-radius: 5px;
  overflow: hidden;
}

.div-block-130 {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-131 {
  margin-right: 20px;
}

.image-31 {
  border-right: 0px solid var(--light-grey);
  border-left: 2px solid var(--light-grey);
  width: 200px;
  padding-left: 20px;
  padding-right: 0;
}

.video {
  display: none;
}

.image-33 {
  width: 100%;
  display: none;
}

.div-block-135 {
  max-width: 800px;
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138 {
  max-width: 90%;
  padding-top: 0;
  padding-bottom: 0;
}

.online {
  z-index: 1200;
  background-color: #000000e0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-43 {
  color: var(--medium-aquamarine);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Metrisch, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.container-25 {
  background-color: var(--dark-slate-grey);
  border-radius: 10px;
  max-width: 700px;
  margin-bottom: 0;
  padding: 0 60px 60px;
}

.text-block-32 {
  border: 1px solid var(--olive);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 500px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: block;
}

.text-block-32:hover {
  border-color: var(--olive);
  background-color: var(--olive);
}

.div-block-142 {
  background-color: var(--medium-aquamarine);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: -35px auto 20px;
  display: flex;
}

.image-37 {
  width: 30px;
}

.btn-fechar {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.text-block-33 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
}

.presencial {
  z-index: 1200;
  background-color: #000000e0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-30-copy {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  overflow: hidden;
}

.div-block-146 {
  margin-top: 60px;
}

.collection-list-7 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-148 {
  align-items: center;
  display: flex;
}

.div-block-149 {
  background-color: var(--olive);
  width: 30px;
  height: 4px;
}

.div-block-150 {
  background-color: var(--olive);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-2 {
  color: #89764e;
  font-weight: 700;
}

.div-block-151 {
  margin-top: 20px;
}

.image-38 {
  width: 100%;
}

.grid-28 {
  text-align: center;
  background-image: url('../images/img-tc-c_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding: 60px 100px;
  display: block;
}

.heading-23-copyvfdv-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-152 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-153 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-39 {
  width: 200px;
  margin-bottom: 40px;
}

.paragraph-13-copy {
  color: #000;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.icon-5 {
  font-size: 20px;
}

.icon-6 {
  object-fit: fill;
  width: auto;
  max-width: none;
  font-size: 20px;
}

.grid-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-35 {
  color: var(--dark-slate-grey);
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.link-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.div-block-157 {
  border-radius: 0;
  overflow: hidden;
}

.bloco-div-157 {
  border: 0 solid #000;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.paragraph-24 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-158 {
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-36 {
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-159 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--2) var(--2) var(--olive);
  color: #000;
  background-color: #0000;
  border-radius: 50px;
  padding: 5px 10px;
  font-family: Zenovak, sans-serif;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-159:hover {
  background-color: var(--olive);
  color: #fff;
}

.div-block-159.b {
  border-color: var(--olive);
  background-color: var(--olive);
  color: #fff;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
}

.div-block-159.b:hover {
  color: #000;
  background-color: #0000;
}

.image-42 {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  transition: all 2s;
}

.image-42:hover {
  transform: scale(1.1);
}

.div-block-160 {
  border: 0 solid #000;
  border-radius: 10px;
  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-161 {
  background-color: #8fc9b840;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.icone {
  width: auto;
  height: 25px;
}

.div-block-162 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-163 {
  text-align: left;
}

.image-43 {
  display: none;
}

.image-44 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.section-38 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-164 {
  border: 1px solid var(--white-smoke-4);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-38 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.collection-item-6 {
  margin-bottom: 5px;
  margin-right: 5px;
  display: block;
}

.section-41 {
  background-image: url('../images/people-working-elegant-cozy-office-space.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.section-41-copy {
  background-image: url('../images/standard-quality-control-concept-m.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.grid-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-columns: 1fr 1fr;
}

.div-block-180 {
  align-items: center;
  padding: 10px;
  font-family: Zenovak, sans-serif;
  display: flex;
}

.div-block-161-copy {
  background-color: #8fc9b833;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
}

.icone-copy {
  width: 20px;
}

.div-block-181 {
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.grid-14-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-44 {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-182 {
  margin-bottom: 40px;
}

.heading-25-copy {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-6-copy-copy-copy {
  color: #fff;
  text-align: left;
  text-align: center;
  max-width: none;
  margin: 10px auto 20px;
  font-family: Metrisch, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-6-copy-copy-copy-copycs {
  color: #000;
  text-align: left;
  max-width: none;
  margin: 20px auto;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-183 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-14-copydav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-45-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Zenovak, sans-serif;
  font-weight: 300;
}

.avva {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-span-6 {
  font-size: 50px;
  font-weight: 700;
}

.div-block-184 {
  margin-top: 60px;
}

.div-block-137-copy {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avva-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-46 {
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-47 {
  color: var(--dark-slate-grey);
  padding-top: 5px;
  font-family: Metrisch book, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.sobrenos-capa {
  padding-top: 60px;
}

.section-41-copyhkk {
  background-image: url('../images/people-working-elegant-cozy-office-space.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.section-42 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-48 {
  width: 100%;
}

.div-block-187 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-188 {
  margin-top: 60px;
}

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

.heading-47 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-43 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-25-copyca {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-bottom: 30px;
  font-family: Zenovak, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.grid-28-copyeg {
  text-align: center;
  background-image: url('../images/img-tc-c_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: block;
}

.link-texto {
  border-bottom: 1px solid var(--olive);
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.div-block-189 {
  max-width: 90%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.grid-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f1f1;
  border-radius: 10px;
  grid-template-rows: auto;
  padding-left: 0;
  overflow: hidden;
}

.heading-48 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-7 {
  color: var(--olive);
  font-weight: 400;
}

.heading-40-copy {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-span-8 {
  color: var(--2);
  font-weight: 700;
}

.text-span-9 {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 13px;
}

.div-block-191 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-49 {
  color: var(--eescuro);
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-201 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-202 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.div-block-203 {
  border: 1px solid var(--medium-aquamarine);
  background-color: var(--2);
  color: #fff;
  border-radius: 200px;
  padding: 20px 40px;
  font-weight: 700;
  display: inline-block;
}

.text-block-50 {
  color: var(--white);
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.empty-state-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Metrisch, sans-serif;
  font-size: 29px;
}

.heading-copy-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.grid-37 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .3fr;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section-48 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-23-copyvfdv-2 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-210 {
  margin-top: 40px;
}

.div-block-211 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-51 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-family: Zenovak, sans-serif;
  font-weight: 300;
  line-height: 17px;
}

.div-block-212 {
  margin-top: 10px;
}

.div-block-217 {
  border: 1px solid var(--olive);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  line-height: 14px;
  display: inline-flex;
}

.text-block-53 {
  color: var(--dark-slate-grey);
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
}

.text-block-54 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Metrisch book, sans-serif;
}

.div-block-218 {
  margin-bottom: 10px;
}

.text-block-55 {
  color: var(--olive);
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.section-49 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 50vh;
  display: flex;
}

.div-block-219 {
  margin-top: 20px;
  display: flex;
}

.div-block-220 {
  margin-right: 10px;
}

.div-block-221 {
  margin-top: 20px;
}

.image-53 {
  width: 150px;
  max-width: none;
  height: auto;
  margin-right: 0;
}

.list-item-copy {
  margin-bottom: 5px;
  font-size: 13px;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-223 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 200px;
  display: flex;
}

.div-block-224 {
  margin-top: 20px;
}

.heading-51 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-225 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.image-54 {
  width: 80px;
}

.pagination {
  margin-top: 60px;
}

.previous {
  color: #797979;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  font-family: Metrisch, sans-serif;
}

.next {
  color: #797979;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 15px;
  font-family: Metrisch, sans-serif;
}

.empty-state-4 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-56 {
  color: #cdcabc;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1.3em;
}

.text-block-57 {
  color: #c2beaf;
  text-align: center;
  border: 1px solid #c2beaf;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
  font-size: 1.1em;
  line-height: 1em;
  display: inline-block;
}

.text-span-10 {
  color: #bea46d;
}

.heading-52 {
  color: #cdcabc;
  text-align: center;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 1.2em;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-escuro-copy {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy:active {
  background-color: #43464d;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-3 {
  background-image: linear-gradient(#002327d9, #002327d9);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 182px;
  padding-bottom: 93px;
  display: flex;
}

.div-block-43 {
  max-width: 1100px;
  margin-bottom: 80px;
  font-family: Zenovak, sans-serif;
}

.grid-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(94deg, var(--dark-slate-grey) 1%, #00232700), linear-gradient(to bottom, #003a4073, #003a4073), url('../images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border: 0 solid #000;
  grid-template-rows: auto;
  padding: 60px 0;
  display: block;
}

.div-block-56 {
  color: #002327;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-127-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

.text-span-11 {
  color: #bea46d;
  font-weight: 700;
}

.btn-escuro-copy-2 {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-2:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy-2:active {
  background-color: #43464d;
}

.image-55 {
  width: 100%;
  max-width: 350px;
  margin-top: -100px;
  margin-bottom: -100px;
}

.image-56 {
  width: 160px;
}

.bold-text-6, .bold-text-7 {
  font-family: Zenovak, sans-serif;
}

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

.link-4 {
  font-family: Metrisch, sans-serif;
  font-weight: 700;
}

.section-50, .section-51 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn-01-copy {
  border: 1px solid var(--olive);
  background-color: var(--olive);
  border-radius: 2005px;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 1.2s;
}

.btn-01-copy:hover {
  border: 1px solid var(--olive);
  color: #fff;
  background-color: #0000;
}

.lottie-animation-2 {
  width: 250px;
}

.image-53-copy {
  width: 150px;
  max-width: none;
  height: auto;
  margin-right: 0;
}

.btn-blog {
  border: 1px solid var(--olive);
  background-color: var(--olive);
  border-radius: 2005px;
  padding: 10px 20px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all 1.2s;
}

.btn-blog:hover {
  border: 1px solid var(--olive);
  color: #000;
  background-color: #0000;
}

.text-span-12 {
  color: var(--1);
  font-size: 40px;
  line-height: 50px;
}

.div-block-227 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 350px;
}

.div-block-228 {
  background-image: linear-gradient(4deg, var(--3) 35%, #fff0 76%);
  border-radius: 10px;
  align-items: flex-end;
  height: 350px;
  text-decoration: none;
  display: flex;
}

.div-block-229 {
  margin: 40px 40px 30px 30px;
}

.heading-53 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-58 {
  color: #fff;
  margin-right: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 17px;
}

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

.div-block-231 {
  margin-top: 10px;
}

.div-block-53 {
  margin-left: 0;
}

.link-block-copy {
  background-image: url('../images/face-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.link-block-copy:hover {
  background-color: #6e6e6e33;
}

.face-blog {
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.face-blog:hover {
  background-color: #6e6e6e33;
}

.linkedin-blog {
  background-image: url('../images/link-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.linkedin-blog:hover {
  background-color: #6e6e6e33;
}

.youtube-blog {
  background-image: url('../images/tube-cinza.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.youtube-blog:hover {
  background-color: #6e6e6e33;
}

.twitter-blog {
  background-image: url('../images/twitter-blog.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55%;
  border: 1px solid #6e6e6e;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transition: background-color .8s;
}

.twitter-blog:hover {
  background-color: #6e6e6e33;
}

.face-menu {
  background-color: var(--olive);
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
}

.link-footer-face {
  color: var(--white);
  background-image: url('../images/facebook-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 25px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .5s;
}

.link-footer-face:hover {
  color: var(--medium-aquamarine);
}

.div-block-232 {
  margin-bottom: 40px;
}

.collection-list-wrapper-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-4 {
  margin-bottom: 0;
  margin-right: 0;
}

.collection-list-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-7 {
  margin-bottom: 0;
  margin-right: 0;
}

.collection-list-11, .collection-list-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 10px;
  font-family: Metrisch book, sans-serif;
}

.collection-list-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-8 {
  margin-bottom: 0;
  margin-right: 0;
}

.tab-link-tab-3 {
  color: var(--dark-slate-grey);
  background-color: #08233014;
  border-radius: 10px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  transition-property: background-color;
  transition-duration: .5s;
}

.tab-link-tab-3:hover {
  background-color: #0a5e7c1a;
}

.tab-link-tab-3.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--white-smoke-2);
  border-radius: 10px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.collection-item-2 {
  margin-bottom: 0;
  margin-right: 0;
}

.collection-list-12, .collection-list-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-9 {
  margin-bottom: 0;
  margin-right: 0;
}

.collection-list-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bloco-dos-grupos {
  padding: 0;
  overflow: visible;
}

.collection-item-10 {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.column-8 {
  padding-right: 100px;
}

.div-block-233 {
  background-color: var(--2);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 7px 2px;
  display: inline-block;
}

.text-block-59 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-weight: 300;
}

.link-block-8 {
  width: 100%;
  margin-bottom: 10px;
}

.image-57 {
  border-radius: 10px;
  width: 100%;
}

.collection-list-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-234 {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.image-58 {
  border-radius: 10px;
  width: 100%;
  transition: all 1s;
}

.image-58:hover {
  transform: scale(1.05);
}

.collection-item-11 {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}

.div-block-235 {
  border: 1px solid var(--medium-aquamarine);
  border-radius: 5px;
  padding: 5px 5px 2px;
  text-decoration: none;
  transition: all 1s;
  display: inline-flex;
}

.div-block-235:hover {
  background-color: #1559791a;
}

.text-block-60 {
  color: var(--3);
  font-family: Metrisch, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.section-52 {
  background-color: var(--3);
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

.heading-54 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Zenovak, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.text-block-61 {
  border: 1px solid var(--olive);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 500px;
  margin-bottom: 10px;
  padding: 7px 20px 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
}

.section-53 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-236 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-237 {
  margin-right: 10px;
}

.button-5 {
  border: 1px solid var(--olive);
  color: var(--3);
  -webkit-text-stroke-color: var(--2);
  background-color: #0000;
  border-radius: 50px;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
  display: inline-block;
}

.button-5:hover {
  border-color: var(--olive);
  background-color: var(--olive);
  color: var(--white);
}

.div-block-238 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-239 {
  margin-top: 60px;
}

.heading-55 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
}

.div-block-240 {
  margin-top: 40px;
}

.collection-list-2b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-236-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-241 {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-242 {
  background-image: linear-gradient(to top, #000, #fff0);
  align-items: flex-end;
  width: 100vw;
  min-height: 50vh;
  display: flex;
}

.column-9 {
  padding-left: 0;
  padding-right: 100px;
}

.heading-53-copy {
  color: #fff;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
  font-size: 3em;
  line-height: 1.3em;
}

.text-block-58-copy {
  color: #fff;
  margin-right: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-block-59-copy {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-233-copy {
  background-color: var(--2);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 10px 10px 7px;
  display: inline-block;
}

.collection-list-2b2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-243 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-2b3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pagination-2 {
  margin-top: 40px;
}

.next-2 {
  border-color: var(--2);
  background-color: var(--2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 11px;
}

.previous-2 {
  border-color: var(--2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 11px;
}

.collection-list-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-244 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.div-block-245 {
  margin-top: 10px;
  margin-bottom: 0;
}

.image-59, .link-block-9 {
  width: 100%;
}

.image-60 {
  width: 100%;
  display: none;
}

.off {
  display: block;
}

.section-54 {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-height: 50vh;
}

.capa {
  background-image: url('../images/people-working-elegant-cozy-office-space.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.capa-1 {
  background-image: url('../images/img-tc-c_1.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.capa-2 {
  background-image: url('../images/network-connection-graphic-overlay-banner-floor-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.container-32 {
  width: 1200px;
  max-width: 90%;
}

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

.image-61 {
  border-radius: 40px;
  width: 100%;
}

.div-block-246 {
  margin-bottom: 0;
}

.image-62 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-247 {
  background-color: #f7f7f7;
  border-radius: 50px;
  padding: 40px 20px 20px;
}

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

.div-block-247-copy {
  background-color: #003a40;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.idiomas {
  margin-right: 20px;
}

.dropdown-links {
  color: var(--olive);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.navbar-menu {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

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

.image-13 {
  width: 13px;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.paragraph-small {
  color: #b3b3b3;
  max-width: 100%;
  font-size: 13px;
}

.dropdown-list-2 {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list-2.w--open {
  background-color: #161616;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 70vh;
  min-height: auto;
  padding: 1rem;
  position: absolute;
  overflow: scroll;
}

.dropdown-list-2b {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list-2b.w--open {
  background-color: var(--dark-slate-grey);
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 1rem;
  position: absolute;
  overflow: visible;
}

.text-block-31 {
  color: #fff;
  border-bottom: 1px solid #ffffff1f;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 20px 20px 0;
  font-size: 17px;
  font-weight: 600;
}

.dropdown-toggle-2 {
  color: var(--dark-slate-grey);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: var(--olive);
}

.navbar-link {
  color: var(--dark-slate-grey);
  align-items: center;
  padding: 1.75rem 1rem;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--olive);
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.div-block-248 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-10 {
  border: 1px solid #ebc65e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  transition: all .8s;
  display: flex;
}

.link-block-10:hover {
  background-color: #fff2cc;
}

.menu-dropdown {
  position: relative;
}

.div-block-249 {
  margin-bottom: 0;
}

.navbar-menu-left {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 200px;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link-2:hover {
  background-color: var(--3);
  border: 1px solid #222;
  border-radius: 6px;
}

.dropdown-link-2.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.btn2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ebc65e;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  transition: all .8s;
}

.btn2:hover {
  color: #000;
  background-color: #ebc65e;
}

.div-blockbv {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-63, .link-block-11 {
  width: 100%;
}

.image-64 {
  display: none;
}

.section-56 {
  padding-top: 100px;
  padding-bottom: 60px;
  font-family: Metrisch, sans-serif;
}

.container-33 {
  width: 1200px;
  max-width: 90%;
}

.div-block-252 {
  margin-top: 100px;
}

.grid-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.faq-item-wrapper {
  margin-bottom: 10px;
}

.faq-question {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  cursor: pointer;
  border-radius: 15px;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  font-weight: 200;
  display: flex;
}

.faq-question-label {
  color: var(--3);
  background-color: #0000;
  font-family: Metrisch, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-arrow {
  z-index: 0;
  width: 20px;
  position: relative;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-answer-p {
  color: #585858;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.grid-9 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 50px;
}

.text-span-13 {
  color: #bea46d;
}

.image-20 {
  width: 30px;
}

.text-block-2 {
  color: var(--1);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Zenovak, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-6-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-6-copy {
  color: #cdcabc;
  text-align: center;
  margin-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-74 {
  text-align: center;
}

.tab-pane-tab-1-3 {
  background-color: #002327;
  background-image: linear-gradient(#002327f2, #002327f2), url('../images/mdsap-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-radius: 25px;
  padding: 60px;
}

.paragraph-25 {
  color: #cdcabc;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-2-copy-copy {
  color: var(--1);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Zenovak, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.tab-pane-tab-1-modulo5 {
  background-color: #002327;
  background-image: linear-gradient(#002327f2, #002327f2), url('../images/aust.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.div-block-59 {
  background-color: var(--eescuro);
  border-radius: 20px;
  height: 100%;
  padding: 30px 40px;
}

.div-block-66-copysav {
  background-color: #003a40;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #002327;
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--2);
  background-color: #c8c8c800;
  background-image: linear-gradient(#0b3447f2, #0b3447f2), url('../images/27017.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1-4 {
  background-color: var(--outra);
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-1-4.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../images/bandeira-canada.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #a78f5d;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Zenovak, sans-serif;
}

.tab-pane-tab-1 {
  background-color: #002327;
  background-image: linear-gradient(#082330f2, #082330f2), url('../images/27017.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.image-65 {
  width: auto;
  margin: 0 0 40px auto;
  transition: all 3s;
}

.image-65:hover {
  transform: scale(1.1);
}

.tab-pane-tab-1-modulo4 {
  background-color: #002327;
  background-image: linear-gradient(#002327f2, #002327f2), url('../images/bandeira-japao.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.mapa {
  background-color: var(--dark-slate-grey);
  padding: 80px 40px;
  overflow: hidden;
}

.tab-pane-tab-1-modulo3 {
  background-color: #002327;
  background-image: linear-gradient(#002327f2, #002327f2), url('../images/bandeira-canada.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.div-block-62 {
  text-align: center;
  margin-top: 10px;
}

.tab-link-tab-1-copy {
  background-color: var(--outra);
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-1-copy.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../images/frame-1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #a78f5d;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-73 {
  margin-top: 20px;
}

.paragraph-6-copy-copyvs {
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zenovak, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-75 {
  text-align: center;
}

.tab-pane-tab-1-modulo2 {
  background-color: #002327;
  background-image: linear-gradient(#002327f2, #002327f2), url('../images/18165.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 25px;
  padding: 60px;
}

.btn-escuro-copy-3 {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-3:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy-3:active {
  background-color: #43464d;
}

.box-interno {
  text-align: center;
}

.tab-link-tab-1-y {
  background-color: var(--outra);
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-1-y.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../images/aust.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #a78f5d;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sd {
  border: 0 solid #c2beaf;
  border-radius: 15px;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-link-tab-2-2 {
  background-color: var(--outra);
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../images/18165.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #a78f5d;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.titulo-2 {
  color: #d6bd87;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.tab-link-tab-1-6 {
  background-color: var(--outra);
  border-radius: 30px;
  padding: 0;
}

.tab-link-tab-1-6.w--current {
  background-color: #c8c8c800;
  background-image: linear-gradient(#002327e6, #002327e6), url('../images/bandeira-japao.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #a78f5d;
  border-radius: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-34 {
  margin-top: 40px;
}

.container-35 {
  width: 1200px;
  max-width: 90%;
}

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

.section-57 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-36 {
  width: 1200px;
  max-width: 90%;
}

.div-block-255 {
  color: #002327;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-4 {
  color: var(--claro);
  font-weight: 700;
}

.image-66 {
  width: 70%;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-43 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100-c {
  padding-bottom: 40px;
}

.div-block-100-d {
  padding-bottom: 40px;
  display: none;
}

.heading-12-copy {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.grid-39-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-11-copy {
  background-image: url('../images/business-woman-hand-with-financial-charts-mobile-phone-laptop-table.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 180px;
  display: flex;
}

.heading-12-copyvg {
  color: #fff;
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.div-block-211-copyxd {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.image-67 {
  width: 120px;
}

.div-block-256 {
  background-color: #e7e7e700;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.div-block-257 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 350px;
  display: flex;
}

.selo-imagem {
  width: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-68 {
  width: 100px;
  margin-bottom: 15px;
  margin-left: 15px;
  display: block;
}

.div-block-258 {
  margin-bottom: 15px;
}

.list-item-6 {
  margin-bottom: 10px;
}

.div-block-259 {
  margin-right: 5px;
  display: inline-flex;
}

.text-block-64 {
  color: var(--dark-slate-grey);
  font-family: Metrisch, sans-serif;
}

.text-block-64-copy {
  color: var(--olive);
  font-family: Metrisch, sans-serif;
}

.btn-01-2 {
  background-color: #89764e;
  border: 1px solid #89764e;
  border-radius: 2005px;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 1.2s;
}

.btn-01-2:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #89764e;
}

.image-70 {
  width: 200px;
  margin-bottom: 20px;
}

.div-block-260 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-44 {
  text-align: center;
  background-image: linear-gradient(#003a40e6, #003a40e6), url('../images/img-tc-c.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding: 60px 100px;
  display: block;
}

.div-block-261 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-23-copyvfdv-copy-2 {
  color: #8fc9b8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-27 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-262 {
  margin-top: 20px;
}

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

.section-41-copyhkk-2 {
  background-image: linear-gradient(#003a40c9, #003a40c9), url('../images/img-home-b.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.div-block-263 {
  max-width: 800px;
}

.heading-56 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.div-block-264 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-71 {
  width: 200px;
  margin-bottom: 20px;
}

.div-block-265 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-266 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-28 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.grid-28-copyeg-2 {
  text-align: center;
  background-image: linear-gradient(#003a40e6, #003a40e6), url('../images/img-tc-c.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: block;
}

.div-block-267 {
  margin-top: 20px;
}

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

.section-58 {
  background-image: linear-gradient(#003a40c9, #003a40c9), url('../images/img-consultoria-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.div-block-268 {
  max-width: 800px;
}

.heading-57 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.paragraph-6-copy-copy-copy-2 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin: 10px auto 20px;
  font-family: Metrisch, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-269 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-41-copy-2 {
  background-image: linear-gradient(#003a40cc, #003a40cc), url('../images/auditoria-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.div-block-270 {
  max-width: 800px;
}

.heading-58 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.paragraph-6-copy-copy-copy-3 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin: 10px auto 20px;
  font-family: Metrisch, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-271 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-59 {
  background-color: #0000;
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/img-blog.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-272 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-59 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.section-60 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/img-contatos.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.div-block-273 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.heading-60 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Zenovak, sans-serif;
  font-size: 60px;
  line-height: 65px;
  display: block;
}

.secao-capa-2 {
  color: #000;
  background-color: #0000;
  align-items: flex-start;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.secao-capa-2.medical-devices {
  background-image: linear-gradient(#003a40bf, #003a40bf), url('../images/capa-medical-devices.png');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
  padding-bottom: 100px;
}

.secao-capa-2.medical-devices._2 {
  background-color: #003a40;
  min-height: auto;
}

.div-block-274 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-275 {
  border: 2px solid #89764e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-65 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.heading-copy-copy-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.div-block-276 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-277 {
  border: 2px solid #89764e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-66 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-278 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-279 {
  border: 2px solid #89764e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-67 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-280 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-281 {
  border: 2px solid #89764e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-68 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-282 {
  margin-top: 20px;
}

.div-block-283 {
  margin-top: 60px;
}

.list {
  margin-bottom: 30px;
}

.link-block-12 {
  background-color: #27b446;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .8s;
  display: flex;
}

.link-block-12:hover {
  transform: scale(1.1);
}

.collection-item-12 {
  background-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

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

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

  .nav-menu {
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    border: 1px solid var(--1);
    border-radius: 15px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 13px 15px;
    transition: all .8s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--1);
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 30px;
  }

  .div-block-8 {
    padding-right: 40px;
  }

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

  .div-block-10 {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .icon {
    color: var(--2);
  }

  .list-item-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .heading-23-copy {
    text-align: center;
    font-size: 3em;
  }

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

  .section-21 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-25 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .div-block-122 {
    padding-right: 20px;
  }

  .div-block-138 {
    max-width: none;
  }

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

  .left-arrow, .right-arrow {
    width: 50px;
  }

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

  .image-44 {
    height: auto;
  }

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

  .heading-25-copy {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .heading-25-copyca {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-48 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .text-block-56 {
    font-size: 1.5em;
  }

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

  .div-block-43 {
    max-width: 90%;
  }

  .heading-127-copy {
    font-size: 2.5em;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    margin-top: 10px;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    margin-bottom: 10px;
    padding: 7px 20px;
  }

  .column-8 {
    padding-right: 20px;
  }

  .collection-list-2b {
    grid-template-columns: 1fr 1fr;
  }

  .column-9 {
    padding-right: 40px;
  }

  .heading-53-copy {
    font-size: 3.5em;
  }

  .collection-list-2b2, .collection-list-2b3, .grid-40 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-menu {
    background-color: var(--3);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #222;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 2rem 3.2rem;
    position: absolute;
  }

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

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-list-2b {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-2b.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle-2 {
    color: var(--white);
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-2:hover {
    color: #b3b3b3;
  }

  .navbar-link {
    color: var(--white);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: #b3b3b3;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-link-2 {
    width: 100%;
  }

  .dropdown-link-2:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .div-blockbv, .div-block-156-b {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-62 {
    letter-spacing: 3px;
    text-transform: uppercase;
    background-image: url('../images/menu.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3px;
    padding-right: 30px;
    font-size: 11px;
    font-weight: 400;
    display: flex;
  }

  .text-block-62:hover {
    color: #000;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-6-copy-copy, .paragraph-6-copy {
    font-size: 14px;
  }

  .tab-pane-tab-1-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .tabs-menu-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-6-copy-copyvs {
    font-size: 25px;
  }

  .titulo-2 {
    font-size: 12px;
  }

  .grid-42, .grid-39-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-257 {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: var(--medium-aquamarine);
    flex-direction: column;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .menu-button {
    width: 100%;
  }

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

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

  .div-block-8 {
    border-right-width: 0;
    padding-right: 0;
  }

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

  .heading-copy {
    font-size: 60px;
  }

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

  .paragraph-6 {
    font-size: 15px;
  }

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

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .div-block-97 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-106 {
    padding: 20px;
  }

  .section-27 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-2 {
    padding: 10px 5px;
    font-size: 13px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item-3 {
    margin-right: 5px;
  }

  .column-3 {
    padding-right: 0;
  }

  .div-block-117 {
    margin-top: 40px;
  }

  .container-21 {
    max-width: 90%;
  }

  .div-block-122 {
    max-width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-125 {
    max-width: 100%;
  }

  .container-22 {
    max-width: 90%;
  }

  .heading-41 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

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

  .div-block-135 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-25 {
    max-width: 90%;
  }

  .collection-list-7, .grid-30, .grid-14-copy {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-6-copy-copy-copy, .paragraph-6-copy-copy-copy-copycs {
    font-size: 15px;
  }

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

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

  .heading-48 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-191 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-copy-copy {
    font-size: 60px;
  }

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

  .btn-escuro-copy {
    display: none;
  }

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

  .div-block-226 {
    display: block;
  }

  .heading-127-copy {
    font-size: 3.5em;
  }

  .btn-escuro-copy-2 {
    display: none;
  }

  .image-55 {
    max-width: 200px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .column-7 {
    padding-top: 40px;
  }

  .container-31 {
    max-width: 90%;
  }

  .column-9 {
    padding-right: 0;
  }

  .heading-53-copy {
    font-size: 3em;
  }

  .image-59 {
    display: none;
  }

  .image-60 {
    display: block;
  }

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

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .dropdown-toggle-2, .navbar-link {
    font-size: 1rem;
  }

  .image-63 {
    display: none;
  }

  .image-64 {
    display: block;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

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

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

  .tab-pane-tab-1-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr 1fr;
  }

  .btn-escuro-copy-3 {
    text-align: center;
    display: none;
  }

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

  .div-block-254 {
    display: block;
  }

  .image-66 {
    max-width: 200px;
    margin-top: -100px;
    margin-bottom: 0;
  }

  .grid-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-39-copy {
    grid-template-columns: 1fr;
  }

  .div-block-263, .div-block-268 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6-copy-copy-copy-2 {
    font-size: 15px;
  }

  .div-block-270 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6-copy-copy-copy-3 {
    font-size: 15px;
  }

  .container-37 {
    max-width: 90%;
  }

  .heading-copy-copy-2 {
    font-size: 60px;
  }

  .container-38, .container-39, .container-40 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    display: block;
  }

  .navbar-no-shadow-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

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

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

  .nav-menu {
    background-color: var(--medium-aquamarine);
    flex-direction: column;
    width: 100%;
  }

  .menu-button {
    border: 1px solid var(--1);
    border-radius: 15px;
    width: 100%;
    height: 50px;
  }

  .menu-button.w--open {
    z-index: 998;
    background-color: var(--1);
    width: 100%;
  }

  .nav-link-copy {
    padding-right: 30px;
  }

  .section-3 {
    padding-top: 30px;
  }

  .columns {
    width: 90%;
  }

  .btn-01 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .collection-list-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .icon {
    color: var(--2);
  }

  .secao-capa {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .secao-capa.medical-devices {
    background-image: linear-gradient(#003a40ba, #003a40ba), url('../images/capa-medical-devices.png');
    background-position: 0 0, 40% 0;
  }

  .secao-capa.medical-devices._2 {
    background-image: linear-gradient(#003a40cc, #003a40cc), url('../images/capa-medical-devices.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-18 {
    width: 90%;
  }

  .div-block-19.w--current {
    width: 100%;
    max-width: 50%;
  }

  .div-block-20 {
    display: none;
  }

  .div-block-21 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid-6 {
    border-radius: 10px;
    width: 90%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icone-insta, .icone-email, .icone-whatsapp, .icone-fone {
    font-size: 15px;
  }

  .section-11 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-13 {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .container-2 {
    max-width: 90%;
  }

  .heading-22 {
    font-size: 2em;
    line-height: 1.2em;
  }

  .icone--linke {
    font-size: 15px;
  }

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

  .heading-23 {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-8 {
    font-weight: 400;
  }

  .heading-23-copy {
    font-size: 2em;
    line-height: 1.3em;
  }

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

  .heading-23-copyvfdv {
    width: 95%;
    max-width: none;
    height: 95%;
    max-height: none;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-13 {
    font-size: 16px;
  }

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

  .text-block-12 {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-25 {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-14 {
    color: #666;
    font-weight: 400;
  }

  .empty-state {
    margin-bottom: 40px;
  }

  .menu-mobile {
    background-color: var(--dark-slate-grey);
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navbar-no-shadow-container-2 {
    background-color: var(--3);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-regular-2 {
    min-height: auto;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    min-height: 100vh;
    padding-top: 40px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100px;
  }

  .nav-link-2 {
    color: var(--dark-slate-grey);
    text-align: left;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 17px;
    display: block;
  }

  .menu-button-2 {
    border: 1px solid var(--2);
    background-color: var(--2);
    color: var(--dark-slate-grey);
    border-radius: 5px;
  }

  .menu-button-2.w--open {
    background-color: var(--olive);
  }

  .image-19 {
    width: 160px;
  }

  .icon-4 {
    color: #fff;
  }

  .list-item-5 {
    align-self: flex-start;
    width: 100%;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Metrisch, sans-serif;
    transition: all .8s;
  }

  .list-item-5:hover {
    color: #fff;
    background-color: #72bba6;
    border-radius: 5px;
  }

  .link {
    color: var(--dark-slate-grey);
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }

  .div-block-95 {
    padding: 30px 15px;
  }

  .grid-21 {
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-97 {
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .image-24 {
    width: 30px;
  }

  .link-block-2 {
    border: 0px solid var(--olive);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

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

  .heading-35 {
    font-size: 25px;
    line-height: 25px;
  }

  .button-3 {
    margin-right: 0;
  }

  .div-block-102 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-106 {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-37 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-108 {
    margin-top: 20px;
  }

  .tab-link-tab-2.w--current {
    border-radius: 10px;
  }

  .div-block-109 {
    padding-bottom: 30px;
  }

  .collection-item-3 {
    margin-right: 5px;
  }

  .div-block-117 {
    margin-top: 40px;
  }

  .container-21 {
    max-width: 90%;
  }

  .section-33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .div-block-122 {
    padding-right: 0;
  }

  .text-block-28 {
    margin-bottom: 20px;
  }

  .heading-41 {
    max-width: none;
    font-size: 2em;
    line-height: 40px;
  }

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

  .div-block-130 {
    margin-bottom: 20px;
  }

  .container-23 {
    max-width: 90%;
  }

  .div-block-137 {
    margin-top: 20px;
    display: flex;
  }

  .div-block-138 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .heading-43 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .container-25 {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .presencial {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .collection-list-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-23-copyvfdv-copy {
    font-size: 25px;
  }

  .div-block-152 {
    max-width: 90%;
  }

  .image-39 {
    width: 170px;
  }

  .paragraph-13-copy {
    color: #666;
    font-weight: 500;
  }

  .slider {
    width: 100vw;
  }

  .icon-5, .icon-6 {
    font-size: 17px;
  }

  .left-arrow {
    width: 30px;
    font-size: 12px;
  }

  .right-arrow {
    width: 30px;
  }

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

  .text-block-35 {
    font-size: 14px;
    line-height: 15px;
  }

  .bloco-div-157 {
    border-radius: 0;
  }

  .paragraph-24 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-161 {
    width: 45px;
    height: 45px;
  }

  .icone {
    width: 20px;
  }

  .image-43 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }

  .image-44 {
    display: none;
  }

  .div-block-161-copy {
    width: 40px;
    height: 40px;
  }

  .icone-copy {
    width: 20px;
  }

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

  .heading-25-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-6-copy-copy-copy {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }

  .paragraph-6-copy-copy-copy-copycs {
    font-size: 13px;
    line-height: 20px;
  }

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

  .div-block-137-copy {
    margin-top: 20px;
    display: flex;
  }

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

  .heading-25-copyca {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-28-copyeg {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-189 {
    max-width: none;
    margin-bottom: 0;
  }

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

  .heading-48 {
    aspect-ratio: auto;
    width: 95%;
    height: 90%;
    font-size: 30px;
    line-height: 35px;
    display: block;
    overflow: visible;
  }

  .heading-40-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-191 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-192 {
    border-radius: 0;
  }

  .text-block-49 {
    color: #666;
  }

  .heading-copy-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
  }

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

  .heading-23-copyvfdv-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-53 {
    max-height: none;
  }

  .container-30 {
    max-width: 90%;
  }

  .div-block-222 {
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }

  .text-block-56 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .text-block-57 {
    font-size: 1em;
  }

  .heading-52 {
    font-size: 2.5em;
  }

  .btn-escuro-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .background-video-3 {
    min-height: 80vh;
  }

  .div-block-43 {
    max-width: 90%;
  }

  .grid-38 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-226 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
  }

  .heading-127-copy {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .btn-escuro-copy-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .image-55 {
    max-width: 180px;
    margin-top: 20px;
    display: block;
  }

  .image-56 {
    width: auto;
    margin-right: 0;
  }

  .image-53-copy {
    max-height: none;
  }

  .text-span-12 {
    font-size: 20px;
    line-height: 20px;
  }

  .column-7 {
    background-color: #eee;
    border-radius: 10px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .collection-list-wrapper-2 {
    grid-template-rows: auto auto auto;
    display: block;
  }

  .collection-list-13, .collection-list-11, .collection-list-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-right: 0;
  }

  .collection-list-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-3 {
    text-align: center;
    padding: 10px 5px 10px 10px;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
  }

  .tab-link-tab-3.w--current {
    padding: 10px;
    font-size: 12px;
    display: inline-block;
  }

  .collection-list-12, .collection-list-16, .collection-list-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bloco-dos-grupos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-54 {
    font-size: 35px;
  }

  .section-53 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-236 {
    display: block;
  }

  .div-block-237 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-2b, .div-block-236-copy {
    display: block;
  }

  .div-block-241 {
    width: 85%;
  }

  .heading-53-copy {
    font-size: 2em;
  }

  .text-block-58-copy {
    font-size: 11px;
  }

  .text-block-59-copy {
    font-size: 15px;
  }

  .collection-list-2b2, .collection-list-2b3 {
    display: block;
  }

  .section-55 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-61 {
    border-radius: 0;
  }

  .div-block-247 {
    border-radius: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

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

  .div-block-247-copy {
    border-radius: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .navbar-menu {
    z-index: 997;
    background-color: var(--3);
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    padding-top: 10rem;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .div-block-156 {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown-toggle-2 {
    color: var(--white);
    width: auto;
    padding-right: 0;
  }

  .navbar-link {
    color: var(--white);
  }

  .navbar-button-wrapper {
    justify-content: flex-end;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .dropdown-link-2 {
    background-color: #092c3d;
    padding-left: 20px;
  }

  .div-block-250 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-251 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-blockbv, .div-block-156-b {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .image-63 {
    display: none;
  }

  .image-64 {
    width: 100%;
  }

  .text-block-62 {
    background-image: url('../images/menu.svg');
    background-size: 18px;
    padding-right: 28px;
  }

  .section-56 {
    padding-top: 60px;
  }

  .div-block-252 {
    margin-top: 60px;
  }

  .grid-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .paragraph-6-copy-copy {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-6-copy {
    text-align: left;
    margin-right: 10px;
    padding-right: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .tab-pane-tab-1-3 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2-copy-copy {
    text-align: center;
  }

  .tab-pane-tab-1-modulo5 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-59 {
    text-align: left;
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1-4 {
    min-width: auto;
    display: flex;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .tab-pane-tab-1 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    overflow: visible;
  }

  .tab-pane-tab-1-modulo4 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mapa {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    overflow: visible;
  }

  .tab-pane-tab-1-modulo3 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1-copy {
    min-width: auto;
  }

  .tab-link-tab-1-copy.w--current {
    display: flex;
  }

  .paragraph-6-copy-copyvs {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
  }

  .div-block-75 {
    margin-left: 15px;
  }

  .tab-pane-tab-1-modulo2 {
    border-radius: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-escuro-copy-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .tab-link-tab-1-y {
    min-width: auto;
    display: flex;
  }

  .tab-link-tab-2-2 {
    display: flex;
  }

  .titulo-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .tab-link-tab-1-6 {
    min-width: auto;
    display: flex;
  }

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

  .div-block-254 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-255 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
  }

  .image-66 {
    max-width: 180px;
    margin-top: 20px;
    display: block;
  }

  .text-block-63 {
    color: #7e7e7e;
    font-weight: 500;
    line-height: 20px;
  }

  .paragraph-26 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .search-result-list {
    margin-top: 100px;
  }

  .heading-12-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .section-11-copy {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .heading-12-copyvg {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .image-69 {
    display: none;
  }

  .image-70 {
    width: 170px;
  }

  .grid-44 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-261 {
    max-width: 90%;
  }

  .heading-23-copyvfdv-copy-2 {
    font-size: 25px;
  }

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

  .heading-56 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-264 {
    margin-top: 20px;
    display: flex;
  }

  .image-71 {
    width: 170px;
  }

  .div-block-266 {
    max-width: 90%;
  }

  .paragraph-28 {
    font-size: 16px;
  }

  .grid-28-copyeg-2 {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-57 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-6-copy-copy-copy-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-269 {
    margin-top: 20px;
    display: flex;
  }

  .heading-58 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-6-copy-copy-copy-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-271 {
    margin-top: 20px;
    display: flex;
  }

  .heading-59 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .section-60 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .heading-60 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .secao-capa-2 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .secao-capa-2.medical-devices {
    background-image: linear-gradient(#003a40ba, #003a40ba), url('../images/capa-medical-devices.png');
    background-position: 0 0, 40% 0;
  }

  .secao-capa-2.medical-devices._2 {
    background-image: linear-gradient(#003a40cc, #003a40cc), url('../images/capa-medical-devices.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-37 {
    max-width: 90%;
  }

  .heading-copy-copy-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .container-38, .container-39, .container-40 {
    max-width: 90%;
  }

  .link-block-12 {
    width: 100%;
  }
}

#w-node-dd93c6bc-ee99-52ca-5033-685eebf18911-25a74dff, #w-node-dd93c6bc-ee99-52ca-5033-685eebf18915-25a74dff, #w-node-dd93c6bc-ee99-52ca-5033-685eebf18919-25a74dff, #w-node-dd93c6bc-ee99-52ca-5033-685eebf1891d-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c09f6b0-31ff-c8d8-1a69-4f131c4b258f-25a74dff, #w-node-b9f090cf-6bf5-a432-2d12-2402b8dbf390-25a74dff, #w-node-_42890184-a21c-19b4-9548-77a2f92b465e-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3281476d-7d8a-2266-67d0-37071f93abbc-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9addc396-bf6c-5b86-38d2-6afd5a3a10c0-25a74dff {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_21e6c14b-d5cd-ebf9-edb2-9a21da6c4864-25a74dff, #w-node-e841e829-a2fe-2537-bdc5-b46ee8c08313-25a74dff, #w-node-_3f4fcfb6-0467-3f17-6c51-13dbfd8f82b4-25a74dff, #w-node-_42c07d98-53da-26e7-3c6d-7a0834348498-25a74dff, #w-node-_42e08fa0-4fc8-c9c6-9101-83fefed2ad12-25a74dff, #w-node-_16cd43fb-bc69-a952-a0b5-8c1008b3c659-25a74dff, #w-node-e5b76e68-4bea-a38e-4d76-b20af5734930-25a74dff, #w-node-_49b19a70-7c9f-3f99-0d7e-5c2c1238c3a0-25a74dff, #w-node-a67468bc-5667-3fa6-ffff-5c694ae1cded-25a74dff, #w-node-_29036c29-c594-c1b5-c748-ee90ed981074-25a74dff, #w-node-_136338d5-60a9-7607-5248-a11716fbb852-25a74dff, #w-node-_19109cad-2060-abb4-0e68-0e3c30b108c2-25a74dff, #w-node-_30ad9ef3-92ec-b397-a8d7-b88a93ede860-25a74dff, #w-node-_24aceb77-f45b-aaa4-a7f3-7684743f0c82-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40ca202b-b3cd-aa84-3934-82b2798b3916-25a74dff, #w-node-a31b15e9-a629-7093-a673-f5849da5969f-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a31b15e9-a629-7093-a673-f5849da5969d-25a74dff, #w-node-_83bbe39a-c2ed-7349-e33b-143d61797fe9-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bbe39a-c2ed-7349-e33b-143d61797fe4-25a74dff, #w-node-_420840a1-0a74-95b3-1149-0cb872fea644-25a74dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_420840a1-0a74-95b3-1149-0cb872fea642-25a74dff, #w-node-_02414f14-8f76-3e1b-1ebb-72577fae1b8a-7fae1b88, #w-node-fb9209cc-3f09-0bdf-9bab-cf141a318272-7fae1b88, #w-node-_02414f14-8f76-3e1b-1ebb-72577fae1b8c-7fae1b88, #w-node-_02414f14-8f76-3e1b-1ebb-72577fae1b96-7fae1b88, #w-node-f3fa2308-b5e1-a4b6-5a5e-adfd0d567357-94bfd9b6, #w-node-ad83d6f1-86d5-f305-7598-8028acd67e75-94bfd9b6, #w-node-_0bc4a977-e5e6-34da-bbbd-c8e99d803e85-94bfd9b6, #w-node-df87e3fd-6ccb-be35-e15e-3aff437eb530-94bfd9b6, #w-node-b048b857-5dc2-34ef-b7a8-d2d8cb3855fd-94bfd9b6, #w-node-_766e2509-8acf-7fe8-0de2-b133f9b219fe-94bfd9b6, #w-node-e25606f5-4332-4c65-3f50-6b6c9d88a8ec-94bfd9b6, #w-node-_9cd150c4-2d8c-b166-67c3-43138a688c0c-94bfd9b6, #w-node-_243cc609-ec85-22c9-c6a2-647e8a4420bb-94bfd9b6, #w-node-_8088e86a-b050-e3f2-90a9-56a6f7ac9b76-94bfd9b6, #w-node-b48d2cb2-7770-6f58-9266-05a1bb92c54d-94bfd9b6, #w-node-_98c40f9d-7eda-998a-aebf-6463dc7c1567-94bfd9b6, #w-node-_02ff03f6-59ed-8bfb-453e-b234a70f9337-94bfd9b6, #w-node-_5909253c-4244-9a3b-68b1-c6949e90a73d-25a74e16, #w-node-_5909253c-4244-9a3b-68b1-c6949e90a73e-25a74e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5909253c-4244-9a3b-68b1-c6949e90a740-25a74e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62936048-8cde-f612-fd90-1e7ac76256fe-25a74e16, #w-node-_0a60943e-b7a4-cb55-0bf3-f2dd25fe8f14-25a74e16, #w-node-_5637ce3c-4c86-65d8-5266-0ebb285b458a-25a74e16, #w-node-_4f333638-e86a-6d90-c0d1-123f06721257-25a74e16, #w-node-_7b932efe-b288-7a13-7b94-4576acae8767-25a74e16, #w-node-_3579545c-e1fc-0145-7247-58b23643b080-25a74e16, #w-node-_59c64216-d4df-8e32-3c2c-0f8f723268eb-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c858cfbe-d984-cacb-8392-5ec089cdfa1b-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_749c036b-a2d4-8bc6-f7f3-2fe0c827862a-25a74e19, #w-node-_59811c8c-4623-6cde-e035-aaf3ccdc6b5f-25a74e19, #w-node-e5148c54-d9de-dfe8-221f-28d7134db7a9-25a74e19, #w-node-_52df6e09-dceb-8eaa-db49-509633b831e2-25a74e19, #w-node-_0392548d-9563-aad1-9ed9-a0f4f6a205e8-25a74e19, #w-node-_7ea55379-5962-91f3-f472-71337211d14c-25a74e19, #w-node-_423744aa-024e-a404-cbc9-f46aca954349-25a74e19, #w-node-acca211f-b041-ea23-178e-3c7b070c973d-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c98b4cf-d6ff-6466-8f0f-8e6406e081d8-25a74e19 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01178889-9f8e-b510-229f-ccec8a17165c-25a74e19, #w-node-_01178889-9f8e-b510-229f-ccec8a17165d-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01178889-9f8e-b510-229f-ccec8a17165f-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7e08e254-0012-7051-8bfa-59546c5ae372-25a74e19, #w-node-_7e08e254-0012-7051-8bfa-59546c5ae373-25a74e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e08e254-0012-7051-8bfa-59546c5ae375-25a74e19 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5184a1b-10b2-de97-6e70-356c31bb6014-25a74e1a, #w-node-d5184a1b-10b2-de97-6e70-356c31bb601d-25a74e1a, #w-node-d5184a1b-10b2-de97-6e70-356c31bb6025-25a74e1a, #w-node-d5184a1b-10b2-de97-6e70-356c31bb602d-25a74e1a, #w-node-_79262e81-6d32-d40e-503d-d4346a2a6a9e-25a74e1a, #w-node-_87f96269-c94b-3182-50a2-76006bc2ea83-25a74e1a, #w-node-_87f96269-c94b-3182-50a2-76006bc2ea84-25a74e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87f96269-c94b-3182-50a2-76006bc2ea86-25a74e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fa308ce9-062b-86d6-98f5-a4838ae84bed-25a74e1a, #w-node-fa308ce9-062b-86d6-98f5-a4838ae84bee-25a74e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa308ce9-062b-86d6-98f5-a4838ae84bf0-25a74e1a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e4b1cd1-b55d-1af5-520c-10ab66af5bce-25a74e1a, #w-node-_2e4b1cd1-b55d-1af5-520c-10ab66af5bcf-25a74e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e4b1cd1-b55d-1af5-520c-10ab66af5bd1-25a74e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_749d1436-6a0a-ae48-2b0e-3a2e90fd0e02-25a74e1b, #w-node-_310ffe48-97d9-cc9b-9f65-694c54be3862-25a74e1b, #w-node-_37c793a3-7b94-01ce-de59-e26522f8cc13-25a74e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2b0806-025b-7021-384e-4a353eebc534-25a74e20, #w-node-c5b8839b-0605-d933-c9cd-3318f66f61bc-25a74e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_710a087c-546a-4648-0c7f-5f6589361e3d-25a74e20, #w-node-cbfc3acd-69e8-e217-7807-3958ff935148-25a74e40, #w-node-cbfc3acd-69e8-e217-7807-3958ff935165-25a74e40, #w-node-f5db2902-2ad6-e4ea-1c85-bd0f11252670-25a74e5d, #w-node-f5db2902-2ad6-e4ea-1c85-bd0f1125268b-25a74e5d, #w-node-_6e53b964-df6c-0a42-38ea-e9a274e10fc8-25a74e62, #w-node-_6e53b964-df6c-0a42-38ea-e9a274e10fe3-25a74e62, #w-node-_939e61c5-39b6-1fa1-b662-ab0f4c2aae25-7f1a3683, #w-node-_3fd15ae1-fbd0-70e9-586b-db7ecf0004c2-7f1a3683, #w-node-ace504b4-f251-8264-9664-2393778a33c8-feb55959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb1ce8b-6976-997a-feb2-cae11c2ca3f7-feb55959 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6bb1ce8b-6976-997a-feb2-cae11c2ca400-feb55959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_42890184-a21c-19b4-9548-77a2f92b465e-25a74dff, #w-node-a31b15e9-a629-7093-a673-f5849da5969f-25a74dff, #w-node-_420840a1-0a74-95b3-1149-0cb872fea644-25a74dff {
    order: 9999;
  }

  #w-node-_6bb1ce8b-6976-997a-feb2-cae11c2ca400-feb55959 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3281476d-7d8a-2266-67d0-37071f93abbc-25a74dff {
    order: -9999;
  }

  #w-node-a31b15e9-a629-7093-a673-f5849da5969f-25a74dff, #w-node-_420840a1-0a74-95b3-1149-0cb872fea644-25a74dff {
    order: 9999;
  }

  #w-node-c858cfbe-d984-cacb-8392-5ec089cdfa1b-25a74e19 {
    order: -9999;
  }

  #w-node-_7e08e254-0012-7051-8bfa-59546c5ae375-25a74e19, #w-node-fa308ce9-062b-86d6-98f5-a4838ae84bf0-25a74e1a, #w-node-_6bb1ce8b-6976-997a-feb2-cae11c2ca3f7-feb55959 {
    order: 9999;
  }

  #w-node-_6bb1ce8b-6976-997a-feb2-cae11c2ca400-feb55959 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-extralight.woff2') format('woff2'), url('../fonts/metrisch-extralight.ttf') format('truetype');
  font-weight: 200; font-display: swap;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-bolditalic.woff2') format('woff2'), url('../fonts/metrisch-bolditalic.ttf') format('truetype'), url('../fonts/metrisch-extrabolditalic.woff2') format('woff2'), url('../fonts/metrisch-extrabolditalic.ttf') format('truetype');
  font-weight: 700; font-display: swap;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-extralightitalic.woff2') format('woff2'), url('../fonts/metrisch-extralightitalic.ttf') format('truetype');
  font-weight: 200; font-display: swap;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-bookitalic.woff2') format('woff2'), url('../fonts/metrisch-bookitalic.ttf') format('truetype');
  font-weight: 400; font-display: swap;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-light.woff2') format('woff2'), url('../fonts/metrisch-light.ttf') format('truetype');
  font-weight: 300; font-display: swap;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-medium.woff2') format('woff2'), url('../fonts/metrisch-medium.ttf') format('truetype');
  font-weight: 500; font-display: swap;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch book';
  src: url('../fonts/metrisch-book.woff2') format('woff2'), url('../fonts/metrisch-book.ttf') format('truetype');
  font-weight: 400; font-display: swap;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-extrabold.woff2') format('woff2'), url('../fonts/metrisch-extrabold.ttf') format('truetype'), url('../fonts/metrisch-bold.woff2') format('woff2'), url('../fonts/metrisch-bold.ttf') format('truetype');
  font-weight: 700; font-display: swap;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-mediumitalic.woff2') format('woff2'), url('../fonts/metrisch-mediumitalic.ttf') format('truetype');
  font-weight: 500; font-display: swap;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/metrisch-lightitalic.woff2') format('woff2'), url('../fonts/metrisch-lightitalic.ttf') format('truetype');
  font-weight: 300; font-display: swap;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zenovak';
  src: url('../fonts/zenovak.woff2') format('woff2'), url('../fonts/zenovak.ttf') format('truetype');
  font-weight: 400; font-display: swap;
  font-style: normal;
  font-display: swap;
}