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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navbar {
  padding: 35px 10%;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #2ec4b6;
}

.nav-link {
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.w--current {
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-right: 0px;
  padding: 10px 25px;
  border-style: none;
  border-width: 3px;
  border-color: #063fa0;
  border-radius: 7px;
  background-color: #063fa0;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image {
  margin-left: 8px;
}

.frase-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #063fa0;
}

.text-block {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.empresa-section {
  padding-right: 15%;
  padding-left: 15%;
  background-color: rgba(180, 180, 180, 0.27);
}

.div-sobre-n-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-img-sobre-n-s {
  padding-right: 0px;
  padding-left: 0px;
}

.div-texto-sobre-n-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-header {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
  font-family: 'Aquawax pro', sans-serif;
  color: #2dc4b6;
}

.main-header.white {
  color: #fff;
  font-size: 40px;
}

.main-header.blue {
  color: #20bbe5;
}

.main-header.red {
  color: #e71d36;
}

.separator {
  width: 80px;
  height: 2px;
  margin-top: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2dc4b6;
  color: #000;
}

.separator.white {
  background-color: #fff;
  color: #fff;
}

.separator.blue {
  background-color: #20bbe5;
}

.separator.red {
  background-color: #e71d36;
}

.main-paragraph {
  width: auto;
  margin-top: 34px;
  margin-bottom: 0px;
  font-family: 'Aquawax pro', sans-serif;
  color: #727272;
  font-size: 35px;
  line-height: 55px;
  font-weight: 500;
  text-align: right;
}

.slide {
  height: auto;
  background-image: url('../images/instagram.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  padding-right: 15%;
  padding-left: 15%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/daeaea.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/daeaea.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/banner-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/banner-2.jpg');
}

.slide-2._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/banner-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/banner-3.jpg');
}

.slider {
  height: auto;
}

.heading {
  width: 750px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 57px;
  font-weight: 400;
}

.heading.blue {
  color: #fff;
}

.heading.red {
  color: #fff;
}

.paragraph {
  width: 600px;
  margin-bottom: 0px;
  padding-top: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.div-block-text-slide {
  padding-top: 77px;
  padding-bottom: 77px;
}

.mini-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Aquawax pro', sans-serif;
  color: rgba(51, 51, 51, 0.49);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

.mini-header.white {
  color: #fff;
}

.footer {
  padding-top: 119px;
  padding-bottom: 119px;
  background-color: #2ec4b6;
  color: #fff;
}

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

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 130px 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-header-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-membro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 700px;
  margin-right: 26px;
  margin-left: 0px;
  padding: 45px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.text-time {
  width: auto;
  height: auto;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.header-time {
  margin-bottom: -11px;
  font-family: Gilroy, sans-serif;
  color: #063fa0;
  font-size: 28px;
}

.mini-header-time {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
}

.servi-os-section {
  padding: 130px 15%;
  background-color: #fff;
}

.main-header-servi-os {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0%;
  background-color: transparent;
}

.div-servi-os-cards {
  padding: 40px 0%;
}

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

.div-block-3 {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 15px;
  background-color: #2dc4b6;
  box-shadow: 0 6px 11px 1px rgba(0, 0, 0, 0.13);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.div-block-3:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.div-block-3.red {
  background-color: #e71d36;
}

.heading-2 {
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 30px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.editor-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.colunas-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding: 0px 28px;
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 40px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.div-block-4 {
  height: 40px;
  padding-right: 1px;
  padding-left: 1px;
  background-color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-left: 10px;
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-2:hover {
  opacity: 1;
}

.button-2 {
  margin-top: 15px;
  padding: 10px 35px;
  border-radius: 20px;
  background-color: #e71d36;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-2.green {
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #06a04b;
}

.button-2.blue {
  background-color: #20bbe5;
}

.button-2.verde {
  background-color: #2dc4b6;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  font-weight: 500;
  text-align: left;
}

.maps-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.contato-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 89.4%, 0);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-3 {
  padding-bottom: 10px;
}

.text-block-2 {
  padding: 0px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.field-label {
  font-family: 'Aquawax pro', sans-serif;
  font-size: 16px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 13px;
  background-color: #f1f1f1;
  font-family: 'Aquawax pro', sans-serif;
}

.form-block {
  width: 650px;
  padding-top: 30px;
  padding-right: 0px;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 13px;
  background-color: #f1f1f1;
}

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

.div-governanca {
  padding: 40px 10% 85px;
}

.div-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  color: #063fa0;
  text-decoration: none;
}

.text-pdf {
  padding-left: 10px;
  border: 1px none #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.image-6 {
  padding-right: 0px;
}

.div-header-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-3 {
  padding-top: 52px;
}

.div-time-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-clube-p-ginas {
  padding: 85px 10%;
}

.text-main-p-ginas {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #919191;
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image-7 {
  padding-bottom: 20px;
}

.paragraph-4 {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 44px;
  text-align: justify;
}

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

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

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

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

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

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

.image-8 {
  max-width: 60%;
}

.brand {
  padding-top: 4px;
}

.brand.w--current {
  padding-top: 9px;
}

.apresentacao-section {
  padding-bottom: 85px;
}

.apresentacao-div {
  padding-right: 10%;
  padding-left: 10%;
}

.grid-4 {
  padding-top: 52px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-cards-cont-apresent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-9 {
  border-radius: 7px;
}

.main-header-cards-aprest {
  font-family: Gilroy, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  line-height: 25px;
  font-weight: 500;
}

.header-second-page {
  font-family: Gilroy, sans-serif;
  color: #063fa0;
  font-size: 30px;
  font-weight: 700;
}

.html-embed {
  width: 100%;
}

.left-arrow {
  overflow: visible;
}

.right-arrow {
  overflow: visible;
}

.icon {
  overflow: hidden;
}

.slide-nav {
  overflow: visible;
}

.div-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5% 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-endere-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  padding-bottom: 15px;
  font-family: Gilroy, sans-serif;
  color: #063fa0;
  font-size: 25px;
  font-weight: 700;
}

.text-block-4 {
  font-family: Gilroy, sans-serif;
  color: #686868;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 16px;
}

.success-message {
  border-radius: 6px;
  background-color: #063fa0;
}

.text-block-6 {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.error-message {
  border-radius: 6px;
}

.image-10 {
  max-width: 20%;
  margin-right: 12px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  padding-right: 10px;
}

.grid-5 {
  padding: 0px 10% 140px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.image-11 {
  max-width: 80%;
}

.image-12 {
  max-width: 80%;
}

.image-13 {
  max-width: 80%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avanti-section {
  padding: 70px 10%;
  background-color: #2dc4b6;
}

.avanti-section.red {
  background-color: #e71d36;
}

.avanti-section.blue {
  background-color: #20bbe5;
}

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

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

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-6 {
  width: 1100px;
  margin-bottom: 0px;
  padding-left: 60px;
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2ec4b6;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
}

.image-16 {
  padding-right: 307px;
}

.navbar-3 {
  padding: 35px 15%;
  border-bottom: 1px solid #fff;
  border-radius: 1px;
  background-color: #2dc4b6;
}

.navbar-3.red {
  background-color: #e71d36;
}

.navbar-3.red.blue {
  background-color: #1fbbe5;
}

.nav-link-3 {
  font-family: 'Aquawax pro', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #fff;
  font-size: 19px;
}

.button-3 {
  margin-right: 15px;
  padding: 16px 80px;
  border-radius: 30px;
  background-color: #e71d36;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  font-family: 'Aquawax pro', sans-serif;
  font-size: 16px;
}

.button-3:hover {
  box-shadow: 0 5px 18px -5px #e71d36;
}

.button-3.blue {
  background-color: #1fbbe5;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.button-3.blue:hover {
  box-shadow: 0 5px 18px -5px #20bbe5;
}

.button-3.green {
  background-color: #2dc4b6;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.button-3.green:hover {
  box-shadow: 0 5px 18px -5px #2dc4b6;
}

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

.image-17 {
  max-width: 10%;
}

.image-18 {
  max-width: 8%;
  padding-bottom: 20px;
}

.footer-avanti {
  background-color: #e71d36;
}

.footer-avanti.news {
  background-color: #1fbbe5;
}

.footer-avanti.news.analyse {
  background-color: #2dc4b6;
}

.pop-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.pop-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #1fbbe5;
  background-image: none;
}

.pop-up-icon.green {
  background-color: #2dc4b6;
}

.pop-up-icon.green.red {
  background-color: #e71d36;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

.pop-up-heading {
  font-family: 'Aquawax pro', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.primary-button {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 50px;
  background-color: #e8832e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #f6b685;
}

.image-19 {
  -webkit-filter: brightness(400%);
  filter: brightness(400%);
}

.paragraph-7 {
  font-family: 'Aquawax pro', sans-serif;
  color: #1fbbe5;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-7.green {
  color: #2dc4b6;
}

.paragraph-7.green.red {
  color: #e71d36;
}

.contact-section {
  padding: 100px 15%;
  background-color: #ebebeb;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-family: 'Aquawax pro', sans-serif;
  color: #727272;
  font-size: 35px;
  line-height: 55px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: Varela, sans-serif;
  font-size: 30px;
}

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

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 10px -8px rgba(0, 0, 0, 0.65);
}

.div-block-18.new {
  margin-top: 34px;
}

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

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-9 {
  padding-left: 0px;
  font-family: Varela, sans-serif;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}

.image-21 {
  max-width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #063fa0;
  }

  .nav-menu {
    background-color: #fff;
  }

  .button {
    margin-right: 0px;
    padding: 0px;
    border-color: transparent;
    background-color: rgba(6, 63, 160, 0);
    color: #284191;
  }

  .frase-section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-block {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .empresa-section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-sobre-n-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-texto-sobre-n-s {
    padding-left: 0px;
  }

  .main-paragraph {
    width: auto;
    font-size: 30px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/daeaea.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/daeaea.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slide-2._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/banner-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/banner-3.jpg');
  }

  .heading {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 30px;
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-text-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding: 90px 10%;
  }

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

  .time-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-membro {
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .div-block-3.red {
    background-color: #e71d36;
  }

  .colunas-footer {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 38px;
  }

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

  .contato-section {
    padding-right: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frase-footer-section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .form-block {
    width: auto;
    padding-right: 0px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    color: #646464;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
  }

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

  .image-8 {
    max-width: none;
  }

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

  .div-phone {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-endere-o {
    padding-bottom: 40px;
  }

  .nav-link-3 {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #2dc4b6;
  }

  .nav-link-3.w--current {
    color: #000;
  }

  .nav-link-3.blue {
    color: #20bbe5;
  }

  .nav-link-3.red {
    color: #e71d36;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

@media screen and (max-width: 767px) {
  .frase-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .text-block {
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
  }

  .main-header {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .main-paragraph {
    font-size: 25px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/daeaea.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/daeaea.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 50px;
  }

  .paragraph {
    width: 400px;
    font-size: 18px;
  }

  .servi-os-section {
    padding-right: 10%;
    padding-left: 10%;
  }

  .colunas-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-3 {
    font-size: 17px;
  }

  .form-block {
    width: auto;
  }

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

  .div-phone {
    padding-bottom: 40px;
  }

  .button-3.blue {
    margin-top: 20px;
  }

  .button-3.green {
    margin-top: 20px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .primary-button {
    text-align: center;
  }

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

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

  .paragraph-9 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frase-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .div-texto-sobre-n-s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .main-paragraph {
    font-size: 22px;
    line-height: 45px;
    text-align: center;
  }

  .heading {
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph {
    width: auto;
    font-size: 23px;
    line-height: 35px;
  }

  .div-header-time {
    padding-bottom: 40px;
  }

  .time-wrap {
    margin-right: 10%;
    margin-left: 10%;
  }

  .div-membro {
    width: auto;
    height: auto;
  }

  .text-time {
    width: auto;
    font-size: 14px;
    line-height: 25px;
  }

  .main-header-servi-os {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-3 {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 11px;
    line-height: 20px;
  }

  .colunas-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    padding: 10px 0px;
  }

  .paragraph-3 {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
  }

  .form-block {
    width: auto;
    text-align: center;
  }

  .menu-button.w--open {
    padding: 11px;
  }

  .image-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-pdf {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-header-pdf {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-4 {
    grid-row-gap: 50px;
  }

  .main-header-cards-aprest {
    font-size: 25px;
  }

  .text-block-3 {
    font-size: 26px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .button-3 {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .button-3.blue {
    margin-right: 0px;
  }

  .button-3.green {
    margin-right: 0px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-17 {
    max-width: 20%;
  }

  .image-18 {
    max-width: 20%;
  }

  .pop-up {
    width: 96%;
    padding: 39px;
  }

  .pop-up-icon {
    display: none;
  }

  .primary-button {
    text-align: center;
  }

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

  .div-block-18.new {
    padding: 11px;
  }

  .paragraph-9 {
    font-size: 15px;
    line-height: 30px;
  }

  .image-21 {
    max-width: 60%;
  }
}

@font-face {
  font-family: 'Aquawax pro';
  src: url('../fonts/aquawax-pro.trial-demibold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}