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

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaBlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaBoldItalic.ttf') format("truetype"), url('../fonts/LufgaExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaMediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaSemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lufga;
  src: url('../fonts/LufgaThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --articula-blue: #003f6a;
  --articula-green: #00f166;
}

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

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

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

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

.section {
  justify-content: flex-start;
  align-items: center;
  padding: 80px 15px;
}

.section._1dobra {
  color: #fff;
  background-image: url('../images/frascos.png'), url('../images/BG.png');
  background-position: 97% 28%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 900px, cover;
  background-attachment: scroll, local;
  min-height: 59vh;
  padding-top: 75px;
  padding-bottom: 58px;
}

.section.bg-blue {
  background-color: var(--articula-blue);
  color: #fff;
  background-image: url('../images/bg-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 351px;
  position: relative;
}

.section.bg-blue.padding-btn {
  padding-bottom: 107px;
}

.section.bg-blue1 {
  background-color: var(--articula-blue);
  color: #fff;
  background-image: linear-gradient(0deg, #00304f8f 19%, #0000 52%, #002a4600), url('../images/bg-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.blue {
  background-color: var(--articula-blue);
  color: #fff;
}

.section.blue.bg2 {
  background-image: url('../images/bg-02.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.frascos {
  background-image: url('../images/elements.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.frascos.gray {
  background-color: #e8e8e8;
  background-position: 50% 0;
  padding-top: 59px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  color: #003f6a;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: border .1s linear;
}

.nav-link:hover {
  border-bottom: 1px solid #00f166;
}

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

.navbar-logo-left {
  position: absolute;
  inset: 6% 0% auto;
}

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

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

.columns {
  width: 100%;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 1100px;
}

.bold-text {
  background-color: var(--articula-green);
  color: var(--articula-blue);
  padding-left: 2px;
  padding-right: 2px;
}

.heading {
  font-size: 23px;
  font-weight: 200;
  line-height: 29px;
}

.heading._1dobra {
  margin-bottom: 31px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--articula-green);
  background-image: linear-gradient(135deg, #19bc16, #11840b);
  border: 2px solid #50ef4d;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 14px 13px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 13px #00a345c2;
}

.link-block.margin-top {
  margin-top: 40px;
}

.link-block.margin-top.large {
  text-align: center;
  max-width: 398px;
}

.link-block.margin-top.large.xl {
  max-width: 479px;
  margin-top: 15px;
}

.link-block.cta {
  margin-top: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-block {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 21px;
}

.text-block.cta {
  font-size: 21px;
}

.image-61 {
  width: 37px;
}

.image-61.large {
  width: 62px;
}

.marquee-horizontal-2 {
  z-index: 200;
  background-color: #003f6a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 61px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-2.bold-text-25 {
  height: 59px;
}

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

.marquee-text {
  color: #022c46;
  text-transform: uppercase;
  flex: none;
  margin-right: 2.4vw;
  font-size: 14px;
  font-weight: 400;
}

.marquee-text._1 {
  color: #fff;
  text-transform: none;
  margin-right: 0;
  font-size: 17px;
  font-weight: 500;
}

.texto-marquee {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: linear-gradient(135deg, #0076c6, #004e84);
  border: 2px solid #89cfff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 1.4vw;
  padding: 4px 29px;
  display: flex;
}

.image-62 {
  width: 22px;
}

.body {
  color: var(--articula-blue);
  font-family: Lufga, Arial, sans-serif;
}

.heading-2 {
  font-size: 45px;
  line-height: 50px;
}

.container-17 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: center;
  background-color: #002f4f8c;
  border: 1px solid #fff;
  border-radius: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  padding: 47px;
  display: flex;
}

.heading-3 {
  font-size: 34px;
}

.heading-3.contained {
  max-width: 700px;
}

.heading-3.left {
  width: 100%;
}

.heading-3._2 {
  font-size: 31px;
}

.subheadline {
  font-size: 23px;
  font-weight: 300;
  line-height: 24px;
}

.subheadline.contained {
  max-width: 750px;
}

.subheadline.contained._1 {
  font-weight: 600;
}

.subheadline._1 {
  font-size: 21px;
}

.grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  margin-top: 38px;
  margin-bottom: 55px;
}

.div-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--articula-blue);
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 16px 7px 7px;
  display: flex;
}

.image-63 {
  width: 44px;
}

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

.image-64 {
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-modified {
  padding-top: 155px;
  padding-bottom: 89px;
}

.container-18 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-top: 55px;
  display: flex;
}

.columns-2 {
  margin-top: 37px;
  margin-bottom: 39px;
}

.div-block-2 {
  border: 1px solid var(--articula-green);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  background-color: #3333338c;
  background-image: url('../images/close_icon.svg');
  background-position: 3% 10%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 30px;
  padding: 24px 30px 15px 62px;
}

.div-block-2.check {
  background-image: url('../images/checkmark_svg.svg');
}

.paragraph {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.container-19 {
  text-align: center;
}

.bold-text-26 {
  color: var(--articula-green);
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 38px;
}

.video {
  margin-bottom: 43px;
}

.bold-text-27 {
  color: var(--articula-green);
}

.text-block-29 {
  font-size: 21px;
}

.bold-text-36 {
  color: #00f166;
}

.div-block-295 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #eb1b24;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: -57px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 35px;
  display: flex;
}

.section-2 {
  padding: 54px 20px;
}

.section-2.bg-blue {
  color: #fff;
  background-color: #022c46;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.container-20 {
  text-align: center;
  max-width: 630px;
  margin-bottom: 32px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.image-68 {
  margin-top: -15px;
  margin-bottom: -4px;
  margin-left: -27px;
}

.container-21 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--articula-green);
}

.columns-12 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.bold-text-33 {
  color: #009a3a;
}

.list-3 {
  margin-top: 31px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-3 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #fefefe;
  background-image: url('../images/checkmark_svg.svg');
  background-position: 2% 12%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 14px;
  margin-bottom: 13px;
  padding: 14px 11px 14px 47px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-30 {
  font-size: 18px;
}

.image-69 {
  border: 6px solid #00e763;
  border-radius: 50%;
  max-width: 114%;
  margin-left: 14px;
  margin-right: -112px;
}

.column {
  text-align: left;
}

.container-22 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 92%;
  margin-top: 30px;
  margin-bottom: 53px;
}

.div-block-296 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #003559;
  border-radius: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 21px 22px;
  display: flex;
  box-shadow: 0 3px 5px #1a1a1a;
}

.text-block-31 {
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  display: flex;
}

.div-block-12.margin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 37px;
  margin-bottom: 37px;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #003252;
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 227px;
  padding: 21px 10px 45px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  aspect-ratio: 1;
  border: 2px solid var(--articula-green);
  object-fit: cover;
  border-radius: 10%;
  width: 100%;
}

.text-block-4 {
  text-align: center;
  font-size: 17px;
}

.div-block-15 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  display: flex;
}

.div-block-15.margin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 37px;
}

.div-block-16 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  background-color: #003252;
  border-radius: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 227px;
  padding: 10px 10px 54px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-70 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid #00f166;
  border-radius: 50%;
  width: 100%;
  max-width: 160px;
}

.text-block-5 {
  text-align: center;
  font-size: 16px;
}

.image-71 {
  width: 243px;
}

.bold-text-37 {
  color: #00d45a;
}

.image-72 {
  opacity: .87;
}

.container-23 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: 21px;
  line-height: 27px;
}

.image-73 {
  width: 39px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-29 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.imagem {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 121px;
  margin-right: 12px;
  display: flex;
  position: relative;
}

.bold-text-30, .bold-text-38, .bold-text-25 {
  font-weight: 600;
}

.div-block-278-copy {
  color: #fff;
  text-align: left;
  background-color: #f6f6f6;
  background-image: linear-gradient(135deg, #0074c2, #003f6a);
  border-radius: 30px;
  align-items: center;
  width: 90%;
  margin-bottom: 15px;
  padding: 13px 20px;
  display: flex;
  box-shadow: 0 2px 7px #00000054;
}

.div-block-278-copy.last {
  margin-bottom: 43px;
}

.div-block-280 {
  width: 84%;
}

.text-body-2 {
  color: #00f166;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  font-family: Lufga, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1em;
}

.text-body-3 {
  width: 100%;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.2em;
}

.text-span-11 {
  font-size: 42px;
  line-height: 0;
}

.image-9 {
  border: 4px solid #19ff7b;
  border-radius: 50%;
  max-width: 96%;
}

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

.bold-text-39 {
  color: var(--articula-green);
  font-size: 23px;
}

.bold-text-40 {
  font-size: 27px;
  font-weight: 700;
}

.image-74 {
  margin-top: 24px;
}

.text-span-12 {
  font-weight: 600;
}

.container-30 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-4 {
  width: 100%;
  max-width: 550px;
  margin-top: 32px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-4 {
  color: var(--articula-blue);
  text-align: left;
  background-color: #fff;
  background-image: url('../images/checkmark_svg.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 9px;
  margin-bottom: 17px;
  padding: 14px 11px 14px 56px;
}

.text-block-33 {
  font-size: 21px;
  line-height: 24px;
}

.image-77 {
  margin-top: 15px;
}

.container-31 {
  text-align: center;
}

.list-5 {
  text-align: left;
  margin-top: 29px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 26px 34px 26px 41px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-34 {
  font-size: 18px;
}

.text-block-35 {
  font-size: 22px;
  font-weight: 600;
}

.image-76 {
  margin-top: 18px;
}

.image-75 {
  margin-top: -122px;
  margin-bottom: -17px;
  margin-right: -38px;
}

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

.div-block-301 {
  background-color: #022c463d;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 27px;
  padding-bottom: 2px;
}

.text-span-9 {
  color: #022c46;
  font-weight: 700;
  text-decoration: underline;
}

.button {
  color: #090909;
  text-align: center;
  background-color: #19ff7b;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  padding: 19px 22px;
  font-size: 22px;
  font-weight: 600;
}

.button.cta {
  color: #fff;
  background-color: #00b44c;
  margin-top: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px;
}

.headline {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
}

.headline.centered {
  text-align: center;
}

.headline.centered._1 {
  margin-top: 0;
}

.paragraph-3 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 55px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.bold-text-41 {
  color: #00f166;
  font-size: 29px;
}

.bold-text-42 {
  color: #00f166;
}

.div-block-287 {
  z-index: 3;
  background-color: var(--articula-blue);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #0072be, #00426e);
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  width: 750px;
  padding: 40px 44px;
  display: flex;
  position: relative;
}

.container-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 83px;
  display: flex;
}

.text-block-36 {
  color: #686868;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
}

.div-block-300 {
  width: 100%;
  margin-top: 19px;
  padding-left: 18px;
  padding-right: 18px;
}

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

.text-block-37 {
  color: #fff;
  text-align: center;
  background-color: #022c46;
  border-radius: 30px;
  margin-top: -23px;
  margin-bottom: 18px;
  padding: 10px 31px;
  font-size: 21px;
}

.div-block-299 {
  text-align: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

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

.div-block-298 {
  background-color: #fff;
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
  position: relative;
}

.text-block-38 {
  font-size: 20px;
}

.bold-text-43 {
  font-weight: 400;
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
  text-decoration-thickness: 2px;
}

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

.bold-text-44 {
  color: #00d85b;
}

.div-block-302 {
  background-image: url('../images/serra2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -43px;
  display: flex;
  position: absolute;
}

.text-block-40 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 800;
  line-height: 25px;
}

.image-78 {
  width: 100%;
}

.text-span-14 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  margin-right: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.columns-15 {
  margin-top: 63px;
}

.container-33 {
  text-align: center;
  max-width: 1100px;
}

.text-block-41 {
  color: #00b44c;
  justify-content: center;
  align-items: flex-start;
  margin-top: 11px;
  margin-bottom: 4px;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
}

.list-6 {
  margin-top: 19px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-6 {
  text-align: left;
  background-color: #f2f2f2;
  background-image: url('../images/checkmark_svg.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 9px;
  margin-bottom: 10px;
  padding: 7px 12px 7px 30px;
}

.text-block-42 {
  font-size: 15px;
  line-height: 18px;
}

.container-34 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
}

.container-35 {
  background-color: var(--articula-green);
  color: var(--articula-blue);
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 599px;
  margin-top: 44px;
  padding: 38px;
  display: flex;
}

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

.image-67 {
  width: 59px;
  margin-top: -13px;
  margin-bottom: -13px;
  margin-left: -7px;
}

.section-4 {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-12 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-34 {
  color: #022c46;
  font-size: 22px;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00b44c;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  font-size: 19px;
  line-height: 23px;
}

.section-5 {
  color: #e6e6e6;
  background-color: #022c46;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-26 {
  max-width: 1000px;
}

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

.column-46 {
  text-align: right;
}

.text-block-27 {
  text-align: right;
  margin-bottom: 0;
  font-size: 12px;
}

.text-block-28 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 13px;
}

.link-final {
  color: #b4b4b4;
}

.paragraph-5 {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}

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

.image-79 {
  width: 60px;
}

.div-block-309 {
  z-index: 300;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #00ca56;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.text-block-43 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.marquee-horizontal-3 {
  z-index: 200;
  background-color: #00f166;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 61px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-3._1 {
  height: 35px;
}

.marquee-text-2 {
  color: #022c46;
  text-transform: uppercase;
  flex: none;
  margin-right: 2.4vw;
  font-family: Lufga, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.marquee-horizontal-4 {
  z-index: 200;
  background-color: #00f166;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-4.bold-text-25 {
  height: 44px;
}

.marquee-text-3 {
  color: #022c46;
  text-transform: uppercase;
  flex: none;
  margin-right: 2.4vw;
  font-family: Lufga, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.marquee-text-3._1 {
  font-size: 19px;
  font-weight: 700;
}

.paragraph-6 {
  text-align: justify;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-16 {
  color: var(--articula-green);
  font-weight: 700;
  text-decoration: underline;
}

.text-span-17 {
  color: #fff;
  font-size: 23px;
}

.text-span-18 {
  font-size: 23px;
}

.paragraph-7 {
  text-align: justify;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.c-faq-a-text {
  padding: 17px;
}

.container-10 {
  max-width: 980px;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 14px;
  position: relative;
}

._w-faq-icon {
  background-image: url('../images/svgviewer-output.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-46 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 21px;
}

.div-block-285 {
  flex-direction: column;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.divider-5 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.c-faq-item-2 {
  color: #090909;
  cursor: pointer;
  background-color: #fff;
  border: 1px #362d16;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.faq-a-text-2 {
  color: #022c46;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.faq-q-text-2 {
  color: #022c46;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Lufga, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.image-84 {
  margin-top: 15px;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #00f166;
  background-image: linear-gradient(135deg, #19bc16, #11840b);
  border: 2px solid #50ef4d;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 14px 13px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 13px #00a345c2;
}

.link-block-3.margin-top {
  margin-top: 40px;
}

.c-faq-q {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-88 {
  width: 37px;
}

.headline-2 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
}

.headline-2.center {
  text-align: left;
  text-transform: none;
  margin-bottom: 28px;
  font-size: 36px;
}
.div-block-314 {
    background-image: url(../images/serra2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin-top: -43px;
    display: flex;
    position: absolute;
  }
  .text-block-56 {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    line-height: 25px;
  }

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 15px 15px 15px 33px;
  font-size: 1.4em;
}

.section-6 {
  padding: 54px 20px;
}

.section-6.bg-articula {
  color: #fff;
  background-color: #022c46;
  background-image: url('../images/bg-02.png');
  background-position: 50% 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
  }

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

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

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .c-faq-item-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .section._1dobra {
    background-position: 67% 0, 50% 0;
    background-size: 500px, cover;
  }

  .section.bg-blue {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 133px;
  }

  .section.bg-blue1 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .icon {
    color: #00f166;
    font-size: 30px;
  }

  .menu-button {
    border-radius: 9px;
    padding: 5px;
  }

  .menu-button:active {
    color: #fff;
    background-color: #003f6a;
  }

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

  .navbar-logo-left-container.shadow-three {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .nav-link {
    color: #022c46;
  }

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

  .nav-menu-two {
    background-color: #00f166;
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .columns {
    flex-flow: row-reverse wrap-reverse;
  }

  .heading._1dobra {
    margin-top: 9px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .link-block {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .link-block.margin-top {
    margin-top: 28px;
  }

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

  .text-block._2 {
    font-size: 17px;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 36px;
  }

  .container-17 {
    border-radius: 20px;
    padding: 11px 27px 27px;
  }

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

  .heading-3.contained {
    font-size: 26px;
  }

  .heading-3._2 {
    font-size: 28px;
  }

  .subheadline {
    font-size: 21px;
  }

  .subheadline._1 {
    font-size: 18px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-bottom: 24px;
  }

  .image-63 {
    width: 35px;
  }

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

  .image-64 {
    max-width: 92%;
    margin-bottom: -102px;
  }

  .section-modified {
    padding: 136px 16px 69px;
  }

  .columns-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    margin-top: 9px;
    display: flex;
  }

  .div-block-2 {
    background-size: 35px;
    padding-top: 24px;
    padding-bottom: 12px;
    padding-left: 52px;
  }

  .paragraph {
    font-size: 17px;
  }

  .heading-4 {
    font-size: 31px;
  }

  .text-block-29 {
    font-size: 17px;
  }

  .div-block-295 {
    margin-bottom: 0;
    margin-left: 19px;
  }

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

  .heading-9 {
    font-size: 21px;
    line-height: 28px;
  }

  .image-68 {
    margin-left: -13px;
  }

  .columns-12 {
    flex-flow: column-reverse;
  }

  .heading-10 {
    margin-bottom: 23px;
    font-size: 26px;
    line-height: 31px;
  }

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

  .text-block-30 {
    font-size: 17px;
  }

  .image-69 {
    max-width: 93%;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    width: 100%;
    display: grid;
  }

  .div-block-296 {
    max-width: 250px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-31 {
    font-size: 17px;
  }

  .div-block-12 {
    flex-wrap: wrap;
  }

  .div-block-12.margin {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
    display: grid;
  }

  .div-block-13 {
    border-radius: 20px;
    width: auto;
    padding-bottom: 24px;
  }

  .image-4 {
    max-width: 150px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .div-block-15.margin {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 14px;
    display: grid;
  }

  .div-block-16 {
    border-radius: 20px;
    width: auto;
    padding-bottom: 24px;
  }

  .image-70 {
    max-width: 100px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 14px;
  }

  .image-72 {
    display: none;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .imagem {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-278-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-radius: 20px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 40px 20px;
  }

  .div-block-278-copy.last {
    margin-bottom: 18px;
  }

  .div-block-280 {
    width: 98%;
  }

  .text-body-2 {
    text-align: center;
    background-image: none;
  }

  .text-body-3 {
    font-size: 16px;
  }

  .text-block-32 {
    text-align: center;
  }

  .bold-text-39 {
    font-size: 21px;
  }

  .image-74 {
    max-width: 93%;
  }

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

  .image-77 {
    max-width: 90%;
    margin-top: 0;
  }

  .list-item-5 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .image-75 {
    max-width: 67%;
    margin-right: 0;
  }

  .button {
    max-width: 300px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
  }

  .headline {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-3 {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .bold-text-41 {
    font-size: 23px;
  }

  .div-block-287 {
    border-radius: 17px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-32 {
    margin-top: 67px;
  }

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

  .heading-13 {
    font-size: 33px;
    line-height: 37px;
  }

  .div-block-302 {
    margin-top: -22px;
  }

  .columns-15 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 15px;
    display: flex;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .container-35 {
    padding-top: 19px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .columns-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-4 {
    padding: 15px 16px;
  }

  .column-44 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .column-45 {
    text-align: center;
  }

  .link-block-2 {
    text-align: center;
    width: 100%;
    max-width: 261px;
  }

  .text-block-13 {
    text-align: center;
  }

  .section-5 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .columns-11 {
    flex-flow: column;
  }

  .column-46 {
    margin-top: 16px;
  }

  .text-block-27, .text-block-28 {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-309 {
    min-width: 50px;
    max-width: 68px;
    min-height: 50px;
    max-height: 68px;
    padding: 9px;
  }

  .image-83 {
    width: 38px;
    max-width: 100%;
  }

  .text-block-43 {
    display: none;
  }

  .column-47 {
    padding-top: 223px;
  }

  .column-48 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-310 {
    display: none;
  }

  .bold-text-45 {
    font-size: 20px;
  }

  .column-49 {
    text-align: center;
  }

  .paragraph-6, .paragraph-7 {
    line-height: 23px;
  }

  .c-faq-a-text {
    padding-top: 7px;
  }

  .bold-text-7 {
    font-weight: 600;
  }

  .c-faq-icon {
    padding: 14px;
  }

  .text-block-46 {
    font-size: 20px;
  }

  .div-block-285 {
    margin-top: 19px;
  }

  .bold-text-20 {
    font-weight: 600;
  }

  .divider-5 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .bold-text-22 {
    font-weight: 600;
  }

  .c-faq-item-2 {
    border-radius: 15px;
  }

  .bold-text-19 {
    font-weight: 600;
  }

  .faq-a-text-2 {
    font-family: Lufga, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .faq-q-text-2 {
    font-family: Lufga, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1em;
  }

  .image-84 {
    max-width: 90%;
    margin-top: 0;
  }

  .link-block-3 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .link-block-3.margin-top {
    margin-top: 28px;
  }

  .headline-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .headline-2.center {
    font-size: 31px;
  }

  .c-faq-q-text-2 {
    padding-bottom: 0;
    padding-left: 21px;
    padding-right: 8px;
    font-size: 1.5em;
  }

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

#w-node-_127e1062-feab-175d-0143-98efc871a1e1-9f7a416b, #w-node-f2a6b8b1-34ac-5d86-572f-780694af9c1d-9f7a416b, #w-node-_2c14dd7b-f062-7076-19e7-9cb338f67e4d-9f7a416b, #w-node-f1677b48-abfa-0c3c-4731-921255618bb5-9f7a416b, #w-node-a073d5fb-c317-5785-48dd-a69af72be68a-9f7a416b, #w-node-_0571abd9-27ce-13d7-d5f0-f70bc046fa87-9f7a416b, #w-node-_00bd142b-64e2-f7cb-d352-0e308ceb7eaf-9f7a416b, #w-node-_3b01ecc1-99a2-964d-e840-d6460d98e745-9f7a416b, #w-node-f85a179e-f652-27e4-3723-c73c9777e774-9f7a416b, #w-node-af679a86-bd92-2bb3-23b2-ceb388061583-9f7a416b, #w-node-_2dad818f-19a3-b9cf-1e1f-48ba1b8caf46-9f7a416b, #w-node-c266846d-7f79-1fed-5d0b-783e6f57f599-9f7a416b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a922433-0f21-a057-6489-e10884490e64-9f7a416b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_127e1062-feab-175d-0143-98efc871a1e1-9f7a416b, #w-node-_0571abd9-27ce-13d7-d5f0-f70bc046fa87-9f7a416b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaBoldItalic.ttf') format('truetype'), url('../fonts/LufgaExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/LufgaThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}